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

/art/runtime/native/
H A Ddalvik_system_DexFile.cc435 LOG(INFO) << "DexFile_isDexOptNeededInternal profile file " << profile_file << " doesn't exist. "
441 LOG(INFO) << "DexFile_isDexOptNeededInternal recieved EACCES trying to stat profile file "
456 LOG(INFO) << "DexFile_isDexOptNeededInternal Ignoring invalid profiles: "
465 LOG(INFO) << "DexFile_isDexOptNeededInternal empty profile: " << profile_file;
477 LOG(INFO) << "DexFile_isDexOptNeededInternal new in topK: " << *it;
485 LOG(INFO) << "DexFile_isDexOptNeededInternal size of new profile file " << profile_file <<
496 LOG(INFO) << "DexFile_isDexOptNeededInternal previous profile doesn't exist: " << prev_profile_file;
528 LOG(INFO) << "DexFile_isDexOptNeededInternal failed to find cache file for dex file " << filename
583 static jbyte DexFile_isDexOptNeededInternal(JNIEnv* env, jclass, jstring javaFilename, function in namespace:art

Completed in 27 milliseconds