Searched defs:GetDirectInterface (Results 1 - 1 of 1) sorted by relevance

/art/runtime/mirror/
H A Dclass.cc233 Class* interface = GetDirectInterface(self, h_this, i);
245 // After this point, this may have moved due to GetDirectInterface.
632 // Wrap k incase it moves during GetDirectInterface.
638 Handle<mirror::Class> interface(hs2.NewHandle(GetDirectInterface(self, h_k, i)));
656 // Wrap k incase it moves during GetDirectInterface.
662 Handle<mirror::Class> interface(hs2.NewHandle(GetDirectInterface(self, h_k, i)));
690 Handle<mirror::Class> interface(hs2.NewHandle(GetDirectInterface(self, h_k, i)));
751 mirror::Class* Class::GetDirectInterface(Thread* self, Handle<mirror::Class> klass, function in class:art::mirror::Class

Completed in 62 milliseconds