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 91 class ManagedRegisterSpill : public ManagedRegister {
93 // ManagedRegisterSpill contains information about data type size and location in caller frame
95 ManagedRegisterSpill(const ManagedRegister& other, uint32_t size, uint32_t spill_offset)
98 explicit ManagedRegisterSpill(const ManagedRegister& other)
101 ManagedRegisterSpill(const ManagedRegister& other, int32_t size)
117 class ManagedRegisterEntrySpills : public std::vector<ManagedRegisterSpill> {
122 ManagedRegisterSpill spill(x);
123 std::vector<ManagedRegisterSpill>::push_back(spill);
127 ManagedRegisterSpill spill(x, size);
128 std::vector<ManagedRegisterSpill>::push_back(spill)
    [all...]
  /art/compiler/jni/quick/x86/
calling_convention_x86.cc 161 ManagedRegisterSpill spill(in_reg, size, spill_offset);
168 ManagedRegisterSpill spill2(in_reg, size, spill_offset + 4);
  /art/compiler/jni/quick/x86_64/
calling_convention_x86_64.cc 165 ManagedRegisterSpill spill(in_reg, size, spill_offset);
  /art/compiler/utils/x86_64/
assembler_x86_64_test.cc     [all...]
jni_macro_assembler_x86_64.cc 79 ManagedRegisterSpill spill = entry_spills.at(i);
  /art/compiler/utils/arm/
jni_macro_assembler_arm_vixl.cc 103 ManagedRegisterSpill spill = entry_spills.at(i);
  /art/compiler/utils/x86/
jni_macro_assembler_x86.cc 71 ManagedRegisterSpill spill = entry_spills.at(i);
  /art/compiler/utils/arm64/
jni_macro_assembler_arm64.cc 727 ManagedRegisterSpill spill = entry_spills.at(i);
  /art/compiler/utils/mips64/
assembler_mips64.cc     [all...]
  /art/compiler/utils/mips/
assembler_mips.cc     [all...]

Completed in 3102 milliseconds