Searched refs:ending_mod_s_reg (Results 1 - 2 of 2) sorted by relevance

/art/compiler/dex/
H A Dtype_inference.cc178 std::fill_n(split_s_reg_data.ending_mod_s_reg, num_blocks_, INVALID_SREG);
181 split_s_reg_data.ending_mod_s_reg[def_bb->id] = s_reg;
185 lb->second.ending_mod_s_reg[check_cast->bb] = extra_s_reg;
241 int32_t mod_s_reg = data.ending_mod_s_reg[pred_bb->id];
243 } else if (data.ending_mod_s_reg[bb_id] != INVALID_SREG) {
248 if (data.ending_mod_s_reg[bb_id] == INVALID_SREG) {
250 data.ending_mod_s_reg[bb_id] = data.starting_mod_s_reg[bb_id];
290 int32_t* ending_mod_s_reg = entry.second.ending_mod_s_reg; local
293 DCHECK_LT(static_cast<size_t>(ending_mod_s_reg[pred_i
[all...]
H A Dtype_inference.h362 int32_t* ending_mod_s_reg; // Indexed by BasicBlock::id. member in struct:art::TypeInference::SplitSRegData

Completed in 21 milliseconds