Home
last modified time | relevance | path

Searched refs:IsStructType (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/torque/
Dclass-debug-reader-generator.cc171 if (IsTagged() || name_and_type_.type->IsStructType()) { in GetTypeString()
Dtypes.h55 bool IsStructType() const { return kind() == Kind::kStructType; } in IsStructType() function
57 bool IsAggregateType() const { return IsStructType() || IsClassType(); } in IsAggregateType()
Dtype-visitor.cc516 if (!type->IsStructType() && !type->IsBitFieldStructType()) { in ComputeTypeForStructExpression()
Ddeclarable.h484 ->IsStructType(); in DECLARE_DECLARABLE_BOILERPLATE()
Dtypes.cc744 if (field.index.has_value() && field.name_and_type.type->IsStructType()) { in GenerateAccessors()
Dimplementation-visitor.cc3069 if (specialization_types[0]->IsStructType()) { in GenerateCall()
4430 !field_type->IsStructType() && in GenerateFieldAccessors()
/third_party/node/deps/v8/src/wasm/
Dwasm-module-builder.h395 bool IsStructType(uint32_t index) { in IsStructType() function