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

/art/runtime/mirror/
H A Dclass.cc238 Class* interface = GetDirectInterface(self, h_this, i);
246 // After this point, this may have moved due to GetDirectInterface.
633 // Wrap k incase it moves during GetDirectInterface.
639 Handle<mirror::Class> interface(hs.NewHandle(GetDirectInterface(self, h_k, i)));
657 // Wrap k incase it moves during GetDirectInterface.
663 Handle<mirror::Class> interface(hs.NewHandle(GetDirectInterface(self, h_k, i)));
691 Handle<mirror::Class> interface(hs.NewHandle(GetDirectInterface(self, h_k, i)));
775 mirror::Class* Class::GetDirectInterface(Thread* self, Handle<mirror::Class> klass, uint32_t idx) { function in class:art::mirror::Class

Completed in 65 milliseconds