Home
last modified time | relevance | path

Searched refs:runtime_method_offset (Results 1 – 6 of 6) sorted by relevance

/art/runtime/arch/riscv64/
Dasm_support_riscv64.S268 .macro SETUP_CALLEE_SAVE_FRAME_COMMON tmpreg, runtime_method_offset argument
273 ld \tmpreg, \runtime_method_offset(\tmpreg)
385 runtime_method_offset = RUNTIME_SAVE_EVERYTHING_METHOD_OFFSET argument
457 SETUP_CALLEE_SAVE_FRAME_COMMON t0, \runtime_method_offset
461 .macro SETUP_SAVE_EVERYTHING_FRAME runtime_method_offset = RUNTIME_SAVE_EVERYTHING_METHOD_OFFSET argument
467 SETUP_SAVE_EVERYTHING_FRAME_DECREMENTED_SP_SKIP_RA \runtime_method_offset
Dquick_entrypoints_riscv64.S1162 name, entrypoint, runtime_method_offset = RUNTIME_SAVE_EVERYTHING_METHOD_OFFSET argument
1165 SETUP_SAVE_EVERYTHING_FRAME \runtime_method_offset // Save everything for stack crawl.
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S67 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
692 MACRO3(ONE_ARG_SAVE_EVERYTHING_DOWNCALL, c_name, cxx_name, runtime_method_offset = RUNTIME_SAVE_EVE…
694 SETUP_SAVE_EVERYTHING_FRAME \runtime_method_offset // save everything for GC
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S110 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
717 MACRO3(ONE_ARG_SAVE_EVERYTHING_DOWNCALL, c_name, cxx_name, runtime_method_offset = RUNTIME_SAVE_EVE…
719 SETUP_SAVE_EVERYTHING_FRAME ebx, \runtime_method_offset // save ref containing registers for GC
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S48 .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
823 .macro ONE_ARG_SAVE_EVERYTHING_DOWNCALL name, entrypoint, runtime_method_offset = RUNTIME_SAVE_EVER… argument
826 SETUP_SAVE_EVERYTHING_FRAME r1, \runtime_method_offset @ save everything in case of GC
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S92 runtime_method_offset = RUNTIME_SAVE_EVERYTHING_METHOD_OFFSET argument
136 ldr xIP0, [xIP0, \runtime_method_offset]
149 .macro SETUP_SAVE_EVERYTHING_FRAME runtime_method_offset = RUNTIME_SAVE_EVERYTHING_METHOD_OFFSET argument
152 SETUP_SAVE_EVERYTHING_FRAME_DECREMENTED_SP_SKIP_X29_LR \runtime_method_offset
1165 name, entrypoint, runtime_method_offset = RUNTIME_SAVE_EVERYTHING_METHOD_OFFSET argument
1168 SETUP_SAVE_EVERYTHING_FRAME \runtime_method_offset // save everything for stack crawl