Home
last modified time | relevance | path

Searched refs:kInterpretOnly (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dcompiler_filter.cc28 case CompilerFilter::kInterpretOnly: return false; in IsBytecodeCompilationEnabled()
48 case CompilerFilter::kInterpretOnly: in IsJniCompilationEnabled()
67 case CompilerFilter::kInterpretOnly: in IsVerificationEnabled()
90 case CompilerFilter::kInterpretOnly: in DependsOnProfile()
109 case CompilerFilter::kInterpretOnly: in GetNonProfileDependentFilterFrom()
118 return CompilerFilter::kInterpretOnly; in GetNonProfileDependentFilterFrom()
142 case CompilerFilter::kInterpretOnly: return "interpret-only"; in NameOfFilter()
161 *filter = kInterpretOnly; in ParseCompilerFilter()
Dcompiler_filter.h36 kInterpretOnly, // Verify everything, compile only JNI stubs. enumerator
Dcompiler_filter_test.cc39 TestCompilerFilterName(CompilerFilter::kInterpretOnly, "interpret-only"); in TEST()
Doat_file_assistant_test.cc423 oat_file_assistant.GetDexOptNeeded(CompilerFilter::kInterpretOnly)); in TEST_F()
476 oat_file_assistant.GetDexOptNeeded(CompilerFilter::kInterpretOnly)); in TEST_F()
506 oat_file_assistant.GetDexOptNeeded(CompilerFilter::kInterpretOnly)); in TEST_F()
532 oat_file_assistant.GetDexOptNeeded(CompilerFilter::kInterpretOnly)); in TEST_F()
814 oat_file_assistant.GetDexOptNeeded(CompilerFilter::kInterpretOnly)); in TEST_F()
860 oat_file_assistant.GetDexOptNeeded(CompilerFilter::kInterpretOnly)); in TEST_F()
1059 GenerateOatForTest(dex_location.c_str(), CompilerFilter::kInterpretOnly); in TEST_F()
/art/test/common/
Druntime_state.cc110 constexpr const char* kInterpretOnly = "interpret-only"; in Java_Main_compiledWithOptimizing() local
113 if (strncmp(filter, kInterpretOnly, strlen(kInterpretOnly)) == 0 || in Java_Main_compiledWithOptimizing()