Searched refs:small_method_threshold_ (Results 1 – 3 of 3) sorted by relevance
100 return small_method_threshold_; in GetSmallMethodThreshold()116 return num_dalvik_instructions > small_method_threshold_; in IsSmallMethod()295 size_t small_method_threshold_; variable
36 small_method_threshold_(kDefaultSmallMethodThreshold), in CompilerOptions()
51 map.AssignIfExists(Base::SmallMethodMaxThreshold, &options->small_method_threshold_); in ReadCompilerOptions()