Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dinstruction_flags.h63 flags_ |= 1 << kCompileTimeInfoPoint; in SetCompileTimeInfoPoint()
66 flags_ &= ~(1 << kCompileTimeInfoPoint); in ClearCompileTimeInfoPoint()
69 return (flags_ & (1 << kCompileTimeInfoPoint)) != 0; in IsCompileTimeInfoPoint()
125 kCompileTimeInfoPoint = 4, enumerator
Dinstruction_flags.cc34 if (IsCompileTimeInfoPoint()) encoding[kCompileTimeInfoPoint] = 'G'; in ToString()