Searched defs:InstructionKind (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dnodes.h1337 InstructionKind GetKindInternal() const OVERRIDE { return k##type; } \
1780 enum InstructionKind { enum in class:art::HInstruction
1999 InstructionKind GetKind() const PURE;
2000 virtual InstructionKind GetKindInternal() const = 0;
2175 std::ostream& operator<<(std::ostream& os, const HInstruction::InstructionKind& rhs);

Completed in 65 milliseconds