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

  /art/compiler/dex/
reg_storage.h 91 k64Bits = 0x0100,
151 return ((reg_ & k64BitMask) == k64Bits);
175 (reg_ & (kFloatingPoint | k64BitMask)) == (kFloatingPoint | k64Bits);
189 return (reg & (kFloatingPoint | k64BitMask)) == (kFloatingPoint | k64Bits);
201 return ((reg & k64BitMask) == k64Bits);
  /art/runtime/
transaction.h 132 k64Bits,
transaction.cc 322 LogValue(ObjectLog::k64Bits, offset, value, is_volatile);
411 case k64Bits:

Completed in 3041 milliseconds