Searched refs:GetFieldSizeInformation (Results 1 – 4 of 4) sorted by relevance
426 result += std::get<0>(field.GetFieldSizeInformation()); in PackedSize()607 size_t field_size = std::get<0>(field.GetFieldSizeInformation()); in ComputeSlotKindsHelper()1136 std::tuple<size_t, std::string> Field::GetFieldSizeInformation() const { in GetFieldSizeInformation() function in v8::internal::torque::Field1204 size_t field_size = std::get<0>(field.GetFieldSizeInformation()); in ValidateAlignment()
453 ResidueClass field_size = std::get<0>(field.GetFieldSizeInformation()); in VisitClassFieldsAndMethods()
211 std::tuple<size_t, std::string> GetFieldSizeInformation() const;
3713 std::tie(field_size, size_string) = f.GetFieldSizeInformation(); in RecordOffsetFor()4188 << std::get<0>(field.GetFieldSizeInformation()) << ";\n"; in GenerateClass()4555 std::get<1>(class_field.GetFieldSizeInformation()); in EmitLoadFieldStatement()4623 std::get<1>(class_field.GetFieldSizeInformation()); in EmitStoreFieldStatement()