Home
last modified time | relevance | path

Searched defs:tiny_method_threshold (Results 1 – 2 of 2) sorted by relevance

/art/compiler/driver/
Dcompiler_options.cc55 size_t tiny_method_threshold, in CompilerOptions()
/art/dex2oat/
Ddex2oat.cc572 int tiny_method_threshold = CompilerOptions::kDefaultTinyMethodThreshold; in ParseArgs() local