Searched defs:right_is_const (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_x86.cc4178 bool right_is_const = false; local
4182 right_is_const = true;
4193 DCHECK(right_is_const) << right;
4203 DCHECK(right_is_const) << right;

Completed in 116 milliseconds