Home
last modified time | relevance | path

Searched refs:HasUndefinedLayout (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/torque/
Dinstance-type-generator.cc334 root->type->HasUndefinedLayout() in PrintInstanceTypes()
364 root->type->HasUndefinedLayout() ? only_declared_range_instance_types in PrintInstanceTypes()
Dtypes.h674 return !IsAbstract() && !HasUndefinedLayout(); in ShouldGeneratePrint()
680 return !HasUndefinedLayout() && !IsShape(); in ShouldGenerateVerify()
760 bool HasUndefinedLayout() const { in HasUndefinedLayout() function
Dclass-debug-reader-generator.cc474 if (type.HasUndefinedLayout()) return; in GenerateClassDebugReader()
Dtype-visitor.cc272 if (super_class->HasUndefinedLayout() && in ComputeType()