/art/test/526-checker-caller-callee-regs/ |
D | Android.bp | 3 // Build rules for ART run-test `526-checker-caller-callee-regs`. 16 name: "art-run-test-526-checker-caller-callee-regs", 21 ":art-run-test-526-checker-caller-callee-regs-expected-stdout", 22 ":art-run-test-526-checker-caller-callee-regs-expected-stderr", 31 name: "art-run-test-526-checker-caller-callee-regs-expected-stdout", 32 out: ["art-run-test-526-checker-caller-callee-regs-expected-stdout.txt"], 39 name: "art-run-test-526-checker-caller-callee-regs-expected-stderr", 40 out: ["art-run-test-526-checker-caller-callee-regs-expected-stderr.txt"],
|
D | info.txt | 1 Test allocation of caller and callee saved registers.
|
/art/compiler/optimizing/ |
D | sharpening.cc | 61 ArtMethod* callee, in SharpenLoadMethod() argument 67 DCHECK(callee != nullptr); in SharpenLoadMethod() 68 DCHECK(!callee->IsStringConstructor()); in SharpenLoadMethod() 89 if (callee == codegen->GetGraph()->GetArtMethod() && in SharpenLoadMethod() 95 (!for_interface_call || !callee->IsDefault())) { in SharpenLoadMethod() 103 } else if (IsInBootImage(callee)) { in SharpenLoadMethod() 106 } else if (BootImageAOTCanEmbedMethod(callee, compiler_options)) { in SharpenLoadMethod() 111 DCHECK(!callee->IsCopied()); in SharpenLoadMethod() 119 callee, in SharpenLoadMethod() 122 method_load_data = reinterpret_cast<uintptr_t>(callee); in SharpenLoadMethod() [all …]
|
D | sharpening.h | 35 ArtMethod* callee,
|
D | inliner.cc | 1887 ArtMethod* callee, in CanEncodeInlinedMethodInStackMap() argument 1896 const DexFile* dex_file = callee->GetDexFile(); in CanEncodeInlinedMethodInStackMap() 1903 if (callee->GetDeclaringClass()->IsBootStrapClassLoaded()) { in CanEncodeInlinedMethodInStackMap()
|
/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/runtime/arch/arm/ |
D | asm_support_arm.S | 206 push {r1-r3, r5-r8, r10-r11, lr} @ 10 words of callee saves and args. 233 pop {r1-r3, r5-r8, r10-r11, lr} @ 10 words of callee saves and args. 248 push {r4-r11, lr} @ 9 words (36 bytes) of callee saves. 266 SPILL_ALL_CALLEE_SAVE_GPRS @ 9 words (36 bytes) of callee saves. 297 SETUP_SAVE_ALL_CALLEE_SAVES_FRAME r0 @ save callee saves for throw 326 push {r5-r8, r10-r11, lr} @ 7 words of callee saves 355 pop {r5-r8, r10-r11, lr} @ 7 words of callee saves
|
D | quick_entrypoints_arm.S | 49 @ 14 words of callee saves and args already saved. 71 push {r0-r12, lr} @ 14 words of callee saves and args. 95 pop {r0-r12, lr} @ 14 words of callee saves 507 sub sp, sp, r10 @ Reserve space for callee stack 563 SETUP_SAVE_REFS_ONLY_FRAME r1 @ save callee saves in case we block 592 @ save callee saves in case exception allocation triggers GC 864 SETUP_SAVE_REFS_ONLY_FRAME r12 @ save callee saves in case of GC 878 SETUP_SAVE_REFS_ONLY_FRAME r12 @ save callee saves in case of GC 1015 SETUP_SAVE_REFS_ONLY_FRAME r2 @ save callee saves in case of GC 1263 SETUP_SAVE_REFS_ONLY_FRAME r1 @ save callee saves for stack crawl [all …]
|
/art/test/2251-checker-irreducible-loop-do-not-inline/ |
D | info.txt | 1 Tests that we don't inline a callee with
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.cc | 314 void MaybeUpdateBssMethodEntry(ArtMethod* callee, in MaybeUpdateBssMethodEntry() argument 317 DCHECK_NE(callee, nullptr); in MaybeUpdateBssMethodEntry() 358 CHECK(existing->IsRuntimeMethod() || existing == callee); in MaybeUpdateBssMethodEntry() 361 atomic_entry->store(callee, std::memory_order_release); in MaybeUpdateBssMethodEntry()
|
D | entrypoint_utils.h | 219 void MaybeUpdateBssMethodEntry(ArtMethod* callee,
|
/art/runtime/ |
D | hidden_api.h | 97 bool CanAlwaysAccess(const AccessContext& callee) const { in CanAlwaysAccess() argument 98 return IsDomainMoreTrustedThan(domain_, callee.domain_); in CanAlwaysAccess()
|
/art/runtime/jit/ |
D | jit.h | 269 void NotifyCompiledCodeToInterpreterTransition(Thread* self, ArtMethod* callee) in NotifyCompiledCodeToInterpreterTransition() argument 271 AddSamples(self, callee); in NotifyCompiledCodeToInterpreterTransition()
|
/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/runtime/interpreter/mterp/armng/ |
D | main.S | 469 SPILL_ALL_CALLEE_SAVE_GPRS @ 9 words (36 bytes) of callee saves. 487 pop {r9-r11, pc} @ 9 words of callee saves and args. 490 pop {r9-r11, lr} @ 9 words of callee saves and args.
|
/art/runtime/jni/ |
D | jni_internal_test.cc | 2696 auto callee = [](void* env_ptr) -> void* { in TEST_F() local 2708 callee, in TEST_F()
|
/art/ |
D | TEST_MAPPING | 830 "name": "art-run-test-526-checker-caller-callee-regs" 2258 "name": "art-run-test-526-checker-caller-callee-regs[com.google.android.art.apex]" 3704 "name": "art-run-test-526-checker-caller-callee-regs" 5140 "name": "art-run-test-526-checker-caller-callee-regs"
|
/art/tools/fuzzer/ |
D | Android.bp | 768 "host_526-checker-caller-callee-regs_classes.dex",
|