Searched refs:tiny_method_threshold_ (Results 1 – 3 of 3) sorted by relevance
133 return tiny_method_threshold_; in GetTinyMethodThreshold()149 return num_dalvik_instructions > tiny_method_threshold_; in IsTinyMethod()379 size_t tiny_method_threshold_; variable
46 tiny_method_threshold_(kDefaultTinyMethodThreshold), in CompilerOptions()
49 map.AssignIfExists(Base::TinyMethodMaxThreshold, &options->tiny_method_threshold_); in ReadCompilerOptions()