Home
last modified time | relevance | path

Searched defs:ToKeyIndex (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/objects/
Ddescriptor-array.h181 static constexpr int ToKeyIndex(int descriptor_number) { in ToKeyIndex() function
/external/v8/src/
Dtransitions.h254 static int ToKeyIndex(int transition_number) { in ToKeyIndex() function
Dcode-stub-assembler.cc8007 TNode<IntPtrT> CodeStubAssembler::ToKeyIndex(TNode<Uint32T> entry_index) { in ToKeyIndex() function in v8::internal::CodeStubAssembler