Home
last modified time | relevance | path

Searched refs:kRegMapFormatMask (Results 1 – 1 of 1) sorted by relevance

/art/runtime/verifier/
Ddex_gc_map.h76 return GetData()[1] | ((GetData()[0] & ~kRegMapFormatMask) << kRegMapFormatShift); in RegWidth()
87 return static_cast<RegisterMapFormat>(GetData()[0] & kRegMapFormatMask); in Format()
114 static const uint8_t kRegMapFormatMask = 0x7; variable