Home | History | Annotate | Download | only in dex2oat

Lines Matching defs:num_methods

1340       size_t num_methods = 0;
1344 num_methods += dex_file->NumMethodIds();
1346 if (num_methods <= compiler_options_->GetNumDexMethodsThreshold()) {