Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dfunction-body-decoder.cc1210 PushReturns(operand.sig, rets); in DecodeFunctionBody()
1223 PushReturns(operand.sig, rets); in DecodeFunctionBody()
1552 void PushReturns(FunctionSig* sig, TFNode** rets) { in PushReturns() function in v8::internal::wasm::WasmFullDecoder