Home
last modified time | relevance | path

Searched defs:mod_s_reg (Results 1 – 1 of 1) sorted by relevance

/art/compiler/dex/
Dtype_inference.cc241 int32_t mod_s_reg = data.ending_mod_s_reg[pred_bb->id]; in AddPseudoPhis() local
489 int32_t mod_s_reg = (attrs & DF_DA) != 0 ? defs[0] : ModifiedSReg(uses[0]); in Apply() local
864 int32_t mod_s_reg = ModifiedSReg(uses[0]); in InitializeSRegs() local
1063 bool TypeInference::UpdateSRegFromLowWordType(int32_t mod_s_reg, Type low_word_type) { in UpdateSRegFromLowWordType()