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

/art/runtime/mirror/
H A Dclass.cc237 Class* interface = GetDirectInterface(self, h_this, i);
245 // After this point, this may have moved due to GetDirectInterface.
635 // Wrap k incase it moves during GetDirectInterface.
641 Handle<mirror::Class> interface(hs.NewHandle(GetDirectInterface(self, h_k, i)));
659 // Wrap k incase it moves during GetDirectInterface.
665 Handle<mirror::Class> interface(hs.NewHandle(GetDirectInterface(self, h_k, i)));
693 Handle<mirror::Class> interface(hs.NewHandle(GetDirectInterface(self, h_k, i)));
759 mirror::Class* Class::GetDirectInterface(Thread* self, Handle<mirror::Class> klass, uint32_t idx) { function in class:art::mirror::Class

Completed in 1023 milliseconds