Home
last modified time | relevance | path

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

/art/libdexfile/external/
Ddex_file_ext.cc101 struct ExtDexFile { struct
113 explicit ExtDexFile(std::unique_ptr<const art::DexFile>&& dex_file) in ExtDexFile() argument
116 art::MethodCacheEntry* GetMethodCacheEntryForOffset(int64_t dex_offset) { in GetMethodCacheEntryForOffset()