Searched refs:GetSortedKeyIndex (Results 1 – 7 of 7) sorted by relevance
127 int DescriptorArray::GetSortedKeyIndex(int descriptor_number) { in GetSortedKeyIndex() function138 return GetKey(cage_base, InternalIndex(GetSortedKeyIndex(descriptor_number))); in GetSortedKey()234 SetSortedKey(insertion, GetSortedKeyIndex(insertion - 1)); in Append()241 int first_key = GetSortedKeyIndex(first); in SwapSortedKeys()242 SetSortedKey(first, GetSortedKeyIndex(second)); in SwapSortedKeys()
91 inline int GetSortedKeyIndex(int descriptor_number);
265 int GetSortedKeyIndex(int transition_number) { return transition_number; } in GetSortedKeyIndex() function
279 int sort_index = array->GetSortedKeyIndex(low); in BinarySearch()316 int sorted_index = array->GetSortedKeyIndex(number); in LinearSearch()
4440 descriptor->SetSortedKeyIndex(GetSortedKeyIndex(index.as_int())); in Replace()
8929 TNode<Uint32T> CodeStubAssembler::GetSortedKeyIndex<DescriptorArray>( in GetSortedKeyIndex() function in v8::internal::CodeStubAssembler8937 TNode<Uint32T> CodeStubAssembler::GetSortedKeyIndex<TransitionArray>( in GetSortedKeyIndex() function in v8::internal::CodeStubAssembler8995 TNode<Uint32T> sorted_key_index = GetSortedKeyIndex<Array>(array, mid); in LookupBinary()9023 GetSortedKeyIndex<Array>(array, var_low.value()); in LookupBinary()
4179 TNode<Uint32T> GetSortedKeyIndex(TNode<Array> descriptors,