Home
last modified time | relevance | path

Searched refs:OpenOatFileFromDexLocation (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dclass_linker.h600 const OatFile* OpenOatFileFromDexLocation(const std::string& dex_location,
Dclass_linker.cc1207 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