Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dgraph-visualizer.h222 struct InstructionAsJSON { struct
227 std::ostream& operator<<(std::ostream& os, const InstructionAsJSON& i); argument
Dgraph-visualizer.cc1213 std::ostream& operator<<(std::ostream& os, const InstructionAsJSON& i_json) { in operator <<()
1335 InstructionAsJSON json_instr = {-1, nullptr, code}; in operator <<()