Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dwasm-compiler.h78 wasm::Result<wasm::DecodeStruct*> graph_construction_result_; variable
Dwasm-compiler.cc3332 graph_construction_result_ = in BuildGraphForWasmFunction()
3335 if (graph_construction_result_.failed()) { in BuildGraphForWasmFunction()
3338 os << "Compilation failed: " << graph_construction_result_ << std::endl; in BuildGraphForWasmFunction()
3411 if (graph_construction_result_.failed()) { in ExecuteCompilation()
3451 if (graph_construction_result_.failed()) { in FinishCompilation()
3458 thrower_->CompileFailed(buffer.start(), graph_construction_result_); in FinishCompilation()