Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dwasm-compiler.cc259 Node* GetTrapValue(wasm::FunctionSig* sig) { in GetTrapValue() function in v8::internal::compiler::WasmTrapHelper
261 return GetTrapValue(sig->GetReturn()); in GetTrapValue()
267 Node* GetTrapValue(wasm::ValueType type) { in GetTrapValue() function in v8::internal::compiler::WasmTrapHelper
349 Node* ret_value = GetTrapValue(builder_->GetFunctionSignature()); in BuildTrapCode()