HomeSort by relevance Sort by last modified time
    Searched refs:kInterpretOnly (Results 1 - 3 of 3) sorted by null

  /art/compiler/driver/
compiler_options.h 26 kInterpretOnly, // Compile nothing except JNI stubs.
35 static const CompilerFilter kDefaultCompilerFilter = kInterpretOnly;
115 (compiler_filter_ != CompilerOptions::kInterpretOnly));
  /art/compiler/
image_test.cc 73 compiler_options_->SetCompilerFilter(CompilerOptions::kInterpretOnly);
  /art/dex2oat/
dex2oat.cc     [all...]

Completed in 145 milliseconds