Home
last modified time | relevance | path

Searched defs:thrower (Results 1 – 13 of 13) sorted by relevance

/external/v8/src/wasm/
Dwasm-js.cc143 const v8::FunctionCallbackInfo<v8::Value>& args, ErrorThrower* thrower) { in GetFirstArgumentAsModule()
156 const v8::FunctionCallbackInfo<v8::Value>& args, ErrorThrower* thrower, in GetFirstArgumentAsBytes()
196 ErrorThrower* thrower) { in GetValueAsImports()
395 ScheduledErrorThrower thrower(i_isolate, "WebAssembly.compile()"); in WebAssemblyCompile() local
429 ScheduledErrorThrower thrower(i_isolate, "WebAssembly.compile()"); in WebAssemblyCompileStreaming() local
482 ScheduledErrorThrower thrower(i_isolate, "WebAssembly.validate()"); in WebAssemblyValidate() local
521 ScheduledErrorThrower thrower(i_isolate, "WebAssembly.Module()"); in WebAssemblyModule() local
565 ScheduledErrorThrower thrower(i_isolate, "WebAssembly.Module.imports()"); in WebAssemblyModuleImports() local
578 ScheduledErrorThrower thrower(i_isolate, "WebAssembly.Module.exports()"); in WebAssemblyModuleExports() local
592 ScheduledErrorThrower thrower(i_isolate, in WebAssemblyModuleCustomSections() local
[all …]
Dwasm-engine.cc40 Isolate* isolate, ErrorThrower* thrower, const ModuleWireBytes& bytes, in SyncCompileTranslatedAsmJs()
56 Isolate* isolate, const WasmFeatures& enabled, ErrorThrower* thrower, in SyncCompile()
73 Isolate* isolate, ErrorThrower* thrower, in SyncInstantiate()
83 ErrorThrower thrower(isolate, "WebAssembly Instantiation"); in AsyncInstantiate() local
121 ErrorThrower thrower(isolate, "WasmCompile"); in AsyncCompile() local
173 ErrorThrower thrower(isolate, "Manually requested tier up"); in CompileFunction() local
Dfunction-compiler.cc104 WasmCode* WasmCompilationUnit::FinishCompilation(ErrorThrower* thrower) { in FinishCompilation()
149 ErrorThrower* thrower, ModuleEnv* env, const WasmFunction* function, in CompileWasmFunction()
Dmodule-compiler.cc332 Isolate* isolate, ErrorThrower* thrower, in InstantiateToInstanceObject()
371 ErrorThrower thrower(isolate, "WasmLazyCompile"); in LazyCompileFunction() local
556 ErrorThrower* thrower) { in FinishCompilationUnits()
582 ErrorThrower* thrower) { in CompileInParallel()
669 ModuleEnv* module_env, ErrorThrower* thrower) { in CompileSequentially()
693 ErrorThrower* thrower) { in ValidateSequentially()
728 void CompileNativeModule(Isolate* isolate, ErrorThrower* thrower, in CompileNativeModule()
804 ErrorThrower thrower(compilation_state_->isolate(), "AsyncCompile"); in RunInternal() local
870 Isolate* isolate, const WasmFeatures& enabled, ErrorThrower* thrower, in CompileToModuleObject()
940 InstanceBuilder::InstanceBuilder(Isolate* isolate, ErrorThrower* thrower, in InstanceBuilder()
[all …]
Dwasm-module.cc251 Handle<String> name, ErrorThrower* thrower) { in GetCustomSections()
/external/clang/test/CodeGenObjC/
Darc-no-arc-exceptions.m8 void thrower(void); function
/external/v8/src/asmjs/
Dasm-js.cc283 wasm::ErrorThrower thrower(isolate, "AsmJs::Compile"); in FinalizeJobImpl() local
404 wasm::ErrorThrower thrower(isolate, "AsmJs::Instantiate"); in InstantiateAsmWasm() local
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DDexMakerTest.java1502 MethodId<?, ?> thrower = TEST_TYPE.getMethod(TypeId.VOID, "thrower", TypeId.INT); in testCatchExceptions() local
1533 public static void thrower(int a) throws Exception { in thrower() method in DexMakerTest
1580 MethodId<?, ?> thrower = TEST_TYPE.getMethod(TypeId.VOID, "thrower", TypeId.INT); in testNestedCatchClauses() local
/external/v8/src/builtins/
Dbuiltins-promise-gen.cc1534 Node* const thrower = in CreateThrowerFunction() local
1568 Node* const thrower = CreateThrowerFunction(reason, native_context); in TF_BUILTIN() local
/external/v8/src/
Dvalue-serializer.cc1816 wasm::ErrorThrower thrower(isolate_, "ValueDeserializer::ReadWasmModule"); in ReadWasmModule() local
Dbootstrapper.cc1144 Handle<JSFunction> thrower = GetThrowTypeErrorIntrinsic(); in AddRestrictedFunctionProperties() local
Dapi.cc7507 i::wasm::ErrorThrower thrower(i_isolate, "WasmCompiledModule::Compile()"); in Compile() local
/external/v8/src/compiler/
Dwasm-compiler.cc5209 wasm::ErrorThrower* thrower) { in FinishCompilation()