Lines Matching refs:decode_index
2264 uint32_t decode_index = 0;
2270 decode_index += 2;
2274 decode_index += 4;
2285 decode_index++;
2303 // Decode the value at {decode_index}.
2308 i::DecodeI32ExceptionValue(values, &decode_index, &u32_bits);
2315 i::DecodeI64ExceptionValue(values, &decode_index, &u64_bits);
2322 DecodeI32ExceptionValue(values, &decode_index, &f32_bits);
2329 DecodeI64ExceptionValue(values, &decode_index, &f64_bits);
2343 auto obj = values->get(decode_index);