Home
last modified time | relevance | path

Searched refs:spill (Results 1 – 9 of 9) sorted by relevance

/art/test/451-spill-splot/
DAndroid.bp3 // Build rules for ART run-test `451-spill-splot`.
16 name: "art-run-test-451-spill-splot",
21 ":art-run-test-451-spill-splot-expected-stdout",
22 ":art-run-test-451-spill-splot-expected-stderr",
28 name: "art-run-test-451-spill-splot-expected-stdout",
29 out: ["art-run-test-451-spill-splot-expected-stdout.txt"],
36 name: "art-run-test-451-spill-splot-expected-stderr",
37 out: ["art-run-test-451-spill-splot-expected-stderr.txt"],
/art/test/128-reg-spill-on-implicit-nullcheck/
DAndroid.bp3 // Build rules for ART run-test `128-reg-spill-on-implicit-nullcheck`.
16 name: "art-run-test-128-reg-spill-on-implicit-nullcheck",
21 ":art-run-test-128-reg-spill-on-implicit-nullcheck-expected-stdout",
22 ":art-run-test-128-reg-spill-on-implicit-nullcheck-expected-stderr",
28 name: "art-run-test-128-reg-spill-on-implicit-nullcheck-expected-stdout",
29 out: ["art-run-test-128-reg-spill-on-implicit-nullcheck-expected-stdout.txt"],
36 name: "art-run-test-128-reg-spill-on-implicit-nullcheck-expected-stderr",
37 out: ["art-run-test-128-reg-spill-on-implicit-nullcheck-expected-stderr.txt"],
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc60 x86_64::X86_64ManagedRegister spill = spill_regs[i].AsX86_64(); in BuildFrame() local
61 if (spill.IsCpuRegister()) { in BuildFrame()
62 __ pushq(spill.AsCpuRegister()); in BuildFrame()
65 cfi().RelOffset(DWARFReg(spill.AsCpuRegister().AsRegister()), 0); in BuildFrame()
80 x86_64::X86_64ManagedRegister spill = spill_regs[i].AsX86_64(); in BuildFrame() local
81 if (spill.IsXmmRegister()) { in BuildFrame()
83 __ movsd(Address(CpuRegister(RSP), offset), spill.AsXmmRegister()); in BuildFrame()
84 cfi().RelOffset(DWARFReg(spill.AsXmmRegister().AsFloatRegister()), offset); in BuildFrame()
107 x86_64::X86_64ManagedRegister spill = spill_regs[i].AsX86_64(); in RemoveFrame() local
108 if (spill.IsXmmRegister()) { in RemoveFrame()
[all …]
/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc62 Register spill = spill_regs[i].AsX86().AsCpuRegister(); in BuildFrame() local
63 __ pushl(spill); in BuildFrame()
66 cfi().RelOffset(DWARFReg(spill), 0); in BuildFrame()
96 Register spill = spill_regs[i].AsX86().AsCpuRegister(); in RemoveFrame() local
97 __ popl(spill); in RemoveFrame()
99 cfi().Restore(DWARFReg(spill)); in RemoveFrame()
/art/test/557-checker-ref-equivalent/smali/
DTestCase.smali38 # broke the invariant of not sharing the same spill slot between those two
/art/test/510-checker-try-catch/smali/
DRuntime.smali387 # These values were forced to spill by an always-throwing try/catch after their
409 # Insert a try/catch to force v1,v2,v3 to spill.
436 # These values were forced to spill by an always-throwing try/catch after their
459 # Insert a try/catch to force (v2, v3), (v4, v5), (v6, v7) to spill.
/art/runtime/arch/arm/
Djni_entrypoints_arm.S92 push {r0, r1, r2, r3, lr} @ spill regs
/art/
DTEST_MAPPING299 "name": "art-run-test-128-reg-spill-on-implicit-nullcheck"
665 "name": "art-run-test-451-spill-splot"
1727 "name": "art-run-test-128-reg-spill-on-implicit-nullcheck[com.google.android.art.apex]"
2093 "name": "art-run-test-451-spill-splot[com.google.android.art.apex]"
3173 "name": "art-run-test-128-reg-spill-on-implicit-nullcheck"
3539 "name": "art-run-test-451-spill-splot"
4609 "name": "art-run-test-128-reg-spill-on-implicit-nullcheck"
4975 "name": "art-run-test-451-spill-splot"
/art/tools/fuzzer/
DAndroid.bp350 "host_128-reg-spill-on-implicit-nullcheck_classes.dex",
677 "host_451-spill-splot_classes.dex",