Searched refs:inobject_props (Results 1 – 2 of 2) sorted by relevance
420 Register inobject_props = x11; in Generate_JSConstructStubHelper() local426 __ Ubfx(inobject_props, inst_sizes, in Generate_JSConstructStubHelper()495 __ Subs(element_count, element_count, inobject_props); in Generate_JSConstructStubHelper()
4303 int inobject_props = object->map()->inobject_properties(); in MigrateSlowToFast() local4311 DCHECK_LE(unused_property_fields, inobject_props); in MigrateSlowToFast()4313 new_map->set_unused_property_fields(inobject_props); in MigrateSlowToFast()4326 number_of_fields + unused_property_fields - inobject_props; in MigrateSlowToFast()4330 unused_property_fields = inobject_props - number_of_fields; in MigrateSlowToFast()4362 if (current_offset < inobject_props) { in MigrateSlowToFast()4367 int offset = current_offset - inobject_props; in MigrateSlowToFast()