Home
last modified time | relevance | path

Searched refs:except_decl (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dwasm-compiler.h172 Node** GetExceptionValues(const wasm::WasmException* except_decl);
Dwasm-compiler.cc2131 const wasm::WasmException* except_decl) { in GetExceptionValues() argument
2137 uint32_t encoded_size = GetExceptionEncodedSize(except_decl); in GetExceptionValues()
2147 const wasm::WasmExceptionSig* sig = except_decl->sig; in GetExceptionValues()