Home | History | Annotate | Download | only in optimizing

Lines Matching full:is_reference_array

1588   bool is_reference_array = (primitive == 'L') || (primitive == '[');
1589 Primitive::Type type = is_reference_array ? Primitive::kPrimNot : Primitive::kPrimInt;