HomeSort by relevance Sort by last modified time
    Searched refs:ManagedRegisterSpill (Results 1 - 5 of 5) sorted by null

  /art/compiler/utils/
managed_register.h 84 class ManagedRegisterSpill : public ManagedRegister {
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)
91 explicit ManagedRegisterSpill(const ManagedRegister& other)
94 explicit ManagedRegisterSpill(const ManagedRegister& other, int32_t size)
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>::push_back(spill)
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64_test.cc 247 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);
assembler_x86_64.cc     [all...]
  /art/compiler/jni/quick/x86_64/
calling_convention_x86_64.cc 113 ManagedRegisterSpill spill(in_reg, size, spill_offset);
  /art/compiler/utils/arm64/
assembler_arm64.cc 695 ManagedRegisterSpill spill = entry_spills.at(i);

Completed in 258 milliseconds