Searched refs:ManagedRegisterSpill (Results 1 - 5 of 5) sorted by relevance

/art/compiler/utils/
H A Dmanaged_register.h84 class ManagedRegisterSpill : public ManagedRegister { class in namespace:art
86 // ManagedRegisterSpill contains information about data type size and location in caller frame
88 ManagedRegisterSpill(const ManagedRegister& other, uint32_t size, uint32_t spill_offset) function in class:art::ManagedRegisterSpill
91 explicit ManagedRegisterSpill(const ManagedRegister& other) function in class:art::ManagedRegisterSpill
94 explicit ManagedRegisterSpill(const ManagedRegister& other, int32_t size) function in class:art::ManagedRegisterSpill
110 class ManagedRegisterEntrySpills : public std::vector<ManagedRegisterSpill> {
115 ManagedRegisterSpill spill(__x);
116 std::vector<ManagedRegisterSpill>::push_back(spill);
120 ManagedRegisterSpill spill(__x, __size);
121 std::vector<ManagedRegisterSpill>
[all...]
/art/compiler/utils/x86_64/
H A Dassembler_x86_64_test.cc247 ManagedRegisterSpill spill(ManagedFromCpu(x86_64::RAX), 8, 0);
249 ManagedRegisterSpill spill2(ManagedFromCpu(x86_64::RBX), 8, 8);
251 ManagedRegisterSpill spill3(ManagedFromFpu(x86_64::XMM1), 8, 16);
H A Dassembler_x86_64.cc1751 ManagedRegisterSpill spill = entry_spills.at(i);
/art/compiler/jni/quick/x86_64/
H A Dcalling_convention_x86_64.cc113 ManagedRegisterSpill spill(in_reg, size, spill_offset);
/art/compiler/utils/arm64/
H A Dassembler_arm64.cc695 ManagedRegisterSpill spill = entry_spills.at(i);

Completed in 257 milliseconds