Home
last modified time | relevance | path

Searched refs:has_index (Results 1 - 15 of 15) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dwasm-subtyping.cc233 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()
H A Dwasm-opcodes.cc42 (type.has_index() && !module->has_signature(type.ref_index()))) { in IsJSCompatibleSignature()
H A Dcanonical-types.cc63 if (!type.has_index()) return type; in CanonicalizeValueType()
H A Dvalue-type.h350 constexpr bool has_index() const { in has_index() function in v8::internal::wasm::ValueType
383 DCHECK(has_index()); in ref_index()
545 return has_index() && CanonicalRelativeField::decode(bit_field_); in is_canonical_relative()
H A Dc-api.cc2008 if ((table->type() == i::wasm::kWasmFuncRef || table->type().has_index()) &&
2027 if ((table->type() == i::wasm::kWasmFuncRef || table->type().has_index()) &&
H A Dfunction-body-decoder-impl.h3378 if (!VALIDATE(func_type.is_object_reference() && func_type.has_index() && in DECODE()
3404 if (!VALIDATE(func_type.is_object_reference() && func_type.has_index() && in DECODE()
4038 return obj.type.has_index() && in TypeCheckAlwaysSucceeds()
H A Dwasm-js.cc2013 receiver->type() == i::wasm::kWasmFuncRef || receiver->type().has_index(); in WebAssemblyTableGrow()
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_interfaces.cpp237 bool has_index = false; in GetLocationsForVariable() local
262 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()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_interfaces.cpp237 bool has_index = false; in GetLocationsForVariable() local
262 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()
/third_party/spirv-tools/source/val/
H A Dvalidate_interfaces.cpp259 bool has_index = false; in GetLocationsForVariable() local
284 if (has_index && dec.params()[0] != index) { in GetLocationsForVariable()
288 has_index = true; in GetLocationsForVariable()
405 if (has_index && index == 1) locs = output_index1_locations; in GetLocationsForVariable()
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_field.cc208 " .core.hasIndex = $has_index$,\n" in GenerateFieldDescription()
220 " .hasIndex = $has_index$,\n" in GenerateFieldDescription()
228 void FieldGenerator::SetRuntimeHasBit(int has_index) { in SetRuntimeHasBit() argument
229 variables_["has_index"] = StrCat(has_index); in SetRuntimeHasBit()
233 variables_["has_index"] = "GPBNoHasBit"; in SetNoHasBit()
253 variables_["has_index"] = StrCat(-index); in SetOneofIndexBase()
H A Dobjectivec_field.h78 void SetRuntimeHasBit(int has_index);
/third_party/mesa3d/src/broadcom/compiler/
H A Dnir_to_vir.c413 bool has_index, in emit_tmu_general_atomic_writes()
418 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() local
548 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()
409 emit_tmu_general_atomic_writes(struct v3d_compile *c, enum emit_mode mode, nir_intrinsic_instr *instr, uint32_t tmu_op, bool has_index, uint32_t *tmu_writes) emit_tmu_general_atomic_writes() argument
/third_party/node/deps/v8/src/torque/
H A Dimplementation-visitor.cc1402 bool has_index = field.index.has_value(); in VisitInitializerResults() local
1404 if (!has_index) { in VisitInitializerResults()
1411 } else if (has_index) { in VisitInitializerResults()
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.cc6468 DCHECK(type.has_index());

Completed in 54 milliseconds