Searched refs:callee (Results 1 – 12 of 12) sorted by relevance
/art/test/526-checker-caller-callee-regs/ |
D | info.txt | 1 Test allocation of caller and callee saved registers.
|
/art/runtime/jit/ |
D | jit.h | 113 ArtMethod* callee) 121 void NotifyCompiledCodeToInterpreterTransition(Thread* self, ArtMethod* callee) in NotifyCompiledCodeToInterpreterTransition() argument 123 AddSamples(self, callee, invoke_transition_weight_, false); in NotifyCompiledCodeToInterpreterTransition()
|
D | jit.cc | 685 ArtMethod* callee ATTRIBUTE_UNUSED) { in InvokeVirtualOrInterface()
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 30 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/ |
D | quick_entrypoints_mips64.S | 131 # 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/ |
D | quick_entrypoints_mips.S | 284 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/ |
D | instrumentation.h | 109 ArtMethod* callee) 380 ArtMethod* callee) const in InvokeVirtualOrInterface() argument 383 InvokeVirtualOrInterfaceImpl(thread, this_object, caller, dex_pc, callee); in InvokeVirtualOrInterface() 478 ArtMethod* callee) const
|
D | trace.h | 173 ArtMethod* callee)
|
D | stack.cc | 844 ArtMethod* callee = Runtime::Current()->GetCalleeSaveMethod(Runtime::kRefsAndArgs); in WalkStack() local 845 CHECK_EQ(GetMethod(), callee) << "Expected: " << PrettyMethod(callee) << " Found: " in WalkStack()
|
D | instrumentation.cc | 966 ArtMethod* callee) const { in InvokeVirtualOrInterfaceImpl() 972 listener->InvokeVirtualOrInterface(thread, this_object, caller, dex_pc, callee); in InvokeVirtualOrInterfaceImpl()
|
D | instrumentation_test.cc | 115 ArtMethod* callee ATTRIBUTE_UNUSED) in InvokeVirtualOrInterface()
|
/art/test/510-checker-try-catch/smali/ |
D | Runtime.smali | 256 # 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.
|