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

  /art/compiler/dex/quick/arm/
target_arm.cc 763 if (promotion_map_[p_map_idx+1].fp_location == kLocPhysReg) {
798 promotion_map_[p_map_idx].fp_location = kLocPhysReg;
801 promotion_map_[p_map_idx+1].fp_location = kLocPhysReg;
819 promotion_map_[p_map_idx].fp_location = kLocPhysReg;
  /art/compiler/dex/quick/
ralloc_util.cc 315 promotion_map_[p_map_idx].fp_location = kLocPhysReg;
    [all...]
gen_loadstore.cc 46 if (promotion_map_[pmap_index].fp_location == kLocPhysReg) {
gen_invoke.cc 415 } else if ((v_map->fp_location == kLocPhysReg) && t_loc->fp) {
427 (p_map->fp_location != v_map->fp_location);
454 if (v_map->fp_location == kLocPhysReg) {
    [all...]
codegen_util.cc 281 if (v_reg_map.fp_location == kLocPhysReg) {
    [all...]
mir_to_lir.h 481 RegLocationType fp_location:3; member in struct:art::Mir2Lir::PromotionMap
    [all...]

Completed in 237 milliseconds