Searched refs:PandaUnorderedSet (Results 1 – 25 of 27) sorted by relevance
12
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
| D | update_remset_worker.h | 62 void DrainAllCards(PandaUnorderedSet<CardTable::CardPtr> *cards); 176 void FillFromDefered(PandaUnorderedSet<CardTable::CardPtr> *cards) REQUIRES(updateRemsetLock_); 177 void FillFromQueue(PandaUnorderedSet<CardTable::CardPtr> *cards) REQUIRES(updateRemsetLock_); 178 void FillFromThreads(PandaUnorderedSet<CardTable::CardPtr> *cards) REQUIRES(updateRemsetLock_); 180 void FillFromPostBarrierBuffers(PandaUnorderedSet<CardTable::CardPtr> *cards); 182 PandaUnorderedSet<CardTable::CardPtr> *cards); 184 PandaUnorderedSet<CardTable::CardPtr> *cards); 195 PandaUnorderedSet<CardTable::CardPtr> cards_;
|
| D | update_remset_worker.cpp | 83 void UpdateRemsetWorker<LanguageConfig>::FillFromDefered(PandaUnorderedSet<CardTable::CardPtr> *car… in FillFromDefered() 91 void UpdateRemsetWorker<LanguageConfig>::FillFromQueue(PandaUnorderedSet<CardTable::CardPtr> *cards) in FillFromQueue() 99 void UpdateRemsetWorker<LanguageConfig>::FillFromThreads(PandaUnorderedSet<CardTable::CardPtr> *car… in FillFromThreads() 115 void UpdateRemsetWorker<LanguageConfig>::FillFromPostBarrierBuffers(PandaUnorderedSet<CardTable::Ca… in FillFromPostBarrierBuffers() 129 … PandaUnorderedSet<CardTable::CardPtr> *cards) in FillFromPostBarrierBuffer() 147 … PandaUnorderedSet<CardTable::CardPtr> *cards) in FillFromPostBarrierBuffer() 209 void UpdateRemsetWorker<LanguageConfig>::DrainAllCards(PandaUnorderedSet<CardTable::CardPtr> *cards) in DrainAllCards()
|
| D | update_remset_thread.h | 38 void IncProcessedConcurrentCards(const PandaUnorderedSet<CardTable::CardPtr> &cards) in IncProcessedConcurrentCards() 48 void IncProcessedAtSTWCards(const PandaUnorderedSet<CardTable::CardPtr> &cards) in IncProcessedAtSTWCards() 79 PandaUnorderedSet<CardTable::CardPtr> uniqueCards_;
|
| D | g1-gc.h | 461 PandaUnorderedSet<CardTable::CardPtr> dirtyCards_;
|
| /arkcompiler/runtime_core/static_core/verification/type/ |
| D | type_system.h | 87 PandaUnorderedSet<Type> const *SupertypesOfClass(Class const *klass); 132 PandaUnorderedMap<Class const *, PandaUnorderedSet<Type>> supertypesCache_; 133 PandaUnorderedSet<Class const *> knownClasses_; 144 void ExtendBySupers(PandaUnorderedSet<Type> *set, Class const *klass);
|
| D | type_system.cpp | 85 void TypeSystem::ExtendBySupers(PandaUnorderedSet<Type> *set, Class const *klass) in ExtendBySupers() 150 PandaUnorderedSet<Type> const *TypeSystem::SupertypesOfClass(Class const *klass) in SupertypesOfClass() 157 PandaUnorderedSet<Type> toCache; in SupertypesOfClass()
|
| /arkcompiler/runtime_core/static_core/verification/config/context/ |
| D | context.h | 64 Synchronized<PandaUnorderedMap<Method::UniqId, PandaUnorderedSet<uint32_t>>> breakpoint; 70 …std::array<Synchronized<PandaUnorderedSet<Method::UniqId>>, static_cast<size_t>(WhitelistKind::LAS…
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | rem_set.h | 124 PandaUnorderedSet<Region *> *GetRefRegions(); 135 PandaUnorderedSet<Region *> refRegions_;
|
| D | rem_set-inl.h | 132 PandaUnorderedSet<Region *> *RemSet<LockConfigT>::GetRefRegions() in GetRefRegions()
|
| D | heap_verifier.cpp | 130 PandaUnorderedSet<const ObjectHeader *> heapObjects; in VerifyAll()
|
| /arkcompiler/runtime_core/static_core/verification/cache/ |
| D | results_cache.cpp | 30 Synchronized<PandaUnorderedSet<uint64_t>> verifiedOk; 31 Synchronized<PandaUnorderedSet<uint64_t>> verifiedFail;
|
| /arkcompiler/runtime_core/static_core/runtime/dprofiler/ |
| D | dprofiler.h | 62 PandaUnorderedSet<const Method *> hotMethods_;
|
| /arkcompiler/runtime_core/static_core/runtime/profilesaver/ |
| D | profile_dump_info.h | 101 const PandaUnorderedSet<uint32_t> &GetClasses() const in GetClasses() 110 mutable PandaUnorderedSet<uint32_t> classes_;
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/mem/ |
| D | ets_reference_processor.h | 59 PandaUnorderedSet<ObjectHeader *> weakReferences_ GUARDED_BY(weakRefLock_);
|
| /arkcompiler/runtime_core/static_core/runtime/hotreload/ |
| D | hotreload.h | 118 …PandaUnorderedSet<Class *> reloadedClasses_; // NOLINT(misc-non-private-member-variabl…
|
| D | hotreload.cpp | 291 PandaUnorderedSet<Class *> ifaces; in InheritanceChangesCheck()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | gc.h | 728 PandaUnorderedSet<GCListener *> currentListeners_ GUARDED_BY(listenerLock_); 729 PandaUnorderedSet<GCListener *> newListeners_ GUARDED_BY(listenerLock_); 730 PandaUnorderedSet<GCListener *> listenersForRemove_ GUARDED_BY(listenerLock_);
|
| /arkcompiler/runtime_core/static_core/verification/config/options/ |
| D | msg_set_parser.h | 27 panda::PandaUnorderedSet<size_t> nums;
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_class.h | 255 void GetInterfaces(PandaUnorderedSet<EtsClass *> &ifaces, EtsClass *iface); 260 PandaUnorderedSet<EtsClass *> ifaces; in EnumerateInterfaces()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_itable_builder.cpp | 43 PandaUnorderedSet<Class *> interfaces; in Build()
|
| /arkcompiler/runtime_core/static_core/verification/absint/ |
| D | reg_context.h | 220 PandaUnorderedSet<int> conflictingRegs_;
|
| /arkcompiler/runtime_core/static_core/runtime/include/mem/ |
| D | panda_containers.h | 70 using PandaUnorderedSet = std::unordered_set<Key, Hash, KeyEqual, mem::AllocatorAdapter<Key>>; variable
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | class_linker_test.cpp | 851 PandaUnorderedSet<Class *> expected {classB}; in TEST_F() 852 PandaUnorderedSet<Class *> classesCtx; in TEST_F() 860 PandaUnorderedSet<Class *> classes; in TEST_F()
|
| /arkcompiler/runtime_core/static_core/verification/verifier/ |
| D | verifier.cpp | 103 PandaUnorderedSet<Method *> methodsSet; in RunVerifier()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/ |
| D | debugger.h | 465 PandaUnorderedSet<PtLocation, HashLocation> breakpoints_ GUARDED_BY(rwlock_);
|
12