Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.cc56 size_t num_dex_methods_threshold, in CompilerOptions()
/art/dex2oat/
Ddex2oat.cc567 int num_dex_methods_threshold = CompilerOptions::kDefaultNumDexMethodsThreshold; in ParseArgs() local