Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Ddescriptor-array.h210 static constexpr int ToKeyIndex(int descriptor_number) { in ToKeyIndex() function
Dtransitions.h289 static int ToKeyIndex(int transition_number) { in ToKeyIndex() function
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc8918 TNode<IntPtrT> CodeStubAssembler::ToKeyIndex(TNode<Uint32T> entry_index) { in ToKeyIndex() function in v8::internal::CodeStubAssembler