Searched refs:FindOpenedOatFileFromOatLocation (Results 1 – 3 of 3) sorted by relevance
631 const OatFile* FindOpenedOatFileFromOatLocation(const std::string& oat_location)
1007 const OatFile* ClassLinker::FindOpenedOatFileFromOatLocation(const std::string& oat_location) { in FindOpenedOatFileFromOatLocation() function in art::ClassLinker
1460 const OatFile* oat_file = class_linker->FindOpenedOatFileFromOatLocation(oat_location); in Dump()