Home
last modified time | relevance | path

Searched refs:PackedSize (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/torque/
Dtypes.cc423 size_t StructType::PackedSize() const { in PackedSize() function in v8::internal::torque::StructType
1264 size = (*struct_type)->PackedSize(); in SizeOf()
Dtypes.h614 size_t PackedSize() const;
Dimplementation-visitor.cc4695 header << " static constexpr int kSize = " << type->PackedSize() << ";\n"; in GenerateStructLayoutDescription()
5225 struct_field, std::to_string((*struct_type)->PackedSize()), in GenerateClassFieldVerifier()