Home
last modified time | relevance | path

Searched defs:newEntry (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/common_components/objects/string_table/
Dhashtriemap-inl.h31 …Entry* oldEntry, Entry* newEntry, uint32_t oldHash, uint32_t newHash, uint32_t hashShift, Indirect… in Expand()
231 Entry* newEntry = new Entry(value); in LoadOrStore() local
343 Entry* newEntry = new Entry(value); in LoadOrStoreForJit() local
454 Entry* newEntry = new Entry(value); in StoreOrLoad() local
653 Entry* newEntry = new Entry(value); in StoreOrLoad() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dlinked_hashtable_stub_builder.cpp552 GateRef newEntry = Int32Add(numberOfElements, GetNumberOfDeletedElements(newTable)); in Insert() local