Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Ddescriptor-array-inl.h127 int DescriptorArray::GetSortedKeyIndex(int descriptor_number) { in GetSortedKeyIndex() function
138 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()
Ddescriptor-array.h91 inline int GetSortedKeyIndex(int descriptor_number);
Dtransitions.h265 int GetSortedKeyIndex(int transition_number) { return transition_number; } in GetSortedKeyIndex() function
Dfixed-array-inl.h279 int sort_index = array->GetSortedKeyIndex(low); in BinarySearch()
316 int sorted_index = array->GetSortedKeyIndex(number); in LinearSearch()
Dobjects.cc4440 descriptor->SetSortedKeyIndex(GetSortedKeyIndex(index.as_int())); in Replace()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc8929 TNode<Uint32T> CodeStubAssembler::GetSortedKeyIndex<DescriptorArray>( in GetSortedKeyIndex() function in v8::internal::CodeStubAssembler
8937 TNode<Uint32T> CodeStubAssembler::GetSortedKeyIndex<TransitionArray>( in GetSortedKeyIndex() function in v8::internal::CodeStubAssembler
8995 TNode<Uint32T> sorted_key_index = GetSortedKeyIndex<Array>(array, mid); in LookupBinary()
9023 GetSortedKeyIndex<Array>(array, var_low.value()); in LookupBinary()
Dcode-stub-assembler.h4179 TNode<Uint32T> GetSortedKeyIndex(TNode<Array> descriptors,