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

  /art/runtime/
runtime.h 129 size_t small_method_threshold_; member in class:art::Runtime::ParsedOptions
185 return small_method_threshold_;
427 size_t small_method_threshold_; member in class:art::Runtime
runtime.cc 368 parsed->small_method_threshold_ = Runtime::kDefaultSmallMethodThreshold;
618 parsed->small_method_threshold_ = ParseIntegerOrDie(option);
856 small_method_threshold_ = options->small_method_threshold_;
    [all...]

Completed in 114 milliseconds