Home
last modified time | relevance | path

Searched refs:GetSortedKeyIndex (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/objects/
Ddescriptor-array.h84 inline int GetSortedKeyIndex(int descriptor_number);
/external/v8/src/
Dtransitions.h230 int GetSortedKeyIndex(int transition_number) { return transition_number; } in GetSortedKeyIndex() function
Dobjects-inl.h1738 int sort_index = array->GetSortedKeyIndex(low); in BinarySearch()
1771 int sorted_index = array->GetSortedKeyIndex(number); in LinearSearch()
1868 int DescriptorArray::GetSortedKeyIndex(int descriptor_number) { in GetSortedKeyIndex() function
1874 return GetKey(GetSortedKeyIndex(descriptor_number)); in GetSortedKey()
1956 SetSortedKey(insertion, GetSortedKeyIndex(insertion - 1)); in Append()
1964 int first_key = GetSortedKeyIndex(first); in SwapSortedKeys()
1965 SetSortedKey(first, GetSortedKeyIndex(second)); in SwapSortedKeys()
Dcode-stub-assembler.cc8018 TNode<Uint32T> CodeStubAssembler::GetSortedKeyIndex<DescriptorArray>( in GetSortedKeyIndex() function in v8::internal::CodeStubAssembler
8026 TNode<Uint32T> CodeStubAssembler::GetSortedKeyIndex<TransitionArray>( in GetSortedKeyIndex() function in v8::internal::CodeStubAssembler
8084 TNode<Uint32T> sorted_key_index = GetSortedKeyIndex<Array>(array, mid); in LookupBinary()
8112 GetSortedKeyIndex<Array>(array, var_low.value()); in LookupBinary()
Dcode-stub-assembler.h2916 TNode<Uint32T> GetSortedKeyIndex(TNode<Array> descriptors,
Dobjects.cc10724 descriptor->SetSortedKeyIndex(GetSortedKeyIndex(index)); in Replace()