Lines Matching refs:full_opcode
3421 WasmOpcode full_opcode = this->template read_prefixed_opcode<validate>(
3423 if (full_opcode == kExprTableGrow || full_opcode == kExprTableSize ||
3424 full_opcode == kExprTableFill) {
3427 trace_msg->AppendOpcode(full_opcode);
3428 return DecodeNumericOpcode(full_opcode, opcode_length);
3441 WasmOpcode full_opcode = this->template read_prefixed_opcode<validate>(
3444 trace_msg->AppendOpcode(full_opcode);
3445 if (!CheckSimdFeatureFlagOpcode(full_opcode)) {
3448 return DecodeSimdOpcode(full_opcode, opcode_length);
3454 WasmOpcode full_opcode = this->template read_prefixed_opcode<validate>(
3456 trace_msg->AppendOpcode(full_opcode);
3457 return DecodeAtomicOpcode(full_opcode, opcode_length);
3463 WasmOpcode full_opcode = this->template read_prefixed_opcode<validate>(
3465 trace_msg->AppendOpcode(full_opcode);
3466 return DecodeGCOpcode(full_opcode, opcode_length);