Searched refs:tiny_method_threshold_ (Results 1 – 3 of 3) sorted by relevance
104 return tiny_method_threshold_; in GetTinyMethodThreshold()120 return num_dalvik_instructions > tiny_method_threshold_; in IsTinyMethod()296 size_t tiny_method_threshold_; variable
37 tiny_method_threshold_(kDefaultTinyMethodThreshold), in CompilerOptions()
52 map.AssignIfExists(Base::TinyMethodMaxThreshold, &options->tiny_method_threshold_); in ReadCompilerOptions()