Home
last modified time | relevance | path

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

/aosp12/art/runtime/verifier/
H A Dinstruction_flags.cc35 if (IsCompileTimeInfoPoint()) encoding[kCompileTimeInfoPoint] = 'G'; in ToString()
H A Dinstruction_flags.h67 bool IsCompileTimeInfoPoint() const { in IsCompileTimeInfoPoint() function
H A Dmethod_verifier.cc95 interesting = flags[i].IsCompileTimeInfoPoint() || flags[i].IsBranchTarget(); in Init()