Home
last modified time | relevance | path

Searched refs:field_width_in_words (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dmap-updater.cc794 current_offset += old_details.field_width_in_words(); in BuildDescriptorArray()
861 current_offset += d.GetDetails().field_width_in_words(); in BuildDescriptorArray()
908 current_offset += d.GetDetails().field_width_in_words(); in BuildDescriptorArray()
Dproperty-details.h382 inline int field_width_in_words() const;
Dobjects-inl.h63 int PropertyDetails::field_width_in_words() const { in field_width_in_words() function
Dmap.cc1101 return details.field_index() + details.field_width_in_words(); in NextFreePropertyIndex()
Djs-objects.cc3848 current_offset += details.field_width_in_words(); in MigrateSlowToFast()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc706 expected_field_index += details.field_width_in_words(); in DescriptorArrayVerify()