Home
last modified time | relevance | path

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

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

Completed in 20 milliseconds