Searched defs:GetTrapValue (Results 1 - 1 of 1) sorted by relevance

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

Completed in 247 milliseconds