Searched refs:GetInterpretedOnlyOat (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dclass_linker.h607 const OatFile* GetInterpretedOnlyOat(const std::string& oat_path,
H A Dclass_linker.cc1369 ret = GetInterpretedOnlyOat(odex_filename, isa, &error_msg);
1411 const OatFile* ClassLinker::GetInterpretedOnlyOat(const std::string& oat_path, function in class:art::ClassLinker
1440 return GetInterpretedOnlyOat(input_oat, isa, error_msg);
1447 return GetInterpretedOnlyOat(input_oat, isa, error_msg);
1492 return GetInterpretedOnlyOat(input_oat, isa, error_msg);

Completed in 1431 milliseconds