Home
last modified time | relevance | path

Searched refs:ErrorThrower (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/wasm/
Dwasm-js.cc26 using v8::internal::wasm::ErrorThrower;
39 ErrorThrower& thrower, const v8::FunctionCallbackInfo<v8::Value>& args) { in GetRawBufferArgument()
62 ErrorThrower thrower(isolate, "WASM.verifyModule()"); in VerifyModule()
82 ErrorThrower thrower(isolate, "WASM.verifyFunction()"); in VerifyFunction()
107 ErrorThrower thrower(isolate, "WASM.compileRun()"); in CompileRun()
158 ErrorThrower thrower(isolate, "WASM.asmCompileRun()"); in AsmCompileRun()
191 ErrorThrower thrower(isolate, "WASM.instantiateModuleFromAsm()"); in InstantiateModuleFromAsm()
239 ErrorThrower thrower(isolate, "WASM.instantiateModule()"); in InstantiateModule()
Dwasm-result.h91 class ErrorThrower {
93 ErrorThrower(Isolate* isolate, const char* context) in ErrorThrower() function
Dwasm-result.cc32 void ErrorThrower::Error(const char* format, ...) { in Error()
Dwasm-module.cc244 ErrorThrower thrower(isolate, "WasmModule::Instantiate()"); in Instantiate()
438 ErrorThrower thrower(isolate, "CompileAndRunWasmModule"); in CompileAndRunWasmModule()
/external/v8/src/compiler/
Dwasm-compiler.h27 class ErrorThrower; variable
36 Handle<Code> CompileWasmFunction(wasm::ErrorThrower& thrower, Isolate* isolate,
Dwasm-compiler.cc1952 Handle<Code> CompileWasmFunction(wasm::ErrorThrower& thrower, Isolate* isolate, in CompileWasmFunction()