Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
Dpanda_cache.h35 class PandaCache {
52 PandaCache() in PandaCache() function
62 ~PandaCache() = default;
Dfile.h39 class PandaCache; variable
368 PandaCache *GetPandaCache() const in GetPandaCache()
440 std::unique_ptr<PandaCache> panda_cache_;
Dfile.cpp417 panda_cache_(std::make_unique<PandaCache>()), in File()