Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
H A Dmap-updater.cc137 return old_descriptors_->GetStrongValue(descriptor); in GetValue()
171 return descriptors->GetStrongValue(descriptor) in GetOrComputeFieldType()
655 tmp_descriptors->GetStrongValue(i))) { in FindTargetMap()
681 tmp_descriptors->GetStrongValue(i))) { in FindTargetMap()
712 target_descriptors.GetStrongValue(modified_descriptor_))); in FindTargetMap()
752 tmp_descriptors->GetStrongValue(i))) { in FindTargetMap()
822 !EqualImmutableValues(target_descriptors->GetStrongValue(i), in BuildDescriptorArray()
955 if (!EqualImmutableValues(descriptors->GetStrongValue(i), in FindSplitMap()
956 next_descriptors.GetStrongValue(i))) { in FindSplitMap()
1009 old_value = handle(old_descriptors_->GetStrongValue(modified_descriptor in ConstructNewMap()
[all...]
H A Ddescriptor-array-inl.h146 Object DescriptorArray::GetStrongValue(InternalIndex descriptor_number) { in GetStrongValue() function in v8::internal::DescriptorArray
148 return GetStrongValue(cage_base, descriptor_number); in GetStrongValue()
151 Object DescriptorArray::GetStrongValue(PtrComprCageBase cage_base, in GetStrongValue() function in v8::internal::DescriptorArray
H A Ddescriptor-array.h77 inline Object GetStrongValue(InternalIndex descriptor_number);
78 inline Object GetStrongValue(PtrComprCageBase cage_base,
H A Dproperty-descriptor.cc78 value = handle(descs->GetStrongValue(i), isolate); in ToPropertyDescriptorFastPath()
H A Dmap.cc772 old_descriptors.GetStrongValue(i) !=
773 new_descriptors.GetStrongValue(i)) {
1942 Handle<Object> maybe_pair(descriptors.GetStrongValue(last_descriptor), in TransitionToAccessorProperty()
1974 Handle<Object> maybe_pair(old_descriptors.GetStrongValue(descriptor), in TransitionToAccessorProperty()
H A Dcall-site-info.cc330 value = descriptors.GetStrongValue(i); in InferMethodNameFromFastObject()
H A Dliteral-objects.cc79 Object raw_accessor = descriptor_array_template->GetStrongValue(entry); in AddToDescriptorArrayTemplate()
H A Djs-objects.cc339 prop_value = handle(descriptors->GetStrongValue(i), isolate); in FastAssign()
2141 prop_value = handle(descriptors->GetStrongValue(index), isolate); in FastGetOwnValuesOrEntries()
3110 value = handle(old_descriptors->GetStrongValue(isolate, i), isolate); in MigrateFastToFast()
3241 value = handle(descs->GetStrongValue(isolate, i), isolate); in MigrateFastToSlow()
4660 if (descs.GetStrongValue(i) == value) { in SlowReverseLookup()
H A Dkeys.cc777 Object accessors = descs->GetStrongValue(i); in CollectOwnPropertyNamesInternal()
H A Dlookup.cc937 holder_->map(isolate_).instance_descriptors(isolate_).GetStrongValue( in FetchValue()
/third_party/node/deps/v8/src/compiler/
H A Dheap-refs.h596 base::Optional<ObjectRef> GetStrongValue(
725 base::Optional<ObjectRef> GetStrongValue(
H A Dheap-refs.cc1586 base::Optional<ObjectRef> MapRef::GetStrongValue( in GetStrongValue() function in v8::internal::compiler::MapRef
1589 return instance_descriptors().GetStrongValue(descriptor_index); in GetStrongValue()
2018 base::Optional<ObjectRef> DescriptorArrayRef::GetStrongValue( in GetStrongValue() function in v8::internal::compiler::DescriptorArrayRef
H A Daccess-info.cc634 descriptors->GetStrongValue(descriptor)); in ComputeAccessorDescriptorAccessInfo()
H A Djs-call-reducer.cc2759 receiver_map.GetStrongValue(kLengthIndex));
2761 receiver_map.GetStrongValue(kNameIndex));
/third_party/node/deps/v8/src/runtime/
H A Druntime-classes.cc313 Object value = descriptors_template->GetStrongValue(i); in AddDescriptorsByTemplate()
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-printer.cc321 os << Brief(descs.GetStrongValue(i)); in PrintProperties()
2670 Object value = GetStrongValue(descriptor); in PrintDescriptorDetails()
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator.cc1768 details.kind(), entry, descs.GetKey(i), descs.GetStrongValue(i)); in ExtractPropertyReferences()
/third_party/node/deps/v8/src/init/
H A Dbootstrapper.cc6141 Handle<Object> value(descs->GetStrongValue(i), isolate()); in TransferNamedProperties()
6279 length, handle(array_descriptors->GetStrongValue(old), isolate()), in CreateInitialMapForArraySubclass()
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc2481 Handle<Object> value(descs->GetStrongValue(i), isolate()); in NewJSGlobalObject()

Completed in 67 milliseconds