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

  /art/runtime/verifier/
dex_gc_map.h 74 return GetData()[1] | ((GetData()[0] & ~kRegMapFormatMask) << kRegMapFormatShift);
113 static const int kRegMapFormatShift = 5;
method_verifier.cc     [all...]

Completed in 30 milliseconds