Home
last modified time | relevance | path

Searched refs:panda_cache_ (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dfile.h371 return panda_cache_.get(); in GetPandaCache()
440 std::unique_ptr<PandaCache> panda_cache_; variable
Dfile.cpp417 panda_cache_(std::make_unique<PandaCache>()), in File()