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

  /art/runtime/
runtime.h 67 kInterpretOnly, // Compile nothing.
76 static const CompilerFilter kDefaultCompilerFilter = kInterpretOnly;
runtime.cc 602 parsed->compiler_filter_ = kInterpretOnly;
    [all...]
class_linker.cc 571 case Runtime::kInterpretOnly:
    [all...]
  /art/compiler/
image_test.cc 52 runtime_->SetCompilerFilter(Runtime::kInterpretOnly);
  /art/compiler/dex/
mir_analysis.cc 1001 if (compiler_filter == Runtime::kInterpretOnly) {
  /art/dex2oat/
dex2oat.cc     [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 48 milliseconds