Home
last modified time | relevance | path

Searched defs:dex_api (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/unwinding/libunwindstack/
H A DDexFile.h63 DexFile(uint64_t base_addr, uint64_t file_size, std::shared_ptr<DexFileApi>&& dex_api) in DexFile()
H A DDexFile.cpp64 std::shared_ptr<DexFileApi> dex_api = cache_entry.lock(); in CreateFromDisk() local