Lines Matching defs:expected
2183 const wasm::ValueType* expected = sig->all().begin();
2185 1, expected + return_count, parameter_count);
2201 const wasm::ValueType* expected = sig->all().begin();
2202 return function_data.serialized_signature().matches(expected, sig_size);
2259 Handle<Object> value, ValueType expected,
2261 DCHECK(expected.is_reference());
2262 switch (expected.kind()) {
2267 HeapType::Representation repr = expected.heap_representation();
2323 DCHECK(module->has_type(expected.ref_index()));
2324 if (module->has_signature(expected.ref_index())) {
2333 if (!IsSubtypeOf(real_type, expected, exporting_module, module)) {
2336 "expected type";
2347 module->signature(expected.ref_index()))) {
2350 "expected type";
2362 module->signature(expected.ref_index()))) {
2365 "expected type";