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

  /art/compiler/dex/quick/
resource_mask.h 82 static constexpr ResourceMask TwoBits(size_t start_bit) {
  /art/compiler/dex/quick/arm/
target_arm.cc 146 ? ResourceMask::TwoBits(reg.GetRegNum() * 2 + kArmFPReg0)
    [all...]
  /art/compiler/dex/quick/mips/
target_mips.cc 299 return ResourceMask::TwoBits((reg.GetRegNum() & ~1) + kMipsFPReg0);
    [all...]

Completed in 144 milliseconds