Searched refs:is_const (Results 1 – 8 of 8) sorted by relevance
277 if (rl_src[0].is_const && rl_src[1].is_const) { in CompileDalvikInstruction()304 if (rl_src[0].is_const) { in CompileDalvikInstruction()532 if (rl_src[0].is_const && in CompileDalvikInstruction()536 } else if (rl_src[1].is_const && in CompileDalvikInstruction()557 if (rl_src[1].is_const && in CompileDalvikInstruction()575 if (rl_src[0].is_const || rl_src[1].is_const) { in CompileDalvikInstruction()596 if (rl_src[1].is_const) { in CompileDalvikInstruction()
115 if (rl_src1.is_const) { in GenCompareAndBranch()124 if (rl_src2.is_const) { in GenCompareAndBranch()
29 if (rl_src.is_const) { in IsInexpensiveConstant()
639 rl_arg.is_const = false; in LoadArgRegs()
252 if (rl_src1.is_const) { in GenFusedLongCmpBranch()258 if (rl_src2.is_const) { in GenFusedLongCmpBranch()763 bool constant_index = rl_index.is_const; in GenArrayGet()852 bool constant_index = rl_index.is_const; in GenArrayPut()1068 if (!rl_src2.is_const) { in GenArithImmOpLong()1075 if (!rl_src2.is_const) { in GenArithImmOpLong()1076 DCHECK(rl_src1.is_const); in GenArithImmOpLong()1086 DCHECK(rl_src2.is_const); in GenArithImmOpLong()
344 table[i].is_const ? 'c' : 'n', in DumpRegLocTable()358 table[i].is_const ? 'c' : 'n', in DumpRegLocTable()382 loc[i].is_const = is_constant_v_->IsBitSet(i); in BuildRegLocations()
306 unsigned is_const:1; // Constant, value in mir_graph->constant_values[]. member472 return loc.ref && loc.is_const && (ConstantValue(loc) == 0); in IsConstantNullRef()
3394 is_const = True3418 is_const = False3420 if not is_const: