Searched refs:is_const (Results 1 - 8 of 8) sorted by relevance

/art/compiler/dex/quick/
H A Dmir_to_lir.cc277 if (rl_src[0].is_const && rl_src[1].is_const) {
304 if (rl_src[0].is_const) {
532 if (rl_src[0].is_const &&
536 } else if (rl_src[1].is_const &&
557 if (rl_src[1].is_const &&
575 if (rl_src[0].is_const || rl_src[1].is_const) {
596 if (rl_src[1].is_const) {
H A Dgen_common.cc115 if (rl_src1.is_const) {
124 if (rl_src2.is_const) {
H A Dcodegen_util.cc29 if (rl_src.is_const) {
H A Dgen_invoke.cc639 rl_arg.is_const = false;
/art/compiler/dex/quick/arm/
H A Dint_arm.cc252 if (rl_src1.is_const) {
258 if (rl_src2.is_const) {
763 bool constant_index = rl_index.is_const;
852 bool constant_index = rl_index.is_const;
1068 if (!rl_src2.is_const) {
1075 if (!rl_src2.is_const) {
1076 DCHECK(rl_src1.is_const);
1086 DCHECK(rl_src2.is_const);
/art/compiler/dex/
H A Dvreg_analysis.cc344 table[i].is_const ? 'c' : 'n',
358 table[i].is_const ? 'c' : 'n',
382 loc[i].is_const = is_constant_v_->IsBitSet(i);
H A Dmir_graph.h306 unsigned is_const:1; // Constant, value in mir_graph->constant_values[]. member in struct:art::RegLocation
472 return loc.ref && loc.is_const && (ConstantValue(loc) == 0);
/art/tools/
H A Dcpplint.py3394 is_const = True
3418 is_const = False
3420 if not is_const:

Completed in 279 milliseconds