/third_party/node/deps/v8/src/objects/ |
H A D | map-updater.cc | 137 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 D | descriptor-array-inl.h | 146 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 D | descriptor-array.h | 77 inline Object GetStrongValue(InternalIndex descriptor_number); 78 inline Object GetStrongValue(PtrComprCageBase cage_base,
|
H A D | property-descriptor.cc | 78 value = handle(descs->GetStrongValue(i), isolate); in ToPropertyDescriptorFastPath()
|
H A D | map.cc | 772 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 D | call-site-info.cc | 330 value = descriptors.GetStrongValue(i); in InferMethodNameFromFastObject()
|
H A D | literal-objects.cc | 79 Object raw_accessor = descriptor_array_template->GetStrongValue(entry); in AddToDescriptorArrayTemplate()
|
H A D | js-objects.cc | 339 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 D | keys.cc | 777 Object accessors = descs->GetStrongValue(i); in CollectOwnPropertyNamesInternal()
|
H A D | lookup.cc | 937 holder_->map(isolate_).instance_descriptors(isolate_).GetStrongValue( in FetchValue()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | heap-refs.h | 596 base::Optional<ObjectRef> GetStrongValue( 725 base::Optional<ObjectRef> GetStrongValue(
|
H A D | heap-refs.cc | 1586 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 D | access-info.cc | 634 descriptors->GetStrongValue(descriptor)); in ComputeAccessorDescriptorAccessInfo()
|
H A D | js-call-reducer.cc | 2759 receiver_map.GetStrongValue(kLengthIndex)); 2761 receiver_map.GetStrongValue(kNameIndex));
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-classes.cc | 313 Object value = descriptors_template->GetStrongValue(i); in AddDescriptorsByTemplate()
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | objects-printer.cc | 321 os << Brief(descs.GetStrongValue(i)); in PrintProperties() 2670 Object value = GetStrongValue(descriptor); in PrintDescriptorDetails()
|
/third_party/node/deps/v8/src/profiler/ |
H A D | heap-snapshot-generator.cc | 1768 details.kind(), entry, descs.GetKey(i), descs.GetStrongValue(i)); in ExtractPropertyReferences()
|
/third_party/node/deps/v8/src/init/ |
H A D | bootstrapper.cc | 6141 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 D | factory.cc | 2481 Handle<Object> value(descs->GetStrongValue(i), isolate()); in NewJSGlobalObject()
|