Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dselect_generator.cc41 size_t num_instructions = 0u; in IsSimpleBlock() local
54 } else if (++num_instructions > kMaxInstructionsInBranch) { in IsSimpleBlock()
/art/dex2oat/driver/
Dcompiler_driver.cc680 size_t num_instructions = 0u; in ResolveConstStrings() local
736 ++num_instructions; in ResolveConstStrings()
747 VLOG(compiler) << "Resolved " << num_instructions << " const string instructions"; in ResolveConstStrings()