Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dinstruction_flags.h62 flags_ |= 1 << kCompileTimeInfoPoint; in SetCompileTimeInfoPoint()
65 flags_ &= ~(1 << kCompileTimeInfoPoint); in ClearCompileTimeInfoPoint()
68 return (flags_ & (1 << kCompileTimeInfoPoint)) != 0; in IsCompileTimeInfoPoint()
121 kCompileTimeInfoPoint = 5, enumerator
Dinstruction_flags.cc35 if (IsCompileTimeInfoPoint()) encoding[kCompileTimeInfoPoint] = 'G'; in ToString()