Searched refs:AsRPO (Results 1 – 5 of 5) sorted by relevance
104 struct AsRPO { struct105 explicit AsRPO(const Graph& g) : graph(g) {} in AsRPO() function109 V8_EXPORT_PRIVATE std::ostream& operator<<(std::ostream& os, const AsRPO& ad); argument
76 void Graph::Print() const { StdoutStream{} << AsRPO(*this); } in Print()
818 std::ostream& operator<<(std::ostream& os, const AsRPO& ar) { in operator <<()
4809 << AsRPO(graph); in CompileJSToWasmWrapper()4886 << AsRPO(graph); in CompileWasmToJSWrapper()4958 << AsRPO(graph); in CompileWasmInterpreterEntry()5028 StdoutStream{} << "-- C Wasm entry graph -- " << std::endl << AsRPO(graph); in CompileCWasmEntry()
1939 os << AsRPO(*graph); in Run()