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

  /art/compiler/dex/quick/
ralloc_util.cc 146 promotion_map_[p_map_idx].core_location = kLocPhysReg;
1033 if (promotion_map_[p_map_idx].core_location !=
1055 if (promotion_map_[p_map_idx].core_location == kLocPhysReg) {
    [all...]
gen_loadstore.cc 63 if (promotion_map_[pmap_index].core_location == kLocPhysReg) {
gen_invoke.cc 276 if ((v_map->core_location == kLocPhysReg) && !t_loc->fp) {
290 need_flush |= (p_map->core_location != v_map->core_location) ||
315 if (v_map->core_location == kLocPhysReg) {
    [all...]
codegen_util.cc 220 v_reg_map.core_location == kLocPhysReg ?
221 "r" : "SP+", v_reg_map.core_location == kLocPhysReg ?
    [all...]
mir_to_lir.h 222 RegLocationType core_location:3; member in struct:art::Mir2Lir::PromotionMap
    [all...]

Completed in 1535 milliseconds