Home
last modified time | relevance | path

Searched refs:Reify (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dwasm-result.cc109 Handle<Object> ErrorThrower::Reify() { in Reify() function in v8::internal::wasm::ErrorThrower
155 isolate_->Throw(*Reify()); in ~ErrorThrower()
170 isolate()->ScheduleThrow(*Reify()); in ~ScheduledErrorThrower()
H A Dsync-streaming-decoder.cc67 resolver_->OnCompilationFailed(thrower.Reify());
H A Dwasm-result.h138 V8_WARN_UNUSED_RESULT Handle<Object> Reify();
H A Dwasm-js.cc531 resolver->OnCompilationFailed(thrower.Reify()); in WebAssemblyCompile()
556 streaming->Abort(Utils::ToLocal(thrower.Reify())); in WasmStreamingCallbackForTesting()
594 resolver->OnCompilationFailed(thrower.Reify()); in WebAssemblyCompileStreaming()
884 resolver->OnInstantiationFailed(thrower.Reify()); in WebAssemblyInstantiateStreaming()
894 resolver->OnInstantiationFailed(thrower.Reify()); in WebAssemblyInstantiateStreaming()
969 resolver->OnInstantiationFailed(thrower.Reify()); in WebAssemblyInstantiate()
979 resolver->OnInstantiationFailed(thrower.Reify()); in WebAssemblyInstantiate()
995 resolver->OnInstantiationFailed(thrower.Reify()); in WebAssemblyInstantiate()
1011 compilation_resolver->OnCompilationFailed(thrower.Reify()); in WebAssemblyInstantiate()
H A Dwasm-engine.cc629 resolver->OnInstantiationFailed(thrower.Reify()); in AsyncInstantiate()
655 resolver->OnCompilationFailed(thrower.Reify()); in AsyncCompile()
H A Dmodule-compiler.cc2264 resolver_->OnCompilationFailed(thrower.Reify()); in DecodeFailed()
2278 resolver_->OnCompilationFailed(thrower.Reify()); in AsyncCompileFailed()
H A Dc-api.cc2157 store, GetProperException(isolate, thrower.Reify())); in make()
2158 DCHECK(!thrower.error()); // Reify() called Reset(). in make()
/third_party/node/deps/v8/src/compiler/backend/
H A Dcode-generator.h82 Handle<Object> Reify(Isolate* isolate) const;
H A Dcode-generator.cc914 Handle<Object> object = deoptimization_literals_[i].Reify(isolate()); in GenerateDeoptimizationData()
1316 Handle<Object> DeoptimizationLiteral::Reify(Isolate* isolate) const { in Reify() function in v8::internal::compiler::DeoptimizationLiteral

Completed in 26 milliseconds