Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dgraph-visualizer.h236 struct InstructionSequenceAsJSON { struct
239 std::ostream& operator<<(std::ostream& os, const InstructionSequenceAsJSON& s); argument
Dgraph-visualizer.cc1351 std::ostream& operator<<(std::ostream& os, const InstructionSequenceAsJSON& s) { in operator <<()
Dpipeline.cc3703 << ",\"blocks\":" << InstructionSequenceAsJSON{data->sequence()} in TraceSequence()