/external/v8/src/wasm/ |
D | wasm-js.cc | 143 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 …]
|
D | wasm-engine.cc | 40 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
|
D | function-compiler.cc | 104 WasmCode* WasmCompilationUnit::FinishCompilation(ErrorThrower* thrower) { in FinishCompilation() 149 ErrorThrower* thrower, ModuleEnv* env, const WasmFunction* function, in CompileWasmFunction()
|
D | module-compiler.cc | 332 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 …]
|
D | wasm-module.cc | 251 Handle<String> name, ErrorThrower* thrower) { in GetCustomSections()
|
/external/clang/test/CodeGenObjC/ |
D | arc-no-arc-exceptions.m | 8 void thrower(void); function
|
/external/v8/src/asmjs/ |
D | asm-js.cc | 283 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/ |
D | DexMakerTest.java | 1502 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/ |
D | builtins-promise-gen.cc | 1534 Node* const thrower = in CreateThrowerFunction() local 1568 Node* const thrower = CreateThrowerFunction(reason, native_context); in TF_BUILTIN() local
|
/external/v8/src/ |
D | value-serializer.cc | 1816 wasm::ErrorThrower thrower(isolate_, "ValueDeserializer::ReadWasmModule"); in ReadWasmModule() local
|
D | bootstrapper.cc | 1144 Handle<JSFunction> thrower = GetThrowTypeErrorIntrinsic(); in AddRestrictedFunctionProperties() local
|
D | api.cc | 7507 i::wasm::ErrorThrower thrower(i_isolate, "WasmCompiledModule::Compile()"); in Compile() local
|
/external/v8/src/compiler/ |
D | wasm-compiler.cc | 5209 wasm::ErrorThrower* thrower) { in FinishCompilation()
|