Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dtagged_tree.cpp312 int parentIndex = tree->GetRootEntries(); in FindEntry() local
372 int parentIndex = newTree->GetRootEntries(); in Insert() local
427 int parentIndex = tree->GetRootEntries(); in GetLowerKey() local
450 int parentIndex = tree->GetRootEntries(); in GetHigherKey() local
Dtagged_tree.h306 …inline void InsertLeftEntry(const JSThread *thread, uint32_t parentIndex, uint32_t entry, JSTagged… in InsertLeftEntry()
316 …inline void InsertRightEntry(const JSThread *thread, uint32_t parentIndex, uint32_t entry, JSTagge… in InsertRightEntry()