Searched refs:runtime_method_offset (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/art/runtime/arch/riscv64/ |
H A D | asm_support_riscv64.S | 323 .macro SETUP_CALLEE_SAVE_FRAME_COMMON tmpreg, runtime_method_offset argument 328 ld \tmpreg, \runtime_method_offset(\tmpreg) 440 runtime_method_offset = RUNTIME_SAVE_EVERYTHING_METHOD_OFFSET argument 512 SETUP_CALLEE_SAVE_FRAME_COMMON t0, \runtime_method_offset 516 .macro SETUP_SAVE_EVERYTHING_FRAME runtime_method_offset = RUNTIME_SAVE_EVERYTHING_METHOD_OFFSET argument 522 SETUP_SAVE_EVERYTHING_FRAME_DECREMENTED_SP_SKIP_RA \runtime_method_offset
|
H A D | quick_entrypoints_riscv64.S | 1205 name, entrypoint, runtime_method_offset = RUNTIME_SAVE_EVERYTHING_METHOD_OFFSET argument 1208 SETUP_SAVE_EVERYTHING_FRAME \runtime_method_offset // Save everything for stack crawl.
|
/aosp_15_r20/art/runtime/arch/x86_64/ |
H A D | quick_entrypoints_x86_64.S | 67 MACRO1(SETUP_SAVE_EVERYTHING_FRAME_R14_R15_SAVED, runtime_method_offset = RUNTIME_SAVE_EVERYTHING_M… 109 pushq \runtime_method_offset(%r10) 127 MACRO1(SETUP_SAVE_EVERYTHING_FRAME_R15_SAVED, runtime_method_offset = RUNTIME_SAVE_EVERYTHING_METHO… 129 SETUP_SAVE_EVERYTHING_FRAME_R14_R15_SAVED \runtime_method_offset 136 MACRO1(SETUP_SAVE_EVERYTHING_FRAME, runtime_method_offset = RUNTIME_SAVE_EVERYTHING_METHOD_OFFSET) 138 SETUP_SAVE_EVERYTHING_FRAME_R15_SAVED \runtime_method_offset 711 MACRO3(ONE_ARG_SAVE_EVERYTHING_DOWNCALL, c_name, cxx_name, runtime_method_offset = RUNTIME_SAVE_EVE… 713 SETUP_SAVE_EVERYTHING_FRAME \runtime_method_offset // save everything for GC
|
/aosp_15_r20/art/runtime/arch/x86/ |
H A D | quick_entrypoints_x86.S | 110 MACRO2(SETUP_SAVE_EVERYTHING_FRAME_EDI_ESI_SAVED, temp_reg, runtime_method_offset = RUNTIME_SAVE_EV… 132 pushl \runtime_method_offset(REG_VAR(temp_reg)) 149 MACRO2(SETUP_SAVE_EVERYTHING_FRAME_EDI_SAVED, temp_reg, runtime_method_offset = RUNTIME_SAVE_EVERYT… 153 SETUP_SAVE_EVERYTHING_FRAME_EDI_ESI_SAVED RAW_VAR(temp_reg), \runtime_method_offset 160 MACRO2(SETUP_SAVE_EVERYTHING_FRAME, temp_reg, runtime_method_offset = RUNTIME_SAVE_EVERYTHING_METHO… 162 SETUP_SAVE_EVERYTHING_FRAME_EDI_SAVED RAW_VAR(temp_reg), \runtime_method_offset 767 MACRO3(ONE_ARG_SAVE_EVERYTHING_DOWNCALL, c_name, cxx_name, runtime_method_offset = RUNTIME_SAVE_EVE… 769 SETUP_SAVE_EVERYTHING_FRAME ebx, \runtime_method_offset // save ref containing registers for GC
|
/aosp_15_r20/art/runtime/arch/arm/ |
H A D | quick_entrypoints_arm.S | 48 .macro SETUP_SAVE_EVERYTHING_FRAME_CORE_REGS_SAVED rTemp, runtime_method_offset = RUNTIME_SAVE_EVER… argument 56 ldr \rTemp, [\rTemp, #\runtime_method_offset] 70 .macro SETUP_SAVE_EVERYTHING_FRAME rTemp, runtime_method_offset = RUNTIME_SAVE_EVERYTHING_METHOD_OF… argument 87 SETUP_SAVE_EVERYTHING_FRAME_CORE_REGS_SAVED \rTemp, \runtime_method_offset 869 .macro ONE_ARG_SAVE_EVERYTHING_DOWNCALL name, entrypoint, runtime_method_offset = RUNTIME_SAVE_EVER… argument 872 SETUP_SAVE_EVERYTHING_FRAME r1, \runtime_method_offset @ save everything in case of GC
|
/aosp_15_r20/art/runtime/arch/arm64/ |
H A D | quick_entrypoints_arm64.S | 78 runtime_method_offset = RUNTIME_SAVE_EVERYTHING_METHOD_OFFSET argument 122 ldr xIP0, [xIP0, \runtime_method_offset] 135 .macro SETUP_SAVE_EVERYTHING_FRAME runtime_method_offset = RUNTIME_SAVE_EVERYTHING_METHOD_OFFSET argument 138 SETUP_SAVE_EVERYTHING_FRAME_DECREMENTED_SP_SKIP_X29_LR \runtime_method_offset 1188 name, entrypoint, runtime_method_offset = RUNTIME_SAVE_EVERYTHING_METHOD_OFFSET argument 1191 SETUP_SAVE_EVERYTHING_FRAME \runtime_method_offset // save everything for stack crawl
|