Searched refs:GetSortedKeyIndex (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/
H A Dtransitions.h41 int GetSortedKeyIndex(int transition_number) { return transition_number; } function in class:v8::internal::TransitionArray
H A Dobjects-inl.h2781 int sort_index = array->GetSortedKeyIndex(low);
2803 int sorted_index = array->GetSortedKeyIndex(number);
2934 int DescriptorArray::GetSortedKeyIndex(int descriptor_number) {
2940 return GetKey(GetSortedKeyIndex(descriptor_number));
3071 SetSortedKey(insertion, GetSortedKeyIndex(insertion - 1));
3079 int first_key = GetSortedKeyIndex(first);
3080 SetSortedKey(first, GetSortedKeyIndex(second));
H A Dobjects.h2968 inline int GetSortedKeyIndex(int descriptor_number);
H A Dobjects.cc4705 int sorted_index = descriptors->GetSortedKeyIndex(0);
7802 descriptor->SetSortedKeyIndex(GetSortedKeyIndex(index));

Completed in 765 milliseconds