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

/art/runtime/
H A Dclass_linker.cc1347 ret = GetInterpretedOnlyOat(odex_filename, isa, &error_msg);
1389 const OatFile* ClassLinker::GetInterpretedOnlyOat(const std::string& oat_path, function in class:art::ClassLinker
1416 return GetInterpretedOnlyOat(input_oat, isa, error_msg);
1423 return GetInterpretedOnlyOat(input_oat, isa, error_msg);
1467 return GetInterpretedOnlyOat(input_oat, isa, error_msg);

Completed in 16 milliseconds