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

  /art/compiler/utils/
managed_register.h 88 class ManagedRegisterSpill : public ManagedRegister {
90 // ManagedRegisterSpill contains information about data type size and location in caller frame
92 ManagedRegisterSpill(const ManagedRegister& other, uint32_t size, uint32_t spill_offset)
95 explicit ManagedRegisterSpill(const ManagedRegister& other)
98 ManagedRegisterSpill(const ManagedRegister& other, int32_t size)
114 class ManagedRegisterEntrySpills : public std::vector<ManagedRegisterSpill> {
119 ManagedRegisterSpill spill(__x);
120 std::vector<ManagedRegisterSpill>::push_back(spill);
124 ManagedRegisterSpill spill(__x, __size);
125 std::vector<ManagedRegisterSpill>::push_back(spill)
    [all...]
  /art/compiler/jni/quick/x86/
calling_convention_x86.cc 136 ManagedRegisterSpill spill(in_reg, size, spill_offset);
143 ManagedRegisterSpill spill2(in_reg, size, spill_offset + 4);
  /art/compiler/jni/quick/x86_64/
calling_convention_x86_64.cc 114 ManagedRegisterSpill spill(in_reg, size, spill_offset);
  /art/compiler/utils/x86_64/
assembler_x86_64_test.cc     [all...]
assembler_x86_64.cc     [all...]
  /art/compiler/utils/arm/
assembler_arm.cc 429 ManagedRegisterSpill spill = entry_spills.at(i);
    [all...]
  /art/compiler/utils/arm64/
assembler_arm64.cc 725 ManagedRegisterSpill spill = entry_spills.at(i);
  /art/compiler/utils/mips/
assembler_mips.cc     [all...]
  /art/compiler/utils/mips64/
assembler_mips64.cc     [all...]
  /art/compiler/utils/x86/
assembler_x86.cc     [all...]

Completed in 160 milliseconds