Searched refs:OpenOatFileFromDexLocation (Results 1 – 2 of 2) sorted by relevance
600 const OatFile* OpenOatFileFromDexLocation(const std::string& dex_location,
1207 std::unique_ptr<const OatFile> oat_file(OpenOatFileFromDexLocation(dex_location_str, isa, in FindOatFileContainingDexFileFromDexLocation()1247 const OatFile* ClassLinker::OpenOatFileFromDexLocation(const std::string& dex_location, in OpenOatFileFromDexLocation() function in art::ClassLinker