Home
last modified time | relevance | path

Searched refs:PandaMultiMap (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Dpanda_vm.cpp152 PandaMultiMap<uint64_t, Class *> footprintToClass; in GetClassesFootprint()
158 PandaMultiMap<uint64_t, Class *>::reverse_iterator rit; in GetClassesFootprint()
/arkcompiler/runtime_core/static_core/runtime/include/mem/
Dpanda_containers.h101 using PandaMultiMap = std::multimap<Key, T, Compare, mem::AllocatorAdapter<std::pair<const Key, T>>… variable
/arkcompiler/runtime_core/static_core/runtime/mem/
Dregion_allocator.h520 panda::PandaMultiMap<size_t, Region *, std::greater<size_t>> retainedTlabs_;