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

/art/runtime/
H A Doat_file_assistant_test.cc88 oat_file_assistant.GetDexOptNeeded(CompilerFilter::kExtract));
90 oat_file_assistant.GetDexOptNeeded(CompilerFilter::kQuicken));
92 oat_file_assistant.GetDexOptNeeded(CompilerFilter::kSpeedProfile));
94 oat_file_assistant.GetDexOptNeeded(CompilerFilter::kSpeed));
110 oat_file_assistant.GetDexOptNeeded(CompilerFilter::kSpeed));
134 oat_file_assistant.GetDexOptNeeded(CompilerFilter::kSpeed));
136 oat_file_assistant.GetDexOptNeeded(CompilerFilter::kQuicken));
138 oat_file_assistant.GetDexOptNeeded(CompilerFilter::kExtract));
140 oat_file_assistant.GetDexOptNeeded(CompilerFilter::kEverything));
167 oat_file_assistant.GetDexOptNeeded(CompilerFilte
[all...]
H A Doat_file_assistant.h156 int GetDexOptNeeded(CompilerFilter::Filter target_compiler_filter, bool profile_changed = false);
306 DexOptNeeded GetDexOptNeeded(CompilerFilter::Filter target_compiler_filter,
H A Doat_file_assistant.cc188 int OatFileAssistant::GetDexOptNeeded(CompilerFilter::Filter target, bool profile_changed) { function in class:art::OatFileAssistant
190 DexOptNeeded dexopt_needed = info.GetDexOptNeeded(target, profile_changed);
231 switch (info.GetDexOptNeeded(target, profile_changed)) {
995 OatFileAssistant::DexOptNeeded OatFileAssistant::OatFileInfo::GetDexOptNeeded( function in class:art::OatFileAssistant::OatFileInfo
/art/dexoptanalyzer/
H A Ddexoptanalyzer.cc210 int GetDexOptNeeded() { function in class:art::FINAL
225 int dexoptNeeded = oat_file_assistant.GetDexOptNeeded(
258 return analyzer.GetDexOptNeeded();
H A Ddexoptanalyzer_test.cc71 // as the output of OatFileAssistant::GetDexOptNeeded.
78 int assistantResult = oat_file_assistant.GetDexOptNeeded(
/art/runtime/native/
H A Ddalvik_system_DexFile.cc455 static jint GetDexOptNeeded(JNIEnv* env, function in namespace:art
493 return oat_file_assistant.GetDexOptNeeded(filter, profile_changed);
545 return GetDexOptNeeded(env,

Completed in 1453 milliseconds