Home
last modified time | relevance | path

Searched refs:number_of_all_descriptors (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Ddescriptor-array-inl.h31 RELAXED_INT16_ACCESSORS(DescriptorArray, number_of_all_descriptors,
40 return number_of_all_descriptors() - number_of_descriptors(); in number_of_slack_descriptors()
101 // Allow descriptor == number_of_all_descriptors() for computing the slot in GetDescriptorSlot()
103 DCHECK_LE(descriptor, number_of_all_descriptors()); in GetDescriptorSlot()
223 DCHECK_LE(descriptor_number + 1, number_of_all_descriptors()); in Append()
H A Ddescriptor-array.h44 // [16:0 bits]: number_of_all_descriptors (including slack)
61 DECL_INT16_ACCESSORS(number_of_all_descriptors)
161 static constexpr int SizeFor(int number_of_all_descriptors) { in SizeFor() argument
162 return OffsetOfDescriptorAt(number_of_all_descriptors); in SizeFor()
H A Dmap-updater.cc777 DCHECK(new_descriptors->number_of_all_descriptors() > in BuildDescriptorArray()
778 target_descriptors->number_of_all_descriptors() || in BuildDescriptorArray()
H A Dobjects.cc2243 DescriptorArray::unchecked_cast(*this).number_of_all_descriptors()); in SizeFromMap()
4432 number_of_all_descriptors() * kEntrySize); in Initialize()
4568 if (number_of_all_descriptors() != other.number_of_all_descriptors()) { in IsEqualTo()
/third_party/node/deps/v8/src/heap/
H A Dfactory-base.cc865 int number_of_all_descriptors = number_of_descriptors + slack; in NewDescriptorArray() local
867 DCHECK_LT(0, number_of_all_descriptors); in NewDescriptorArray()
868 int size = DescriptorArray::SizeFor(number_of_all_descriptors); in NewDescriptorArray()
H A Dmark-compact.cc2892 int old_nof_all_descriptors = array.number_of_all_descriptors(); in RightTrimDescriptorArray()
2916 descriptors.number_of_all_descriptors() - number_of_own_descriptors; in TrimDescriptorArray()
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-debug.cc675 if (number_of_all_descriptors() == 0) { in DescriptorArrayVerify()
677 CHECK_EQ(0, number_of_all_descriptors()); in DescriptorArrayVerify()
681 CHECK_LT(0, number_of_all_descriptors()); in DescriptorArrayVerify()
682 CHECK_LE(number_of_descriptors(), number_of_all_descriptors()); in DescriptorArrayVerify()
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator.cc1713 array.GetDescriptorSlot(array.number_of_all_descriptors())); in ExtractDescriptorArrayReferences()

Completed in 34 milliseconds