Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h1824 for (int s = kLastBit; s >= 0; s--) { in ToString()
1865 static constexpr int kLastBit = kDependsOnGCBit; variable
1866 static constexpr int kDependOnBits = kLastBit + 1 - kChangeBits;