Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dwasm-compiler.h170 Node* ConvertExceptionTagToRuntimeId(uint32_t tag);
Dwasm-compiler.cc2043 BuildChangeUint31ToSmi(ConvertExceptionTagToRuntimeId(tag)), in Throw()
2118 Node* WasmGraphBuilder::ConvertExceptionTagToRuntimeId(uint32_t tag) { in ConvertExceptionTagToRuntimeId() function in v8::internal::compiler::WasmGraphBuilder
/external/v8/src/wasm/
Dfunction-body-decoder.cc447 TFNode* exception_tag = BUILD(ConvertExceptionTagToRuntimeId, imm.index); in CatchException()