Home
last modified time | relevance | path

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

/art/runtime/verifier/
Ddex_gc_map.h76 return GetData()[1] | ((GetData()[0] & ~kRegMapFormatMask) << kRegMapFormatShift); in RegWidth()
113 static const int kRegMapFormatShift = 5; variable