Searched defs:PatchAndRetrieveOat (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dclass_linker.cc1341 ret = PatchAndRetrieveOat(odex_filename, cache_filename, image_location, isa, &error_msg);
1344 ret = PatchAndRetrieveOat(cache_filename, cache_filename, image_location, isa, &error_msg);
1407 const OatFile* ClassLinker::PatchAndRetrieveOat(const std::string& input_oat, function in class:art::ClassLinker

Completed in 17 milliseconds