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 63 flags_ |= 1 << kCompileTimeInfoPoint;
66 flags_ &= ~(1 << kCompileTimeInfoPoint);
69 return (flags_ & (1 << kCompileTimeInfoPoint)) != 0;
125 kCompileTimeInfoPoint = 4,
instruction_flags.cc 34 if (IsCompileTimeInfoPoint()) encoding[kCompileTimeInfoPoint] = 'G';

Completed in 2437 milliseconds