Home
last modified time | relevance | path

Searched refs:number_of_descriptors (Results 1 – 18 of 18) sorted by relevance

/third_party/node/deps/v8/src/objects/
Ddescriptor-array-inl.h33 RELAXED_INT16_ACCESSORS(DescriptorArray, number_of_descriptors, in TQ_OBJECT_CONSTRUCTORS_IMPL()
40 return number_of_all_descriptors() - number_of_descriptors(); in TQ_OBJECT_CONSTRUCTORS_IMPL()
44 return number_of_descriptors(); in number_of_entries()
114 DCHECK_LT(descriptor_number.as_int(), number_of_descriptors()); in GetKey()
121 DCHECK_LT(descriptor_number.as_int(), number_of_descriptors()); in SetKey()
158 DCHECK_LT(descriptor_number.as_int(), number_of_descriptors()); in SetValue()
171 DCHECK_LT(descriptor_number.as_int(), number_of_descriptors()); in GetValue()
177 DCHECK_LT(descriptor_number.as_int(), number_of_descriptors()); in GetDetails()
185 DCHECK_LT(descriptor_number.as_int(), number_of_descriptors()); in SetDetails()
222 int descriptor_number = number_of_descriptors(); in Append()
Ddescriptor-array.tq21 number_of_descriptors: uint16;
Dmap.cc604 WriteBarrier::Marking(to_replace, to_replace.number_of_descriptors()); in ReplaceDescriptors()
628 .number_of_descriptors()); in FindRootMap()
825 WriteBarrier::Marking(*descriptors, descriptors->number_of_descriptors()); in EnsureDescriptorSlack()
1318 map->instance_descriptors(isolate).number_of_descriptors()); in EnsureInitialMap()
1375 map->instance_descriptors(isolate).number_of_descriptors()); in ShareDescriptor()
1387 int old_size = descriptors->number_of_descriptors(); in ShareDescriptor()
1422 parent->instance_descriptors(isolate).number_of_descriptors()); in ConnectTransition()
1484 int nof_descriptors = descriptors->number_of_descriptors(); in AddMissingTransitions()
2075 (insertion_index.as_int() == descriptors->number_of_descriptors() - 1) in CopyReplaceDescriptor()
Dmap-inl.h220 DCHECK_LE(number, instance_descriptors().number_of_descriptors()); in SetNumberOfOwnDescriptors()
698 descriptors.number_of_descriptors()); in InitializeDescriptors()
711 DCHECK(descriptors.number_of_descriptors() == number_of_own_descriptors); in AppendDescriptor()
Dmap-updater.cc773 std::max<int>(old_nof_, old_descriptors_->number_of_descriptors()) - in BuildDescriptorArray()
780 new_descriptors->number_of_descriptors() == in BuildDescriptorArray()
781 old_descriptors_->number_of_descriptors()); in BuildDescriptorArray()
782 DCHECK(new_descriptors->number_of_descriptors() == old_nof_); in BuildDescriptorArray()
Ddescriptor-array.h62 DECL_INT16_ACCESSORS(number_of_descriptors)
Dliteral-objects.cc52 *name, descriptor_array_template->number_of_descriptors()); in AddToDescriptorArrayTemplate()
Dobjects.cc1962 << DescriptorArray::cast(*this).number_of_descriptors() << "]>"; in HeapObjectShortPrint()
2327 return DescriptorArray::cast(*this).number_of_descriptors() > 1; in NeedsRehashing()
2414 DCHECK_LE(1, DescriptorArray::cast(*this).number_of_descriptors()); in RehashBasedOnMap()
2454 int length = number_of_descriptors(); in GeneralizeAllFields()
3913 if (source.number_of_descriptors() != enumeration_index) copy.Sort(); in CopyUpToAddAttributes()
4465 const int len = number_of_descriptors(); in Sort()
4571 for (InternalIndex i : InternalIndex::Range(number_of_descriptors())) { in IsEqualTo()
Dvalue-serializer.cc2281 DCHECK_EQ(0, map->instance_descriptors(isolate_).number_of_descriptors()); in ReadJSObjectProperties()
/third_party/node/deps/v8/src/heap/
Dmarking-visitor-inl.h481 VisitDescriptors(array, array.number_of_descriptors()); in VisitDescriptorArray()
528 descriptors.number_of_descriptors())); in VisitDescriptorsForMap()
Dfactory-base.cc864 int number_of_descriptors, int slack, AllocationType allocation) { in NewDescriptorArray() argument
865 int number_of_all_descriptors = number_of_descriptors + slack; in NewDescriptorArray()
873 read_only_roots().undefined_value(), number_of_descriptors, in NewDescriptorArray()
Dmark-compact.cc2617 DCHECK(descriptors.number_of_descriptors() == number_of_own_descriptors); in ClearPotentialSimpleMapTransition()
2924 DCHECK(descriptors.number_of_descriptors() == number_of_own_descriptors); in TrimDescriptorArray()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc500 instance_descriptors(isolate).number_of_descriptors()); in MapVerify()
678 CHECK_EQ(0, number_of_descriptors()); in DescriptorArrayVerify()
682 CHECK_LE(number_of_descriptors(), number_of_all_descriptors()); in DescriptorArrayVerify()
688 InternalIndex::Range(number_of_descriptors())) { in DescriptorArrayVerify()
2076 for (int i = 0; i < number_of_descriptors(); i++) { in IsSortedNoDuplicates()
Dobjects-printer.cc747 os << "\n - nof descriptors: " << number_of_descriptors(); in DescriptorArrayPrint()
2643 for (InternalIndex i : InternalIndex::Range(number_of_descriptors())) { in PrintDescriptors()
/third_party/node/deps/v8/src/runtime/
Druntime-classes.cc272 int nof_descriptors = properties_template->number_of_descriptors(); in UpdateProtectors()
284 int nof_descriptors = descriptors_template->number_of_descriptors(); in AddDescriptorsByTemplate()
/third_party/node/deps/v8/src/wasm/
Dmodule-instantiate.cc163 descriptors->number_of_descriptors()); in CreateStructMap()
189 descriptors->number_of_descriptors()); in CreateArrayMap()
/third_party/node/deps/v8/src/snapshot/
Ddeserializer.cc329 WriteBarrier::Marking(raw, raw.number_of_descriptors()); in WeakenDescriptorArrays()
/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.cc1569 DCHECK_EQ(descriptors->number_of_descriptors(), property_count); in DeserializeMaps()