Searched refs:kInterpretOnly (Results 1 – 5 of 5) sorted by relevance
28 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()
36 kInterpretOnly, // Verify everything, compile only JNI stubs. enumerator
39 TestCompilerFilterName(CompilerFilter::kInterpretOnly, "interpret-only"); in TEST()
423 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()
110 constexpr const char* kInterpretOnly = "interpret-only"; in Java_Main_compiledWithOptimizing() local113 if (strncmp(filter, kInterpretOnly, strlen(kInterpretOnly)) == 0 || in Java_Main_compiledWithOptimizing()