Searched refs:GetNextPositionForHash (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.h | 244 GateRef GetNextPositionForHash(GateRef last, GateRef count, GateRef size);
|
| D | stub_builder.cpp | 284 entry = GetNextPositionForHash(*entry, *count, capacity); in FindElementFromNumberDictionary() 386 entry = GetNextPositionForHash(*entry, *count, capacity); in FindEntryFromNameDictionary() 499 entry = GetNextPositionForHash(*entry, *count, capacity); in FindEntryFromTransitionDictionary()
|
| D | stub_builder-inl.h | 715 inline GateRef StubBuilder::GetNextPositionForHash(GateRef last, GateRef count, GateRef size) in GetNextPositionForHash() function
|