HomeSort by relevance Sort by last modified time
    Searched refs:GetHugeMethodThreshold (Results 1 - 2 of 2) sorted by null

  /art/compiler/driver/
compiler_options.h 122 size_t GetHugeMethodThreshold() const {
  /art/compiler/dex/
mir_analysis.cc 1040 small_cutoff = compiler_options.GetHugeMethodThreshold();
1041 default_cutoff = compiler_options.GetHugeMethodThreshold();
1061 if (static_cast<size_t>(num_blocks_) > (compiler_options.GetHugeMethodThreshold() / 2)) {

Completed in 132 milliseconds