/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-subtyping.cc | 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()
|
H A D | wasm-opcodes.cc | 42 (type.has_index() && !module->has_signature(type.ref_index()))) { in IsJSCompatibleSignature()
|
H A D | canonical-types.cc | 63 if (!type.has_index()) return type; in CanonicalizeValueType()
|
H A D | value-type.h | 350 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 D | c-api.cc | 2008 if ((table->type() == i::wasm::kWasmFuncRef || table->type().has_index()) && 2027 if ((table->type() == i::wasm::kWasmFuncRef || table->type().has_index()) &&
|
H A D | function-body-decoder-impl.h | 3378 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 D | wasm-js.cc | 2013 receiver->type() == i::wasm::kWasmFuncRef || receiver->type().has_index(); in WebAssemblyTableGrow()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validate_interfaces.cpp | 237 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 D | validate_interfaces.cpp | 237 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 D | validate_interfaces.cpp | 259 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 D | objectivec_field.cc | 208 " .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 D | objectivec_field.h | 78 void SetRuntimeHasBit(int has_index);
|
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | nir_to_vir.c | 413 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 D | implementation-visitor.cc | 1402 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 D | wasm-compiler.cc | 6468 DCHECK(type.has_index());
|