OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:entry_spills
(Results
1 - 16
of
16
) sorted by null
/art/compiler/jni/quick/x86/
calling_convention_x86.cc
79
// We assume all parameters are on stack, args coming via registers are spilled as
entry_spills
.
/art/compiler/jni/quick/x86_64/
calling_convention_x86_64.cc
76
// We assume all parameters are on stack, args coming via registers are spilled as
entry_spills
/art/compiler/utils/arm64/
assembler_arm64.cc
688
const ManagedRegisterEntrySpills&
entry_spills
) {
721
for (size_t i = 0; i <
entry_spills
.size(); ++i) {
722
Arm64ManagedRegister reg =
entry_spills
.at(i).AsArm64();
725
ManagedRegisterSpill spill =
entry_spills
.at(i);
assembler_arm64.h
114
const ManagedRegisterEntrySpills&
entry_spills
) OVERRIDE;
/art/compiler/utils/arm/
assembler_arm.cc
391
const ManagedRegisterEntrySpills&
entry_spills
) {
425
for (size_t i = 0; i <
entry_spills
.size(); ++i) {
426
ArmManagedRegister reg =
entry_spills
.at(i).AsArm();
429
ManagedRegisterSpill spill =
entry_spills
.at(i);
[
all
...]
assembler_arm.h
912
const ManagedRegisterEntrySpills&
entry_spills
) OVERRIDE;
[
all
...]
/art/compiler/utils/x86_64/
assembler_x86_64_test.cc
1506
ManagedRegisterEntrySpills
entry_spills
;
local
[
all
...]
assembler_x86_64.h
708
const ManagedRegisterEntrySpills&
entry_spills
) OVERRIDE;
[
all
...]
assembler_x86_64.cc
[
all
...]
/art/compiler/utils/
assembler.h
378
const ManagedRegisterEntrySpills&
entry_spills
) = 0;
/art/compiler/utils/x86/
assembler_x86.cc
[
all
...]
assembler_x86.h
637
const ManagedRegisterEntrySpills&
entry_spills
) OVERRIDE;
/art/compiler/utils/mips/
assembler_mips.cc
[
all
...]
assembler_mips.h
418
const ManagedRegisterEntrySpills&
entry_spills
) OVERRIDE;
[
all
...]
/art/compiler/utils/mips64/
assembler_mips64.cc
[
all
...]
assembler_mips64.h
370
const ManagedRegisterEntrySpills&
entry_spills
) OVERRIDE;
Completed in 144 milliseconds