Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.cc53 size_t large_method_threshold, in CompilerOptions()
/art/dex2oat/
Ddex2oat.cc570 int large_method_threshold = CompilerOptions::kDefaultLargeMethodThreshold; in ParseArgs() local