HomeSort by relevance Sort by last modified time
    Searched full:isnarrowingintegralconversion (Results 1 - 1 of 1) sorted by null

  /art/compiler/optimizing/
induction_var_analysis.cc 59 static bool IsNarrowingIntegralConversion(Primitive::Type from, Primitive::Type to) {
452 if (IsNarrowingIntegralConversion(from, to)) {
454 if (a->type == to || (a->type == from && IsNarrowingIntegralConversion(from, to))) {
561 if (IsNarrowingIntegralConversion(from, to)) {
    [all...]

Completed in 311 milliseconds