Home
last modified time | relevance | path

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

/art/test/526-checker-caller-callee-regs/
DAndroid.bp3 // 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"],
Dinfo.txt1 Test allocation of caller and callee saved registers.
/art/compiler/optimizing/
Dsharpening.cc61 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 …]
Dsharpening.h35 ArtMethod* callee,
Dinliner.cc1887 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/
DMain.java25 $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/
Dasm_support_arm.S206 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
Dquick_entrypoints_arm.S49 @ 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/
Dinfo.txt1 Tests that we don't inline a callee with
/art/runtime/entrypoints/
Dentrypoint_utils.cc314 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()
Dentrypoint_utils.h219 void MaybeUpdateBssMethodEntry(ArtMethod* callee,
/art/runtime/
Dhidden_api.h97 bool CanAlwaysAccess(const AccessContext& callee) const { in CanAlwaysAccess() argument
98 return IsDomainMoreTrustedThan(domain_, callee.domain_); in CanAlwaysAccess()
/art/runtime/jit/
Djit.h269 void NotifyCompiledCodeToInterpreterTransition(Thread* self, ArtMethod* callee) in NotifyCompiledCodeToInterpreterTransition() argument
271 AddSamples(self, callee); in NotifyCompiledCodeToInterpreterTransition()
/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.
/art/runtime/interpreter/mterp/armng/
Dmain.S469 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/
Djni_internal_test.cc2696 auto callee = [](void* env_ptr) -> void* { in TEST_F() local
2708 callee, in TEST_F()
/art/
DTEST_MAPPING830 "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/
DAndroid.bp768 "host_526-checker-caller-callee-regs_classes.dex",