HomeSort by relevance Sort by last modified time
    Searched refs:kCompileTimeInfoPoint (Results 1 - 2 of 2) sorted by null

  /art/runtime/verifier/
instruction_flags.h 62 flags_ |= 1 << kCompileTimeInfoPoint;
65 flags_ &= ~(1 << kCompileTimeInfoPoint);
68 return (flags_ & (1 << kCompileTimeInfoPoint)) != 0;
126 kCompileTimeInfoPoint = 5,
instruction_flags.cc 35 if (IsCompileTimeInfoPoint()) encoding[kCompileTimeInfoPoint] = 'G';

Completed in 306 milliseconds