Searched defs:DexFileLoader (Results 1 – 5 of 5) sorted by relevance
163 DexFileLoader(const char* filename, const File* file, const std::string& location) in DexFileLoader() function168 DexFileLoader(std::shared_ptr<DexFileContainer> container, const std::string& location) in DexFileLoader() function179 DexFileLoader(File* file, const std::string& location) in DexFileLoader() function182 DexFileLoader(const char* filename, const std::string& location) in DexFileLoader() function185 explicit DexFileLoader(const std::string& location) in DexFileLoader() function
250 DexFileLoader::DexFileLoader(const uint8_t* base, size_t size, const std::string& location) in DexFileLoader() function in art::DexFileLoader253 DexFileLoader::DexFileLoader(std::vector<uint8_t>&& memory, const std::string& location) in DexFileLoader() function in art::DexFileLoader256 DexFileLoader::DexFileLoader(MemMap&& mem_map, const std::string& location) in DexFileLoader() function in art::DexFileLoader
131 friend class DexFileLoader; variable
318 friend class DexFileLoader; variable
1024 friend class DexFileLoader; variable