Home
last modified time | relevance | path

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

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