Home
last modified time | relevance | path

Searched defs:GetReturnPcOffset (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/art/runtime/quick/
H A Dquick_method_frame_info.h53 size_t GetReturnPcOffset() const { in GetReturnPcOffset() function
/aosp_15_r20/art/runtime/arch/x86/
H A Dcallee_save_frame_x86.h90 static constexpr size_t GetReturnPcOffset(CalleeSaveType type) { in GetReturnPcOffset() function
/aosp_15_r20/art/runtime/arch/x86_64/
H A Dcallee_save_frame_x86_64.h101 static constexpr size_t GetReturnPcOffset(CalleeSaveType type) { in GetReturnPcOffset() function
/aosp_15_r20/art/runtime/arch/riscv64/
H A Dcallee_save_frame_riscv64.h127 static constexpr size_t GetReturnPcOffset(CalleeSaveType type) { in GetReturnPcOffset() function
/aosp_15_r20/art/runtime/arch/arm/
H A Dcallee_save_frame_arm.h103 static constexpr size_t GetReturnPcOffset(CalleeSaveType type) { in GetReturnPcOffset() function
/aosp_15_r20/art/runtime/arch/arm64/
H A Dcallee_save_frame_arm64.h126 static constexpr size_t GetReturnPcOffset(CalleeSaveType type) { in GetReturnPcOffset() function