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

  /art/compiler/driver/
compiler_options.h 146 bool IsSmallMethod(size_t num_dalvik_instructions) const {
  /art/compiler/dex/
mir_analysis.cc 970 if (cu_->compiler_driver->GetCompilerOptions().IsSmallMethod(GetNumDalvikInsns()) &&
996 if (cu_->compiler_driver->GetCompilerOptions().IsSmallMethod(GetNumDalvikInsns()) &&

Completed in 136 milliseconds