Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dinstruction_flags.cc26 if (!IsOpcode()) { in ToString()
32 if (IsOpcode()) encoding[kOpcode] = 'O'; in ToString()
Dinstruction_flags.h38 bool IsOpcode() const { in IsOpcode() function