Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc1740 #define DECLARE_CASE(type, super) case HInstruction::k##type: os << #type; break; in operator <<() macro
1742 FOR_EACH_CONCRETE_INSTRUCTION(DECLARE_CASE) in operator <<()
1747 #undef DECLARE_CASE in operator <<()