Home
last modified time | relevance | path

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

/art/compiler/dex/
Dtype_inference.cc165 int32_t extra_s_reg = static_cast<int32_t>(num_sregs_); in AddCheckCast() local
167 check_cast_map_.Put(check_cast, CheckCastMapValue{extra_s_reg, type}); // NOLINT in AddCheckCast()
185 lb->second.ending_mod_s_reg[check_cast->bb] = extra_s_reg; in AddCheckCast()
220 int32_t extra_s_reg = static_cast<int32_t>(num_sregs_); in AddPseudoPhis() local
222 data.starting_mod_s_reg[phi_bb_id] = extra_s_reg; in AddPseudoPhis()