Searched refs:cache_oat_file (Results 1 – 1 of 1) sorted by relevance
1336 std::unique_ptr<OatFile> cache_oat_file(OatFile::Open(cache_filename, cache_filename, nullptr, in OpenOatFileFromDexLocation() local1339 if (cache_oat_file.get() != nullptr && CheckOatFile(runtime, cache_oat_file.get(), isa, in OpenOatFileFromDexLocation()1343 return cache_oat_file.release(); in OpenOatFileFromDexLocation()