Home
last modified time | relevance | path

Searched refs:item2 (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandafile/
H A Dpgo.cpp80 static bool Cmp(const std::unique_ptr<BaseItem> &item1, const std::unique_ptr<BaseItem> &item2) in Cmp() argument
82 if (item1->GetPGORank() == item2->GetPGORank()) { in Cmp()
83 return item1->GetOriginalRank() < item2->GetOriginalRank(); in Cmp()
85 if ((item1->GetName() != CODE_ITEM && item2->GetName() != CODE_ITEM) || in Cmp()
86 (item1->GetName() == CODE_ITEM && item2->GetName() == CODE_ITEM)) { in Cmp()
87 return item1->GetPGORank() > item2->GetPGORank(); in Cmp()
H A Dfile_item_container.h283 bool operator()(IndexedItem *item1, IndexedItem *item2) const noexcept
288 auto typeItem2 = static_cast<TypeItem *>(item2);
299 auto refCount2 = item2->GetRefCount();
305 return item1->GetItemAllocId() < item2->GetItemAllocId();
/arkcompiler/runtime_core/libpandafile/
H A Dpgo.cpp89 static bool cmp(const std::unique_ptr<BaseItem> &item1, const std::unique_ptr<BaseItem> &item2) in cmp() argument
91 if (item1->GetPGORank() == item2->GetPGORank()) { in cmp()
92 return item1->GetOriginalRank() < item2->GetOriginalRank(); in cmp()
94 if ((item1->GetName() != CODE_ITEM && item2->GetName() != CODE_ITEM) || in cmp()
95 (item1->GetName() == CODE_ITEM && item2->GetName() == CODE_ITEM)) { in cmp()
96 return item1->GetPGORank() > item2->GetPGORank(); in cmp()
H A Dfile_item_container.h321 bool operator()(IndexedItem *item1, IndexedItem *item2) const noexcept
326 auto type_item2 = static_cast<TypeItem *>(item2);
336 auto ref_count2 = item2->GetRefCount();
342 return item1->GetIndexedItemCount() < item2->GetIndexedItemCount();
H A Dfile_item_container.cpp409 static bool Compare(const std::unique_ptr<BaseItem> &item1, const std::unique_ptr<BaseItem> &item2) in Compare() argument
411 return item1->GetReLayoutRank() > item2->GetReLayoutRank(); in Compare()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/mem/items_pool/
H A Dtest_items_pool.cpp103 // | 010 | | | item2 | item2 | item2 | item2 | item2 | item2 | item2 | item2 | item2 | item2 | item in TEST_F()
141 auto item2 = pool->AllocItem(); TEST_F() local
314 auto item2 = pool->AllocItem(); TEST_F() local
[all...]

Completed in 5 milliseconds