Home
last modified time | relevance | path

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

/art/test/526-checker-caller-callee-regs/
Dinfo.txt1 Test allocation of caller and callee saved registers.
/art/runtime/jit/
Djit.h113 ArtMethod* callee)
121 void NotifyCompiledCodeToInterpreterTransition(Thread* self, ArtMethod* callee) in NotifyCompiledCodeToInterpreterTransition() argument
123 AddSamples(self, callee, invoke_transition_weight_, false); in NotifyCompiledCodeToInterpreterTransition()
Djit.cc685 ArtMethod* callee ATTRIBUTE_UNUSED) { in InvokeVirtualOrInterface()
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S30 push {r4-r11, lr} @ 9 words (36 bytes) of callee saves.
48 SPILL_ALL_CALLEE_SAVE_GPRS @ 9 words (36 bytes) of callee saves.
69 push {r5-r8, r10-r11, lr} @ 7 words of callee saves
97 push {r5-r8, r10-r11, lr} @ 7 words of callee saves
124 pop {r5-r8, r10-r11, lr} @ 7 words of callee saves
145 push {r1-r3, r5-r8, r10-r11, lr} @ 10 words of callee saves and args.
187 pop {r1-r3, r5-r8, r10-r11, lr} @ 10 words of callee saves
220 SETUP_SAVE_ALL_CALLEE_SAVE_FRAME r0, r1 @ save callee saves for throw
278 SETUP_REFS_ONLY_CALLEE_SAVE_FRAME r1, r2 @ save callee saves in case of GC
290 SETUP_REFS_ONLY_CALLEE_SAVE_FRAME r2, r3 @ save callee saves in case of GC
[all …]
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S131 # load appropriate callee-save-method
253 # load appropriate callee-save-method
659 SETUP_REFS_AND_ARGS_CALLEE_SAVE_FRAME # save callee saves in case allocation triggers GC
954 SETUP_REFS_ONLY_CALLEE_SAVE_FRAME # save callee saves in case exception allocation triggers GC
1192 SETUP_REFS_ONLY_CALLEE_SAVE_FRAME # save callee saves in case of GC
1216 SETUP_REFS_ONLY_CALLEE_SAVE_FRAME # save callee saves in case of GC
1240 SETUP_REFS_ONLY_CALLEE_SAVE_FRAME # save callee saves in case of GC
1264 SETUP_REFS_ONLY_CALLEE_SAVE_FRAME # save callee saves in case of GC
1288 SETUP_REFS_ONLY_CALLEE_SAVE_FRAME # save callee saves in case of GC
1312 SETUP_REFS_ONLY_CALLEE_SAVE_FRAME # save callee saves in case of GC
[all …]
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S284 SETUP_SAVE_ALL_CALLEE_SAVE_FRAME # save callee saves for throw
369 subu $sp, $a1 # Reserve space for callee stack
570 SETUP_REFS_AND_ARGS_CALLEE_SAVE_FRAME # save callee saves in case allocation triggers GC
1150 SETUP_REFS_ONLY_CALLEE_SAVE_FRAME # save callee saves in case of GC
1175 SETUP_REFS_ONLY_CALLEE_SAVE_FRAME # save callee saves in case of GC
1201 SETUP_REFS_ONLY_CALLEE_SAVE_FRAME # save callee saves in case of GC
1227 SETUP_REFS_ONLY_CALLEE_SAVE_FRAME # save callee saves in case of GC
1252 SETUP_REFS_ONLY_CALLEE_SAVE_FRAME # save callee saves in case of GC
1277 SETUP_REFS_ONLY_CALLEE_SAVE_FRAME # save callee saves in case of GC
1303 SETUP_REFS_ONLY_CALLEE_SAVE_FRAME # save callee saves in case of GC
[all …]
/art/runtime/
Dinstrumentation.h109 ArtMethod* callee)
380 ArtMethod* callee) const in InvokeVirtualOrInterface() argument
383 InvokeVirtualOrInterfaceImpl(thread, this_object, caller, dex_pc, callee); in InvokeVirtualOrInterface()
478 ArtMethod* callee) const
Dtrace.h173 ArtMethod* callee)
Dstack.cc844 ArtMethod* callee = Runtime::Current()->GetCalleeSaveMethod(Runtime::kRefsAndArgs); in WalkStack() local
845 CHECK_EQ(GetMethod(), callee) << "Expected: " << PrettyMethod(callee) << " Found: " in WalkStack()
Dinstrumentation.cc966 ArtMethod* callee) const { in InvokeVirtualOrInterfaceImpl()
972 listener->InvokeVirtualOrInterface(thread, this_object, caller, dex_pc, callee); in InvokeVirtualOrInterfaceImpl()
Dinstrumentation_test.cc115 ArtMethod* callee ATTRIBUTE_UNUSED) in InvokeVirtualOrInterface()
/art/test/510-checker-try-catch/smali/
DRuntime.smali256 # Note: values will be spilled on x86 because of too few callee-save core registers.
306 # Note: values will be spilled on x86 as there are no callee-save FPU registers.
349 # Note: values will be spilled on x86 as there are no callee-save FPU registers.