Searched refs:number_of_descriptors (Results 1 – 18 of 18) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
D | descriptor-array-inl.h | 33 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()
|
D | descriptor-array.tq | 21 number_of_descriptors: uint16;
|
D | map.cc | 604 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()
|
D | map-inl.h | 220 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()
|
D | map-updater.cc | 773 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()
|
D | descriptor-array.h | 62 DECL_INT16_ACCESSORS(number_of_descriptors)
|
D | literal-objects.cc | 52 *name, descriptor_array_template->number_of_descriptors()); in AddToDescriptorArrayTemplate()
|
D | objects.cc | 1962 << 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()
|
D | value-serializer.cc | 2281 DCHECK_EQ(0, map->instance_descriptors(isolate_).number_of_descriptors()); in ReadJSObjectProperties()
|
/third_party/node/deps/v8/src/heap/ |
D | marking-visitor-inl.h | 481 VisitDescriptors(array, array.number_of_descriptors()); in VisitDescriptorArray() 528 descriptors.number_of_descriptors())); in VisitDescriptorsForMap()
|
D | factory-base.cc | 864 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()
|
D | mark-compact.cc | 2617 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/ |
D | objects-debug.cc | 500 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()
|
D | objects-printer.cc | 747 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/ |
D | runtime-classes.cc | 272 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/ |
D | module-instantiate.cc | 163 descriptors->number_of_descriptors()); in CreateStructMap() 189 descriptors->number_of_descriptors()); in CreateArrayMap()
|
/third_party/node/deps/v8/src/snapshot/ |
D | deserializer.cc | 329 WriteBarrier::Marking(raw, raw.number_of_descriptors()); in WeakenDescriptorArrays()
|
/third_party/node/deps/v8/src/web-snapshot/ |
D | web-snapshot.cc | 1569 DCHECK_EQ(descriptors->number_of_descriptors(), property_count); in DeserializeMaps()
|