Home
last modified time | relevance | path

Searched refs:num_instructions (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dselect_generator.cc43 size_t num_instructions = 0u; in IsSimpleBlock() local
56 } else if (++num_instructions > kMaxInstructionsInBranch) { in IsSimpleBlock()
/art/dex2oat/driver/
Dcompiler_driver.cc683 size_t num_instructions = 0u; in ResolveConstStrings() local
739 ++num_instructions; in ResolveConstStrings()
750 VLOG(compiler) << "Resolved " << num_instructions << " const string instructions"; in ResolveConstStrings()