Searched refs:SigOperand (Results 1 – 1 of 1) sorted by relevance
562 FunctionSig* sig = SigOperand(pc_, &unused, &len); in DecodeFunctionBody()1011 FunctionSig* sig = SigOperand(p->pc(), &index, &len); in Reduce()1347 FunctionSig* SigOperand(const byte* pc, uint32_t* index, int* length) { in SigOperand() function in v8::internal::wasm::LR_WasmDecoder