Home
last modified time | relevance | path

Searched defs:cache_ (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/update_engine/payload_consumer/
H A Dcached_file_descriptor.h67 brillo::Blob cache_; variable
/aosp12/art/runtime/jit/
H A Dprofiling_info.h138 InlineCache cache_[0]; variable
/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DElf.h127 static std::unordered_map<std::string, std::pair<std::shared_ptr<Elf>, bool>>* cache_; variable
/aosp12/frameworks/base/tools/aapt2/process/
H A DSymbolTable.h110 android::LruCache<ResourceName, std::shared_ptr<Symbol>> cache_; variable
/aosp12/art/runtime/
H A Dreflective_value_visitor.h178 ObjPtr<mirror::DexCache> cache_; variable
/aosp12/system/bt/gd/storage/
H A Dstorage_module.cc93 ConfigCache cache_; member
/aosp12/system/unwinding/libunwindstack/
H A DElf.cpp40 std::unordered_map<std::string, std::pair<std::shared_ptr<Elf>, bool>>* Elf::cache_; member in unwindstack::Elf
/aosp12/bionic/linker/
H A Dlinker.cpp849 std::unordered_map<std::string, ZipArchiveHandle> cache_; member in ZipArchiveCache