Searched refs:kInterpretOnly (Results 1 – 3 of 3) sorted by relevance
26 kInterpretOnly, // Compile nothing except JNI stubs. enumerator35 static const CompilerFilter kDefaultCompilerFilter = kInterpretOnly;112 (compiler_filter_ != CompilerOptions::kInterpretOnly)); in IsCompilationEnabled()
73 compiler_options_->SetCompilerFilter(CompilerOptions::kInterpretOnly); in TEST_F()
1165 compiler_filter = CompilerOptions::kInterpretOnly; in dex2oat()