Searched defs:other_class (Results 1 – 4 of 4) sorted by relevance
472 MutableHandle<mirror::Class> other_class = hs.NewHandle(cls->GetSuperClass()); in CanEmitHelper() local528 Handle<mirror::Class> other_class = hs.NewHandle(temp); in CanEmit() local
367 auto other_class = static_cast<const TypeInfoClass*>(other); in EqualsTo() local
519 ObjPtr<Class> other_class = klass1->IsPrimitive() ? klass2 : klass1; in IsInSamePackage() local
685 def cast(self, other_class): argument