Home
last modified time | relevance | path

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

/external/v8/src/compiler/backend/
Dinstruction.cc642 const PrintableInstructionBlock& printable_block) { in operator <<()
979 StdoutStream{} << PrintableInstructionBlock{block, this} << std::endl; in PrintBlock()
1141 os << PrintableInstructionBlock{block, &code}; in operator <<()
Dinstruction.h1511 struct PrintableInstructionBlock { struct
1516 std::ostream& operator<<(std::ostream&, const PrintableInstructionBlock&); argument