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

  /art/compiler/dex/
reg_storage.h 135 return (reg_ == rhs.GetRawBits());
139 return (reg_ != rhs.GetRawBits());
321 constexpr int GetRawBits() const {
343 return o << rhs.GetRawBits(); // TODO: better output.
vreg_analysis.cc 36 table[i].reg.GetRawBits(),
  /art/compiler/dex/quick/arm64/
codegen_arm64.h 285 reg.GetRawBits() & RegStorage::kRegTypeMask);
321 reg.GetRawBits() & RegStorage::kRegTypeMask);
  /art/compiler/dex/quick/mips/
codegen_mips.h 301 reg.GetRawBits() & RegStorage::kRegTypeMask);
323 reg.GetRawBits() & RegStorage::kRegTypeMask);
  /art/compiler/dex/quick/x86/
codegen_x86.h 404 reg.GetRawBits() & RegStorage::kRegTypeMask);
422 reg.GetRawBits() & RegStorage::kRegTypeMask);
    [all...]
utility_x86.cc 48 DCHECK(r_src.IsSingle()) << "Raw: 0x" << std::hex << r_src.GetRawBits();
    [all...]
  /art/compiler/dex/quick/
ralloc_util.cc 428 DCHECK(res.IsSingle()) << "Reg: 0x" << std::hex << res.GetRawBits();
437 DCHECK(res.IsDouble()) << "Reg: 0x" << std::hex << res.GetRawBits();
    [all...]
gen_invoke.cc     [all...]

Completed in 1850 milliseconds