Home
last modified time | relevance | path

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

/art/libdexfile/external/
Ddex_file_ext.cc102 struct ExtDexFile { struct
105 explicit ExtDexFile(std::unique_ptr<const art::DexFile>&& dex_file) in ExtDexFile() function
108 art::MethodCacheEntry* GetMethodCacheEntryForOffset(int64_t dex_offset) { in GetMethodCacheEntryForOffset()
139 bool GetClassDefIndex(uint32_t dex_offset, uint32_t* class_def_index) { in GetClassDefIndex()
193 /*out*/ ExtDexFile** ext_dex_file) { in ExtDexFileOpenFromMemory() argument