Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Druntime_image.cc472 MutableHandle<mirror::Class> other_class = hs.NewHandle(cls->GetSuperClass()); in CanEmitHelper() local
528 Handle<mirror::Class> other_class = hs.NewHandle(temp); in CanEmit() local
/aosp_15_r20/frameworks/libs/binary_translation/tools/nogrod/
Dmain.cc367 auto other_class = static_cast<const TypeInfoClass*>(other); in EqualsTo() local
/aosp_15_r20/art/runtime/mirror/
H A Dclass.cc519 ObjPtr<Class> other_class = klass1->IsPrimitive() ? klass2 : klass1; in IsInSamePackage() local
/aosp_15_r20/external/python/asn1crypto/asn1crypto/
Dcore.py685 def cast(self, other_class): argument