Searched refs:GetStrongValue (Results 1 – 15 of 15) sorted by relevance
/external/v8/src/ |
D | map-updater.cc | 61 return old_descriptors_->GetStrongValue(descriptor); in GetValue() 95 return descriptors->GetStrongValue(descriptor) in GetOrComputeFieldType() 335 tmp_descriptors->GetStrongValue(i))) { in FindTargetMap() 362 tmp_descriptors->GetStrongValue(i))) { in FindTargetMap() 391 target_descriptors->GetStrongValue(modified_descriptor_))); in FindTargetMap() 421 tmp_descriptors->GetStrongValue(i))) { in FindTargetMap() 489 !EqualImmutableValues(target_descriptors->GetStrongValue(i), in BuildDescriptorArray() 636 if (!EqualImmutableValues(descriptors->GetStrongValue(i), in FindSplitMap() 637 next_descriptors->GetStrongValue(i))) { in FindSplitMap() 685 old_value = handle(old_descriptors_->GetStrongValue(modified_descriptor_), in ConstructNewMap() [all …]
|
D | property-descriptor.cc | 79 value = handle(descs->GetStrongValue(i), isolate); in ToPropertyDescriptorFastPath()
|
D | objects-printer.cc | 431 os << Brief(descs->GetStrongValue(i)); in PrintProperties() 2282 Object* value = GetStrongValue(descriptor); in PrintDescriptorDetails()
|
D | keys.cc | 609 Object* accessors = descs->GetStrongValue(i); in CollectOwnPropertyNamesInternal()
|
D | lookup.cc | 853 result = holder_->map()->instance_descriptors()->GetStrongValue(number_); in FetchValue()
|
D | objects.cc | 2178 prop_value = handle(descriptors->GetStrongValue(i), isolate); in FastAssign() 4249 value = handle(old_descriptors->GetStrongValue(i), isolate); in MigrateFastToFast() 4406 value = handle(descs->GetStrongValue(i), isolate); in MigrateFastToSlow() 4945 Object* old_value = old_descriptors->GetStrongValue(i); in TryReplayPropertyTransitions() 4962 old_descriptors->GetStrongValue(i) != in TryReplayPropertyTransitions() 4963 new_descriptors->GetStrongValue(i)) { in TryReplayPropertyTransitions() 9002 prop_value = handle(descriptors->GetStrongValue(index), isolate); in FastGetOwnValuesOrEntries() 9273 if (descs->GetStrongValue(i) == value) { in SlowReverseLookup() 9891 DCHECK(descriptors->GetStrongValue(descriptor) != value || in CanHoldValue() 9893 return descriptors->GetStrongValue(descriptor) == value; in CanHoldValue() [all …]
|
D | bootstrapper.cc | 5125 length, handle(array_descriptors->GetStrongValue(old), isolate()), in InstallNatives() 5539 Handle<Object> value(descs->GetStrongValue(i), isolate()); in TransferNamedProperties() 5553 Handle<Object> value(descs->GetStrongValue(i), isolate()); in TransferNamedProperties()
|
D | objects-inl.h | 1894 Object* DescriptorArray::GetStrongValue(int descriptor_number) { in GetStrongValue() function
|
/external/v8/src/objects/ |
D | descriptor-array.h | 72 inline Object* GetStrongValue(int descriptor_number);
|
D | literal-objects.cc | 112 Object* raw_accessor = descriptor_array_template->GetStrongValue(entry); in AddToDescriptorArrayTemplate()
|
/external/v8/src/compiler/ |
D | access-info.cc | 423 handle(descriptors->GetStrongValue(number), isolate()), holder); in ComputePropertyAccessInfo() 447 Handle<Object> accessors(descriptors->GetStrongValue(number), in ComputePropertyAccessInfo()
|
D | js-call-reducer.cc | 439 if (!descriptors->GetStrongValue(JSFunction::kLengthDescriptorIndex) in ReduceFunctionPrototypeBind() 447 if (!descriptors->GetStrongValue(JSFunction::kNameDescriptorIndex) in ReduceFunctionPrototypeBind()
|
/external/v8/src/runtime/ |
D | runtime-classes.cc | 299 Object* value = descriptors_template->GetStrongValue(i); in AddDescriptorsByTemplate()
|
/external/v8/src/profiler/ |
D | heap-snapshot-generator.cc | 1456 descs->GetStrongValue(i)); in ExtractPropertyReferences()
|
/external/v8/src/heap/ |
D | factory.cc | 2815 cell->set_value(descs->GetStrongValue(i)); in NewJSGlobalObject()
|