Searched refs:other_class (Results 1 – 1 of 1) sorted by relevance
472 MutableHandle<mirror::Class> other_class = hs.NewHandle(cls->GetSuperClass()); in CanEmitHelper() local473 if (!CanEmit(other_class)) { in CanEmitHelper()477 other_class.Assign(cls->GetComponentType()); in CanEmitHelper()478 if (!CanEmit(other_class)) { in CanEmitHelper()483 other_class.Assign(cls->GetDirectInterface(i)); in CanEmitHelper()484 DCHECK(other_class != nullptr); in CanEmitHelper()485 if (!CanEmit(other_class)) { in CanEmitHelper()528 Handle<mirror::Class> other_class = hs.NewHandle(temp); in CanEmit() local529 return CanEmit(other_class); in CanEmit()