Searched refs:ErrorThrower (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/wasm/ |
D | wasm-result.cc | 30 void ErrorThrower::Format(i::Handle<i::JSFunction> constructor, in Format() 49 void ErrorThrower::TypeError(const char* format, ...) { in TypeError() 57 void ErrorThrower::RangeError(const char* format, ...) { in RangeError() 65 void ErrorThrower::CompileError(const char* format, ...) { in CompileError() 74 void ErrorThrower::LinkError(const char* format, ...) { in LinkError() 83 void ErrorThrower::RuntimeError(const char* format, ...) { in RuntimeError() 92 ErrorThrower::~ErrorThrower() { in ~ErrorThrower()
|
D | wasm-js.cc | 29 using v8::internal::wasm::ErrorThrower; 49 ErrorThrower* thrower, const char* msg) { in BrandCheck() 61 const v8::FunctionCallbackInfo<v8::Value>& args, ErrorThrower* thrower) { in GetFirstArgumentAsModule() 81 bool IsCompilationAllowed(i::Isolate* isolate, ErrorThrower* thrower, in IsCompilationAllowed() 97 bool IsInstantiationAllowed(i::Isolate* isolate, ErrorThrower* thrower, in IsInstantiationAllowed() 120 const v8::FunctionCallbackInfo<v8::Value>& args, ErrorThrower* thrower) { in GetFirstArgumentAsBytes() 163 const v8::FunctionCallbackInfo<v8::Value>& args, ErrorThrower* thrower) { in GetSecondArgumentAsImports() 180 ErrorThrower thrower(i_isolate, "WebAssembly.compile()"); in WebAssemblyCompile() 203 ErrorThrower thrower(i_isolate, "WebAssembly.validate()"); in WebAssemblyValidate() 223 ErrorThrower thrower(i_isolate, "WebAssembly.Module()"); in WebAssemblyModule() [all …]
|
D | wasm-module.h | 34 class ErrorThrower; variable 367 Isolate* isolate, const byte* start, const byte* end, ErrorThrower* thrower, 380 ErrorThrower* thrower); 419 V8_EXPORT_PRIVATE bool SyncValidate(Isolate* isolate, ErrorThrower* thrower, 423 Isolate* isolate, ErrorThrower* thrower, const ModuleWireBytes& bytes, 427 Isolate* isolate, ErrorThrower* thrower, const ModuleWireBytes& bytes); 430 Isolate* isolate, ErrorThrower* thrower,
|
D | wasm-result.h | 89 class V8_EXPORT_PRIVATE ErrorThrower { 91 ErrorThrower(i::Isolate* isolate, const char* context) in ErrorThrower() function 93 ~ErrorThrower();
|
D | wasm-module.cc | 259 ErrorThrower* thrower) { in InitializeParallelCompilation() 319 ErrorThrower* thrower) { in CompileInParallel() 375 ErrorThrower* thrower) { in CompileSequentially() 400 ErrorThrower* thrower, const ModuleWireBytes& wire_bytes, in CompileToModuleObject() 951 InstantiationHelper(Isolate* isolate, ErrorThrower* thrower, in InstantiationHelper() 1347 ErrorThrower* thrower_; 2517 ErrorThrower* thrower) { in GetCustomSections() 2581 bool wasm::SyncValidate(Isolate* isolate, ErrorThrower* thrower, in SyncValidate() 2591 Isolate* isolate, ErrorThrower* thrower, const ModuleWireBytes& bytes, in SyncCompileTranslatedAsmJs() 2610 ErrorThrower* thrower, in SyncCompile() [all …]
|
/external/v8/src/compiler/ |
D | wasm-compiler.h | 38 class ErrorThrower; variable 49 WasmCompilationUnit(wasm::ErrorThrower* thrower, Isolate* isolate, 59 static Handle<Code> CompileWasmFunction(wasm::ErrorThrower* thrower, in CompileWasmFunction() 73 wasm::ErrorThrower* thrower_;
|
D | wasm-compiler.cc | 4025 WasmCompilationUnit::WasmCompilationUnit(wasm::ErrorThrower* thrower, in WasmCompilationUnit()
|
/external/v8/src/asmjs/ |
D | asm-js.cc | 31 using v8::internal::wasm::ErrorThrower; 167 ErrorThrower thrower(info->isolate(), "Asm.js -> WebAssembly conversion"); in CompileAsmViaWasm() 267 ErrorThrower thrower(isolate, "Asm.js -> WebAssembly instantiation"); in InstantiateAsmWasm()
|
/external/v8/src/ |
D | value-serializer.cc | 1638 wasm::ErrorThrower thrower(isolate_, "ValueDeserializer::ReadWasmModule"); in ReadWasmModule()
|
D | api.cc | 7577 i::wasm::ErrorThrower thrower(i_isolate, "WasmCompiledModule::Deserialize()"); in Compile()
|