Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-module.cc957 thrower_(thrower), in InstantiationHelper()
969 thrower_->TypeError( in Build()
1067 thrower_->RangeError("Out of memory: wasm globals"); in Build()
1140 thrower_->LinkError("table initializer is out of bounds"); in Build()
1153 thrower_->LinkError("data segment is out of bounds"); in Build()
1347 ErrorThrower* thrower_; member in InstantiationHelper
1360 thrower_->LinkError( in ReportLinkError()
1368 thrower_->LinkError("Import #%d module=\"%.*s\" error: %s", index, in ReportLinkError()
1498 if (thrower_->error()) return -1; in ProcessImports()
1540 thrower_->LinkError( in ProcessImports()
[all …]
/external/v8/src/compiler/
Dwasm-compiler.h73 wasm::ErrorThrower* thrower_; variable
Dwasm-compiler.cc4030 : thrower_(thrower), in WasmCompilationUnit()
4121 thrower_->CompileFailed(buffer.start(), graph_construction_result_); in FinishCompilation()