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

  /art/compiler/driver/
compiler_options.cc 36 small_method_threshold_(kDefaultSmallMethodThreshold),
compiler_options.h 100 return small_method_threshold_;
116 return num_dalvik_instructions > small_method_threshold_;
295 size_t small_method_threshold_; member in class:art::FINAL
compiler_options_map-inl.h 51 map.AssignIfExists(Base::SmallMethodMaxThreshold, &options->small_method_threshold_);

Completed in 65 milliseconds