Home
last modified time | relevance | path

Searched refs:has_index (Results 1 – 14 of 14) sorted by relevance

/external/crosvm/protos/src/
Dplugin.rs12 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()
Dplugin.proto19 bool has_index = 3; field
/external/v8/src/wasm/
Dwasm-subtyping.cc355 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()
Dwasm-opcodes.cc46 (type.has_index() && !module->has_signature(type.ref_index())) || in IsJSCompatibleSignature()
Dvalue-type.h233 constexpr bool has_index() const { in has_index() function
265 CONSTEXPR_DCHECK(has_index()); in ref_index()
Dmodule-decoder.cc1854 if (result.has_index() && result.ref_index() >= module_->types.capacity()) { in consume_value_type()
Dfunction-body-decoder-impl.h2977 func_type.has_index() &&
3003 func_type.has_index() &&
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_field.cc215 void FieldGenerator::SetRuntimeHasBit(int has_index) { in SetRuntimeHasBit() argument
216 variables_["has_index"] = StrCat(has_index); in SetRuntimeHasBit()
Dobjectivec_field.h77 void SetRuntimeHasBit(int has_index);
/external/mesa3d/src/broadcom/compiler/
Dnir_to_vir.c238 bool has_index = !is_shared_or_scratch; in ntq_emit_tmu_general() local
248 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()
/external/crosvm/src/plugin/
Dvcpu.rs520 if request_entry.has_index { in handle_request()
/external/v8/src/torque/
Dimplementation-visitor.cc1333 bool has_index = field.index.has_value(); in VisitInitializerResults() local
1335 if (!has_index) { in VisitInitializerResults()
1342 } else if (has_index) { in VisitInitializerResults()
/external/elfutils/libelf/
DChangeLog1101 * libelfP.h (struct Elf): Remove unused ar.has_index field.
/external/v8/src/compiler/
Dwasm-compiler.cc6168 if (type.has_index() && module_->has_signature(type.ref_index())) { in ToJS()