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

  /art/compiler/dex/quick/
gen_loadstore.cc 63 if (promotion_map_[pmap_index].core_location == kLocPhysReg) {
ralloc_util.cc 281 promotion_map_[p_map_idx].core_location = kLocPhysReg;
    [all...]
gen_invoke.cc 412 if ((v_map->core_location == kLocPhysReg) && !t_loc->fp) {
426 need_flush |= (p_map->core_location != v_map->core_location) ||
450 if (v_map->core_location == kLocPhysReg) {
    [all...]
codegen_util.cc 295 v_reg_map.core_location == kLocPhysReg ?
296 "r" : "SP+", v_reg_map.core_location == kLocPhysReg ?
    [all...]
mir_to_lir.h 479 RegLocationType core_location:3; member in struct:art::Mir2Lir::PromotionMap
    [all...]

Completed in 134 milliseconds