Home
last modified time | relevance | path

Searched refs:GetExceptionRuntimeId (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dwasm-compiler.h171 Node* GetExceptionRuntimeId();
Dwasm-compiler.cc2124 Node* WasmGraphBuilder::GetExceptionRuntimeId() { in GetExceptionRuntimeId() function in v8::internal::compiler::WasmGraphBuilder
/external/v8/src/wasm/
Dfunction-body-decoder.cc446 TFNode* caught_tag = BUILD(GetExceptionRuntimeId); in CatchException()