Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h2226 struct ArgsDump { struct
2229 ArgsDump DumpWithArgs() const { in DumpWithArgs() argument
2230 return ArgsDump{this}; in DumpWithArgs()
2779 std::ostream& operator<<(std::ostream& os, const HInstruction::ArgsDump rhs);
Dnodes.cc1977 std::ostream& operator<<(std::ostream& os, const HInstruction::ArgsDump rhs) { in operator <<()