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

  /art/compiler/dex/
frontend.h 52 kPromoteRegs,
frontend.cc 80 // (1 << kPromoteRegs) |
165 (1 << kPromoteRegs) |
vreg_analysis.cc 300 ((cu_->disable_opt & (1 << kPromoteRegs)) == 0)) {
304 cu_->disable_opt |= (1 << kPromoteRegs);
mir_dataflow.cc     [all...]
  /art/compiler/dex/quick/
ralloc_util.cc 950 * Note: some portions of this code required even if the kPromoteRegs
1016 if (!(cu_->disable_opt & (1 << kPromoteRegs))) {
    [all...]

Completed in 38 milliseconds