/art/test/642-fp-callees/src/ |
D | Main.java | 25 $noinline$callee(a, b, c); in caller() 30 public static void $noinline$callee(int a, int b, long c) { in $noinline$callee()
|
/art/compiler/optimizing/ |
D | sharpening.cc | 93 ArtMethod* callee = invoke->GetResolvedMethod(); in SharpenInvokeStaticOrDirect() local 94 DCHECK(callee != nullptr); in SharpenInvokeStaticOrDirect() 113 if (callee == codegen->GetGraph()->GetArtMethod() && !codegen->GetGraph()->IsDebuggable()) { in SharpenInvokeStaticOrDirect() 118 AOTCanEmbedMethod(callee, codegen->GetCompilerOptions())) { in SharpenInvokeStaticOrDirect() 122 method_load_data = reinterpret_cast<uintptr_t>(callee); in SharpenInvokeStaticOrDirect() 125 BootImageAOTCanEmbedMethod(callee, compiler_driver)) { in SharpenInvokeStaticOrDirect()
|
D | optimizing_compiler.h | 38 bool CanEncodeInlinedMethodInStackMap(const DexFile& caller_dex_file, ArtMethod* callee)
|
D | optimizing_compiler.cc | 1171 bool CanEncodeInlinedMethodInStackMap(const DexFile& caller_dex_file, ArtMethod* callee) { in CanEncodeInlinedMethodInStackMap() argument 1176 if (IsSameDexFile(caller_dex_file, *callee->GetDexFile())) { in CanEncodeInlinedMethodInStackMap()
|
/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 | 118 ArtMethod* callee) 126 void NotifyCompiledCodeToInterpreterTransition(Thread* self, ArtMethod* callee) in NotifyCompiledCodeToInterpreterTransition() argument 128 AddSamples(self, callee, invoke_transition_weight_, false); in NotifyCompiledCodeToInterpreterTransition()
|
D | jit.cc | 745 ArtMethod* callee ATTRIBUTE_UNUSED) { in InvokeVirtualOrInterface()
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 31 push {r4-r11, lr} @ 9 words (36 bytes) of callee saves. 49 SPILL_ALL_CALLEE_SAVE_GPRS @ 9 words (36 bytes) of callee saves. 74 push {r5-r8, r10-r11, lr} @ 7 words of callee saves 103 pop {r5-r8, r10-r11, lr} @ 7 words of callee saves 122 push {r1-r3, r5-r8, r10-r11, lr} @ 10 words of callee saves and args. 167 pop {r1-r3, r5-r8, r10-r11, lr} @ 10 words of callee saves 187 @ 14 words of callee saves and args already saved. 209 push {r0-r12, lr} @ 14 words of callee saves and args. 233 pop {r0-r12, lr} @ 14 words of callee saves 648 sub sp, sp, r10 @ Reserve space for callee stack [all …]
|
/art/tools/cpp-define-generator/ |
D | offset_runtime.def | 26 // Note: these callee save methods loads require read barriers.
|
/art/runtime/ |
D | instrumentation.h | 150 ArtMethod* callee) 453 ArtMethod* callee) const in InvokeVirtualOrInterface() argument 456 InvokeVirtualOrInterfaceImpl(thread, this_object, caller, dex_pc, callee); in InvokeVirtualOrInterface() 581 ArtMethod* callee) const
|
D | trace.h | 196 ArtMethod* callee)
|
D | stack.cc | 881 ArtMethod* callee = in WalkStack() local 883 CHECK_EQ(GetMethod(), callee) << "Expected: " << ArtMethod::PrettyMethod(callee) in WalkStack()
|
D | instrumentation.cc | 1096 ArtMethod* callee) const { in InvokeVirtualOrInterfaceImpl() 1102 listener->InvokeVirtualOrInterface(thread, thiz, caller, dex_pc, callee); in InvokeVirtualOrInterfaceImpl()
|
D | instrumentation_test.cc | 153 ArtMethod* callee ATTRIBUTE_UNUSED) in InvokeVirtualOrInterface()
|
D | jni_internal_test.cc | 2525 auto callee = [](void* env_ptr) -> void* { in TEST_F() local 2537 callee, in TEST_F()
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 131 # load appropriate callee-save-method 267 # load appropriate callee-save-method 942 SETUP_SAVE_REFS_AND_ARGS_FRAME \save_s4_thru_s8_only # save callee saves in case 1236 SETUP_SAVE_REFS_ONLY_FRAME # save callee saves in case exception allocation triggers GC 1345 SETUP_SAVE_REFS_ONLY_FRAME # save callee saves in case exception allocation triggers GC 1355 SETUP_SAVE_REFS_ONLY_FRAME # save callee saves in case exception allocation triggers GC 1526 SETUP_SAVE_REFS_ONLY_FRAME # save callee saves in case of GC 1540 SETUP_SAVE_REFS_ONLY_FRAME # save callee saves in case of GC 1555 SETUP_SAVE_REFS_ONLY_FRAME # save callee saves in case of GC 1601 SETUP_SAVE_REFS_ONLY_FRAME # save callee saves in case of GC [all …]
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 571 SETUP_SAVE_ALL_CALLEE_SAVES_FRAME # save callee saves for throw 654 subu $sp, $a1 # Reserve space for callee stack 877 SETUP_SAVE_REFS_AND_ARGS_FRAME \save_s4_thru_s8_only # save callee saves in case 1403 SETUP_SAVE_REFS_ONLY_FRAME # save callee saves in case exception allocation triggers GC 1413 SETUP_SAVE_REFS_ONLY_FRAME # save callee saves in case exception allocation triggers GC 1592 SETUP_SAVE_REFS_ONLY_FRAME # save callee saves in case of GC 1603 SETUP_SAVE_REFS_ONLY_FRAME # save callee saves in case of GC 1615 SETUP_SAVE_REFS_ONLY_FRAME # save callee saves in case of GC 1626 SETUP_SAVE_REFS_ONLY_FRAME # save callee saves in case of GC 1673 SETUP_SAVE_REFS_ONLY_FRAME # save callee saves in case of GC [all …]
|
/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.
|
/art/openjdkjvmti/ |
D | events.cc | 849 art::ArtMethod* callee ATTRIBUTE_UNUSED) in InvokeVirtualOrInterface()
|