Searched defs:GetInterface (Results 1 – 2 of 2) sorted by relevance
/art/runtime/mirror/ | ||
D | iftable-inl.h | 29 inline ObjPtr<Class> IfTable::GetInterface(int32_t i) { in GetInterface() function |
/art/runtime/ | ||
D | class_linker.cc | 6944 ObjPtr<mirror::Class> GetInterface(size_t index) REQUIRES_SHARED(Locks::mutator_lock_) { in GetInterface() function in art::__anon62634e960511::ProxyInterfacesAccessor |