Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dralloc_util.cc147 promotion_map_[p_map_idx].core_reg = reg; in RecordCorePromotion()
1057 curr->low_reg = promotion_map_[p_map_idx].core_reg; in DoPromotion()
1085 curr->low_reg = promotion_map_[p_map_idx].core_reg; in DoPromotion()
1086 curr->high_reg = promotion_map_[p_map_idx+1].core_reg; in DoPromotion()
Dgen_loadstore.cc65 OpRegCopy(promotion_map_[pmap_index].core_reg, temp_reg); in Workaround7250540()
Dgen_invoke.cc278 OpRegCopy(v_map->core_reg, TargetReg(arg_regs[i])); in FlushIns()
318 v_map->core_reg); in FlushIns()
Dcodegen_util.cc222 v_reg_map.core_reg : SRegOffset(i), in DumpPromotionMap()
Dmir_to_lir.h223 uint8_t core_reg; member