Home
last modified time | relevance | path

Searched refs:PandaUnorderedMap (Results 1 – 24 of 24) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
Drelayout_profiler.h29PandaUnorderedMap<PandaString, PandaUnorderedMap<RelayoutItemType, PandaSet<PandaString>, std::has…
60 PandaUnorderedMap<PandaString,
61PandaUnorderedMap<RelayoutProfiler::RelayoutItemType, PandaSet<PandaString>, std::hash<int>>>;
/arkcompiler/runtime_core/static_core/verification/type/
Dtype_system.h129 PandaUnorderedMap<Type, Type> normalizedTypeOf_;
130 PandaUnorderedMap<Method::UniqId, Method const *> methodOfId_;
131 PandaUnorderedMap<Method::UniqId, MethodSignature> signatureOfMethod_;
132 PandaUnorderedMap<Class const *, PandaUnorderedSet<Type>> supertypesCache_;
/arkcompiler/runtime_core/static_core/runtime/hotreload/
Dhotreload.h109 using FieldIdTable = PandaUnorderedMap<panda_file::File::EntityId, panda_file::File::EntityId>;
116PandaUnorderedMap<Method *, Method *> methodsTable_; // NOLINT(misc-non-private-member-variabl…
117PandaUnorderedMap<Class *, FieldIdTable> fieldsTables_; // NOLINT(misc-non-private-member-variabl…
Dhotreload.cpp342 PandaUnorderedMap<PandaString, Field *> fieldsTable; in FieldChangesCheck()
/arkcompiler/runtime_core/static_core/verification/jobs/
Djob.h150 PandaUnorderedMap<uint32_t, Field const *> fields_;
151 PandaUnorderedMap<uint32_t, Method const *> methods_;
152 PandaUnorderedMap<uint32_t, Type> types_;
Dservice.h66 PandaUnorderedMap<panda_file::SourceLang, LangData> processors_ GUARDED_BY(lock_);
/arkcompiler/runtime_core/static_core/verification/config/context/
Dcontext.h40PandaUnorderedMap<PandaString, panda::verifier::callable<bool(Config *cfg, const config::Section &…
64 Synchronized<PandaUnorderedMap<Method::UniqId, PandaUnorderedSet<uint32_t>>> breakpoint;
/arkcompiler/runtime_core/static_core/verification/config/handlers/
Dconfig_handler_options.cpp68 using Flags = PandaUnorderedMap<PandaString, BoolField>; in RegisterConfigHandlerOptions()
69 using FlagsSection = PandaUnorderedMap<PandaString, Flags>; in RegisterConfigHandlerOptions()
/arkcompiler/runtime_core/static_core/runtime/mem/
Dheap_verifier.h156 using VerifyingRefs = PandaUnorderedMap<size_t, ObjectVerificationInfo>;
157 using RefsVerificationInfo = PandaUnorderedMap<ObjectHeader *, VerifyingRefs>;
Drem_set.h134 PandaUnorderedMap<uintptr_t, Bitmap> bitmaps_;
/arkcompiler/runtime_core/static_core/verification/config/options/
Dmethod_options_config.h63 PandaUnorderedMap<PandaString, MethodOptions> config_;
Dmethod_options.h228 PandaUnorderedMap<VerifierMessage, MethodOption::MsgClass> msgClasses_;
/arkcompiler/runtime_core/static_core/runtime/
Dstring_table.h153 PandaUnorderedMap<const panda_file::File *,
154PandaUnorderedMap<panda_file::File::EntityId, coretypes::String *, EntityIdEqual>>
Dmonitor_pool.h108 PandaUnorderedMap<Monitor::MonitorId, Monitor *> monitors_ GUARDED_BY(poolLock_);
Dclass_linker_context.h166 PandaUnorderedMap<const uint8_t *, Class *, utf::Mutf8Hash, utf::Mutf8Equal> loadedClasses_
Drelayout_profiler.cpp75 PandaUnorderedMap<RelayoutItemType, PandaSet<PandaString>, std::hash<int>> items; in AddProfileItem()
Dstring_table.cpp337 PandaUnorderedMap<panda_file::File::EntityId, coretypes::String *, EntityIdEqual> map; in GetOrInternString()
/arkcompiler/runtime_core/static_core/verification/cache/
Dfile_entity_cache.h81 PandaUnorderedMap<Key, void *> storage_;
/arkcompiler/runtime_core/static_core/runtime/dprofiler/
Ddprofiler.cpp87 PandaUnorderedMap<PandaString, uint32_t> methodInfoMap; in Dump()
/arkcompiler/runtime_core/static_core/compiler/aot/
Daot_manager.h154 PandaUnorderedMap<std::string, AotPandaFile> filesMap_;
/arkcompiler/runtime_core/static_core/verification/absint/
Dexec_context.h193 PandaUnorderedMap<const uint8_t *, RegContext> regContextOnCheckPoint_;
/arkcompiler/runtime_core/static_core/runtime/include/mem/
Dpanda_containers.h108 using PandaUnorderedMap = std::unordered_map<Key, T, Hash, KeyEqual, mem::AllocatorAdapter<std::pai… variable
/arkcompiler/runtime_core/static_core/verification/verifier/
Dverifier.cpp176 PandaUnorderedMap<std::string, Class *> classesByName; in RunVerifier()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_class.cpp187 PandaUnorderedMap<PandaString, EtsMethod *> uniqueMethods; in GetMethods()