Home
last modified time | relevance | path

Searched refs:IsSortedNoDuplicates (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/
Dtransitions.h120 bool IsSortedNoDuplicates();
233 bool IsSortedNoDuplicates(int valid_entries = -1);
Dtransitions.cc155 SLOW_DCHECK(array->IsSortedNoDuplicates()); in Insert()
206 SLOW_DCHECK(result->IsSortedNoDuplicates()); in Insert()
635 DCHECK(IsSortedNoDuplicates()); in Sort()
Dobjects-debug.cc585 SLOW_DCHECK(instance_descriptors()->IsSortedNoDuplicates()); in MapVerify()
588 TransitionsAccessor(isolate, this, &no_gc).IsSortedNoDuplicates()); in MapVerify()
2029 bool DescriptorArray::IsSortedNoDuplicates(int valid_entries) { in IsSortedNoDuplicates() function in v8::internal::DescriptorArray
2050 bool TransitionArray::IsSortedNoDuplicates(int valid_entries) { in IsSortedNoDuplicates() function in v8::internal::TransitionArray
2088 bool TransitionsAccessor::IsSortedNoDuplicates() { in IsSortedNoDuplicates() function in v8::internal::TransitionsAccessor
2091 return transitions()->IsSortedNoDuplicates(); in IsSortedNoDuplicates()
Dobjects-inl.h1794 SLOW_DCHECK(array->IsSortedNoDuplicates()); in Search()
Dobjects.cc9574 DCHECK(descriptors->IsSortedNoDuplicates()); in CopyReplaceDescriptors()
9619 DCHECK(descriptors->IsSortedNoDuplicates()); in AddMissingTransitions()
9664 DCHECK(descriptors->IsSortedNoDuplicates()); in InstallDescriptors()
10798 DCHECK(IsSortedNoDuplicates()); in Sort()
/external/v8/src/objects/
Ddescriptor-array.h164 bool IsSortedNoDuplicates(int valid_descriptors = -1);
Dliteral-objects.cc401 DCHECK(descriptor_array_template_->IsSortedNoDuplicates()); in Finalize()