Home
last modified time | relevance | path

Searched refs:GetFieldType (Results 1 - 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dmap-updater.cc140 FieldType MapUpdater::GetFieldType(InternalIndex descriptor) const { in GetFieldType() function in v8::internal::MapUpdater
147 return old_descriptors_->GetFieldType(descriptor); in GetFieldType()
157 return handle(GetFieldType(descriptor), isolate_); in GetOrComputeFieldType()
169 return handle(descriptors->GetFieldType(descriptor), isolate_); in GetOrComputeFieldType()
495 handle(old_descriptors_->GetFieldType(modified_descriptor_), isolate_), in TryReconfigureToDataFieldInplace()
504 DCHECK(old_descriptors_->GetFieldType(modified_descriptor_) in TryReconfigureToDataFieldInplace()
707 target_descriptors.GetFieldType(modified_descriptor_))); in FindTargetMap()
950 FieldType next_field_type = next_descriptors.GetFieldType(i); in FindSplitMap()
951 if (!descriptors->GetFieldType(i).NowIs(next_field_type)) { in FindSplitMap()
1007 old_descriptors_->GetFieldType(modified_descriptor in ConstructNewMap()
[all...]
H A Ddescriptor-array-inl.h195 FieldType DescriptorArray::GetFieldType(InternalIndex descriptor_number) { in GetFieldType() function in v8::internal::DescriptorArray
197 return GetFieldType(cage_base, descriptor_number); in GetFieldType()
200 FieldType DescriptorArray::GetFieldType(PtrComprCageBase cage_base, in GetFieldType() function in v8::internal::DescriptorArray
H A Ddescriptor-array.h85 inline FieldType GetFieldType(InternalIndex descriptor_number);
86 inline FieldType GetFieldType(PtrComprCageBase cage_base,
H A Dmap-updater.h175 inline FieldType GetFieldType(InternalIndex descriptor) const;
H A Dmap.cc676 FieldType old_type = old_descriptors.GetFieldType(i);
748 FieldType new_type = new_descriptors.GetFieldType(i);
756 FieldType old_type = old_descriptors.GetFieldType(i);
764 FieldType new_type = new_descriptors.GetFieldType(i);
1771 descriptors.GetFieldType(descriptor).NowContains(value); in CanHoldValue()
2152 descriptors.GetFieldType(i))); in EquivalentToForElementsKindTransition()
H A Dvalue-serializer.cc2342 .GetFieldType(descriptor) in ReadJSObjectProperties()
2351 .GetFieldType(descriptor) in ReadJSObjectProperties()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DRemoveDynamicIndexing.cpp90 TType *GetFieldType(const TType &indexedType) in GetFieldType() function
418 GetFieldType(type), true); in visitBinary()
474 TType *valueType = GetFieldType(type); in visitBinary()
/third_party/node/deps/v8/src/compiler/
H A Daccess-info.cc440 descriptors->GetFieldType(descriptor)); in ComputeDataFieldAccessInfo()
1135 broker()->CanonicalPersistentHandle(descriptors->GetFieldType(number)); in LookupTransition()
H A Dcompilation-dependencies.cc720 .GetFieldType(descriptor_);
730 owner->instance_descriptors(isolate).GetFieldType(descriptor_));
/third_party/node/deps/v8/src/json/
H A Djson-parser.cc534 .GetFieldType(descriptor_index) in BuildJsonObject()
546 .GetFieldType(descriptor_index) in BuildJsonObject()
/third_party/node/deps/v8/src/runtime/
H A Druntime-object.cc150 target->instance_descriptors(isolate).GetFieldType(descriptor), in GeneralizeAllTransitionsToFieldAsMutable()
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-debug.cc444 FieldType field_type = descriptors.GetFieldType(i); in JSObjectVerify()
H A Dobjects-printer.cc2665 FieldType field_type = GetFieldType(descriptor); in PrintDescriptorDetails()

Completed in 27 milliseconds