Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
H A Djs-objects.cc3076 Handle<FixedArray> inobject_props = in MigrateFastToFast() local
3128 inobject_props->set(target_index, *value); in MigrateFastToFast()
3146 inobject_props->set(target_index, *value); in MigrateFastToFast()
3162 Object value = inobject_props->get(isolate, i); in MigrateFastToFast()
3733 int inobject_props = old_map->GetInObjectProperties(); in MigrateSlowToFast() local
3747 DCHECK_LE(unused_property_fields, inobject_props); in MigrateSlowToFast()
3749 new_map->SetInObjectUnusedPropertyFields(inobject_props); in MigrateSlowToFast()
3765 number_of_fields + unused_property_fields - inobject_props; in MigrateSlowToFast()
3769 unused_property_fields = inobject_props - number_of_fields; in MigrateSlowToFast()
3841 if (current_offset < inobject_props) { in MigrateSlowToFast()
[all...]

Completed in 7 milliseconds