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

  /art/compiler/dex/quick/
ralloc_util.cc 267 promotion_map_[p_map_idx].core_location = kLocPhysReg;
268 promotion_map_[p_map_idx].core_reg = reg_num;
300 promotion_map_[p_map_idx].fp_location = kLocPhysReg;
301 promotion_map_[p_map_idx].fp_reg = reg.GetReg();
    [all...]
codegen_util.cc 295 PromotionMap v_reg_map = promotion_map_[i];
    [all...]