Lines Matching refs:decoding_mode
653 DecodingMode decoding_mode = kFunctionBody>
1075 template <Decoder::ValidateFlag validate, DecodingMode decoding_mode>
1264 if (decoding_mode == kInitExpression) {
1555 if (decoding_mode == kFunctionBody &&
2207 DecodingMode decoding_mode = kFunctionBody>
2208 class WasmFullDecoder : public WasmDecoder<validate, decoding_mode> {
2223 : WasmDecoder<validate, decoding_mode>(zone, module, enabled, detected,
2361 if (decoding_mode == kFunctionBody) {
2568 if (decoding_mode == kInitExpression) { \
2875 if (decoding_mode == kFunctionBody) {
2909 DoReturn<kStrictCounting, decoding_mode == kFunctionBody
3504 if (decoding_mode == kInitExpression) { \
3890 if (decoding_mode == kInitExpression) {
4046 if (decoding_mode == kInitExpression) { \
5144 if (decoding_mode == kInitExpression) return;
5215 if (!VALIDATE(decoding_mode == kFunctionBody &&
5290 if (V8_LIKELY(decoding_mode == kInitExpression ||
5476 static constexpr DecodingMode decoding_mode = kFunctionBody;