Home
last modified time | relevance | path

Searched refs:other_class (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Druntime_image.cc472 MutableHandle<mirror::Class> other_class = hs.NewHandle(cls->GetSuperClass()); in CanEmitHelper() local
473 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() local
529 return CanEmit(other_class); in CanEmit()