Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dinstruction_flags.h33 flags_ |= 1 << kOpcode; in SetIsOpcode()
36 flags_ &= ~(1 << kOpcode); in ClearIsOpcode()
39 return (flags_ & (1 << kOpcode)) != 0; in IsOpcode()
120 kOpcode = 2, enumerator
Dinstruction_flags.cc32 if (IsOpcode()) encoding[kOpcode] = 'O'; in ToString()