Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dwasm-compiler.cc191 Node* GetTrapValue(wasm::FunctionSig* sig) { in GetTrapValue() function in v8::internal::compiler::WasmTrapHelper
193 return GetTrapValue(sig->GetReturn()); in GetTrapValue()
199 Node* GetTrapValue(wasm::LocalType type) { in GetTrapValue() function in v8::internal::compiler::WasmTrapHelper
283 Node* ret_value = GetTrapValue(builder_->GetFunctionSignature()); in BuildTrapCode()