Home
last modified time | relevance | path

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

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