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

  /art/runtime/
transaction.h 100 k64Bits,
  /art/compiler/dex/
reg_storage.h 90 k64Bits = 0x0100,
150 return ((reg_ & k64BitMask) == k64Bits);
174 (reg_ & (kFloatingPoint | k64BitMask)) == (kFloatingPoint | k64Bits);
188 return (reg & (kFloatingPoint | k64BitMask)) == (kFloatingPoint | k64Bits);
200 return ((reg & k64BitMask) == k64Bits);

Completed in 60 milliseconds