Searched refs:has_index (Results 1 – 14 of 14) sorted by relevance
12 if entry.has_index { in cpuid_proto_to_kvm()28 e.has_index = entry.flags & kvm_sys::KVM_CPUID_FLAG_SIGNIFCANT_INDEX != 0; in cpuid_kvm_to_proto()
19 bool has_index = 3; field
355 if (!type1.has_index()) return type1 == type2; in EquivalentTypes()358 DCHECK(type1.has_index() && type2.has_index() && in EquivalentTypes()364 DCHECK(type1.has_index() && module1->has_type(type1.ref_index()) && in EquivalentTypes()365 type2.has_index() && module2->has_type(type2.ref_index())); in EquivalentTypes()
46 (type.has_index() && !module->has_signature(type.ref_index())) || in IsJSCompatibleSignature()
233 constexpr bool has_index() const { in has_index() function265 CONSTEXPR_DCHECK(has_index()); in ref_index()
1854 if (result.has_index() && result.ref_index() >= module_->types.capacity()) { in consume_value_type()
2977 func_type.has_index() &&3003 func_type.has_index() &&
215 void FieldGenerator::SetRuntimeHasBit(int has_index) { in SetRuntimeHasBit() argument216 variables_["has_index"] = StrCat(has_index); in SetRuntimeHasBit()
77 void SetRuntimeHasBit(int has_index);
238 bool has_index = !is_shared_or_scratch; in ntq_emit_tmu_general() local248 offset_src = 0 + has_index; in ntq_emit_tmu_general()250 offset_src = 1 + has_index; in ntq_emit_tmu_general()252 offset_src = 0 + has_index; in ntq_emit_tmu_general()338 ntq_get_src(c, instr->src[1 + has_index], 0); in ntq_emit_tmu_general()342 data = ntq_get_src(c, instr->src[2 + has_index], in ntq_emit_tmu_general()
520 if request_entry.has_index { in handle_request()
1333 bool has_index = field.index.has_value(); in VisitInitializerResults() local1335 if (!has_index) { in VisitInitializerResults()1342 } else if (has_index) { in VisitInitializerResults()
1101 * libelfP.h (struct Elf): Remove unused ar.has_index field.
6168 if (type.has_index() && module_->has_signature(type.ref_index())) { in ToJS()