Home
last modified time | relevance | path

Searched refs:inobject (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/ic/
Dkeyed-store-generic.cc695 Label inobject(this), backing_store(this); in OverwriteExistingFastProperty() local
696 Branch(UintPtrLessThan(field_index, inobject_properties), &inobject, in OverwriteExistingFastProperty()
699 Bind(&inobject); in OverwriteExistingFastProperty()
Daccessor-assembler.cc244 Label inobject(this), out_of_object(this); in HandleLoadICSmiHandlerCase() local
245 Branch(IsSetWord<LoadHandler::IsInobjectBits>(handler_word), &inobject, in HandleLoadICSmiHandlerCase()
248 Bind(&inobject); in HandleLoadICSmiHandlerCase()
/external/v8/src/
Dobjects.cc3288 int inobject = GetInObjectProperties(); in TransitionRemovesTaggedField() local
3290 for (int i = target_inobject; i < inobject; i++) { in TransitionRemovesTaggedField()
3298 int inobject = GetInObjectProperties(); in TransitionChangesTaggedFieldToUntaggedField() local
3300 int limit = Min(inobject, target_inobject); in TransitionChangesTaggedFieldToUntaggedField()
3471 int inobject = new_map->GetInObjectProperties(); in MigrateFastToFast() local
3476 if (!old_map->InstancesNeedRewriting(*new_map, number_of_fields, inobject, in MigrateFastToFast()
3483 int external = total_size - inobject; in MigrateFastToFast()
3540 int target_index = new_descriptors->GetFieldIndex(i) - inobject; in MigrateFastToFast()
3555 int target_index = new_descriptors->GetFieldIndex(i) - inobject; in MigrateFastToFast()
3569 int limit = Min(inobject, number_of_fields); in MigrateFastToFast()
[all …]
/external/v8/
DChangeLog16566 Fix inobject slack tracking for both subclassing and non-subclassing