Searched refs:has_index (Results 1 – 16 of 16) sorted by relevance
233 if (!type1.has_index()) return type1 == type2; in EquivalentTypes()236 DCHECK(type1.has_index() && type2.has_index() && in EquivalentTypes()239 DCHECK(type1.has_index() && module1->has_type(type1.ref_index()) && in EquivalentTypes()240 type2.has_index() && module2->has_type(type2.ref_index())); in EquivalentTypes()
42 (type.has_index() && !module->has_signature(type.ref_index()))) { in IsJSCompatibleSignature()
350 constexpr bool has_index() const { in has_index() function383 DCHECK(has_index()); in ref_index()545 return has_index() && CanonicalRelativeField::decode(bit_field_); in is_canonical_relative()
63 if (!type.has_index()) return type; in CanonicalizeValueType()
2008 if ((table->type() == i::wasm::kWasmFuncRef || table->type().has_index()) && in set()2027 if ((table->type() == i::wasm::kWasmFuncRef || table->type().has_index()) && in grow()
3378 if (!VALIDATE(func_type.is_object_reference() && func_type.has_index() &&3404 if (!VALIDATE(func_type.is_object_reference() && func_type.has_index() &&4038 return obj.type.has_index() &&
2013 receiver->type() == i::wasm::kWasmFuncRef || receiver->type().has_index(); in WebAssemblyTableGrow()
237 bool has_index = false; in GetLocationsForVariable() local262 if (has_index && dec.params()[0] != index) { in GetLocationsForVariable()266 has_index = true; in GetLocationsForVariable()370 if (has_index && index == 1) locs = output_index1_locations; in GetLocationsForVariable()
237 bool has_index = false; in GetLocationsForVariable() local262 if (has_index && dec.params()[0] != index) { in GetLocationsForVariable()266 has_index = true; in GetLocationsForVariable()383 if (has_index && index == 1) locs = output_index1_locations; in GetLocationsForVariable()
228 void FieldGenerator::SetRuntimeHasBit(int has_index) { in SetRuntimeHasBit() argument229 variables_["has_index"] = StrCat(has_index); in SetRuntimeHasBit()
78 void SetRuntimeHasBit(int has_index);
413 bool has_index, in emit_tmu_general_atomic_writes() argument418 struct qreg data = ntq_get_src(c, instr->src[1 + has_index], 0); in emit_tmu_general_atomic_writes()425 data = ntq_get_src(c, instr->src[2 + has_index], 0); in emit_tmu_general_atomic_writes()537 bool has_index = !is_shared_or_scratch && !is_global; in ntq_emit_tmu_general() local548 offset_src = 0 + has_index; in ntq_emit_tmu_general()550 offset_src = 1 + has_index; in ntq_emit_tmu_general()552 offset_src = 0 + has_index; in ntq_emit_tmu_general()630 tmu_op, has_index, in ntq_emit_tmu_general()
1402 bool has_index = field.index.has_value(); in VisitInitializerResults() local1404 if (!has_index) { in VisitInitializerResults()1411 } else if (has_index) { in VisitInitializerResults()
1335 * libelfP.h (struct Elf): Remove unused ar.has_index field.
6468 DCHECK(type.has_index()); in ToJS()