Home
last modified time | relevance | path

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

/external/v8/src/ic/
Daccessor-assembler.cc290 Label inobject(this), out_of_object(this); in HandleLoadField() local
291 Branch(IsSetWord<LoadHandler::IsInobjectBits>(handler_word), &inobject, in HandleLoadField()
294 BIND(&inobject); in HandleLoadField()
1108 Label inobject(this), backing_store(this); in OverwriteExistingFastDataProperty() local
1109 Branch(UintPtrLessThan(field_index, instance_size_in_words), &inobject, in OverwriteExistingFastDataProperty()
1112 BIND(&inobject); in OverwriteExistingFastDataProperty()
/external/v8/src/
Dobjects.cc4013 int inobject = NumberOfFields(); in TransitionRemovesTaggedField() local
4015 for (int i = target_inobject; i < inobject; i++) { in TransitionRemovesTaggedField()
4023 int inobject = NumberOfFields(); in TransitionChangesTaggedFieldToUntaggedField() local
4025 int limit = Min(inobject, target_inobject); in TransitionChangesTaggedFieldToUntaggedField()
4199 int inobject = new_map->GetInObjectProperties(); in MigrateFastToFast() local
4204 if (!old_map->InstancesNeedRewriting(*new_map, number_of_fields, inobject, in MigrateFastToFast()
4211 int external = total_size - inobject; in MigrateFastToFast()
4216 isolate->factory()->NewFixedArray(inobject); in MigrateFastToFast()
4276 if (target_index < inobject) { in MigrateFastToFast()
4279 array->set(target_index - inobject, *value); in MigrateFastToFast()
[all …]
/external/v8/
DChangeLog37446 Fix inobject slack tracking for both subclassing and non-subclassing