Searched refs:GetDexOptNeeded (Results 1 - 4 of 4) sorted by path

/art/runtime/native/
H A Ddalvik_system_DexFile.cc350 static jint GetDexOptNeeded(JNIEnv* env, function in namespace:art
388 return oat_file_assistant.GetDexOptNeeded(filter);
467 return GetDexOptNeeded(env,
/art/runtime/
H A Doat_file_assistant.cc155 OatFileAssistant::DexOptNeeded OatFileAssistant::GetDexOptNeeded(CompilerFilter::Filter target) { function in class:art::OatFileAssistant
207 switch (GetDexOptNeeded(target)) {
H A Doat_file_assistant.h150 DexOptNeeded GetDexOptNeeded(CompilerFilter::Filter target_compiler_filter);
H A Doat_file_assistant_test.cc253 oat_file_assistant.GetDexOptNeeded(CompilerFilter::kVerifyAtRuntime));
255 oat_file_assistant.GetDexOptNeeded(CompilerFilter::kInterpretOnly));
257 oat_file_assistant.GetDexOptNeeded(CompilerFilter::kSpeedProfile));
259 oat_file_assistant.GetDexOptNeeded(CompilerFilter::kSpeed));
283 oat_file_assistant.GetDexOptNeeded(CompilerFilter::kSpeed));
306 oat_file_assistant.GetDexOptNeeded(CompilerFilter::kSpeed));
308 oat_file_assistant.GetDexOptNeeded(CompilerFilter::kInterpretOnly));
310 oat_file_assistant.GetDexOptNeeded(CompilerFilter::kVerifyAtRuntime));
312 oat_file_assistant.GetDexOptNeeded(CompilerFilter::kEverything));
336 oat_file_assistant.GetDexOptNeeded(CompilerFilte
[all...]

Completed in 1555 milliseconds