Home
last modified time | relevance | path

Searched refs:kPromoteRegs (Results 1 – 5 of 5) sorted by relevance

/art/compiler/dex/
Dfrontend.h49 kPromoteRegs, enumerator
Dpost_opt_passes.cc34 bool res = ((c_unit->disable_opt & (1 << kPromoteRegs)) == 0); in Gate()
Dvreg_analysis.cc366 ((cu_->disable_opt & (1 << kPromoteRegs)) == 0)) { in InferTypeAndSize()
370 cu_->disable_opt |= (1 << kPromoteRegs); in InferTypeAndSize()
Dfrontend.cc114 (1 << kPromoteRegs) |
/art/compiler/dex/quick/
Dralloc_util.cc1271 if (!(cu_->disable_opt & (1 << kPromoteRegs))) { in DoPromotion()
1401 if (cu_->verbose && !(cu_->disable_opt & (1 << kPromoteRegs))) { in SimpleRegAlloc()