Home
last modified time | relevance | path

Searched refs:callee (Results 1 – 5 of 5) sorted by relevance

/art/runtime/arch/mips/
Dquick_entrypoints_mips.S283 SETUP_SAVE_ALL_CALLEE_SAVE_FRAME # save callee saves for throw
466 SETUP_REFS_AND_ARGS_CALLEE_SAVE_FRAME # save callee saves in case allocation triggers GC
712 SETUP_REFS_ONLY_CALLEE_SAVE_FRAME # save callee saves in case of GC
735 SETUP_REFS_ONLY_CALLEE_SAVE_FRAME # save callee saves in case of GC
758 SETUP_REFS_ONLY_CALLEE_SAVE_FRAME # save callee saves in case of GC
782 SETUP_REFS_ONLY_CALLEE_SAVE_FRAME # save callee saves in case of GC
805 SETUP_REFS_ONLY_CALLEE_SAVE_FRAME # save callee saves in case of GC
828 SETUP_REFS_ONLY_CALLEE_SAVE_FRAME # save callee saves in case of GC
852 SETUP_REFS_ONLY_CALLEE_SAVE_FRAME # save callee saves in case of GC
876 SETUP_REFS_ONLY_CALLEE_SAVE_FRAME # save callee saves in case of GC
[all …]
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S132 # load appropriate callee-save-method
255 # load appropriate callee-save-method
531 SETUP_REFS_AND_ARGS_CALLEE_SAVE_FRAME # save callee saves in case allocation triggers GC
824 SETUP_REFS_ONLY_CALLEE_SAVE_FRAME # save callee saves in case exception allocation triggers GC
984 SETUP_REFS_ONLY_CALLEE_SAVE_FRAME # save callee saves in case of GC
1008 SETUP_REFS_ONLY_CALLEE_SAVE_FRAME # save callee saves in case of GC
1032 SETUP_REFS_ONLY_CALLEE_SAVE_FRAME # save callee saves in case of GC
1056 SETUP_REFS_ONLY_CALLEE_SAVE_FRAME # save callee saves in case of GC
1080 SETUP_REFS_ONLY_CALLEE_SAVE_FRAME # save callee saves in case of GC
1104 SETUP_REFS_ONLY_CALLEE_SAVE_FRAME # save callee saves in case of GC
[all …]
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S31 push {r4-r11, lr} @ 9 words (36 bytes) of callee saves.
63 push {r5-r8, r10-r11, lr} @ 7 words of callee saves
89 pop {r5-r8, r10-r11, lr} @ 7 words of callee saves
110 push {r1-r3, r5-r8, r10-r11, lr} @ 10 words of callee saves and args.
153 pop {r1-r3, r5-r8, r10-r11, lr} @ 10 words of callee saves
187 SETUP_SAVE_ALL_CALLEE_SAVE_FRAME r0, r1 @ save callee saves for throw
245 SETUP_REFS_ONLY_CALLEE_SAVE_FRAME r1, r2 @ save callee saves in case of GC
257 SETUP_REFS_ONLY_CALLEE_SAVE_FRAME r2, r3 @ save callee saves in case of GC
269 SETUP_REFS_ONLY_CALLEE_SAVE_FRAME r3, r12 @ save callee saves in case of GC
332 SETUP_REFS_AND_ARGS_CALLEE_SAVE_FRAME r2, r3 @ save callee saves in case allocation triggers GC
[all …]
/art/compiler/dex/quick/mips/
DREADME.mips29 point registers 16-31. These are the callee-save registers, which therefore
/art/runtime/
Dstack.cc760 ArtMethod* callee = Runtime::Current()->GetCalleeSaveMethod(Runtime::kRefsAndArgs); in WalkStack() local
761 CHECK_EQ(GetMethod(), callee) << "Expected: " << PrettyMethod(callee) << " Found: " in WalkStack()