Home
last modified time | relevance | path

Searched defs:EntryToIndex (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/objects/
Dhash-table.h181 static constexpr inline int EntryToIndex(int entry) { in EntryToIndex() function
Dordered-hash-table.h131 int EntryToIndex(int entry) { in EntryToIndex() function
/external/v8/src/
Dcode-stub-assembler.h2164 TNode<IntPtrT> EntryToIndex(TNode<IntPtrT> entry) { in EntryToIndex() function
Dcode-stub-assembler.cc7546 TNode<IntPtrT> CodeStubAssembler::EntryToIndex(TNode<IntPtrT> entry, in EntryToIndex() function in v8::internal::CodeStubAssembler