Lines Matching refs:AllocArtMethodArray
1913 methods(hs.NewHandle(AllocArtMethodArray(self, dex_file.NumMethodIds())));
2817 AllocArtMethodArray(self, it.NumDirectMethods());
2827 AllocArtMethodArray(self, it.NumVirtualMethods());
3831 mirror::ObjectArray<mirror::ArtMethod>* directs = AllocArtMethodArray(self, 1);
3849 mirror::ObjectArray<mirror::ArtMethod>* virtuals = AllocArtMethodArray(self,
4919 vtable = hs.NewHandle(AllocArtMethodArray(self, max_count));
5030 mirror::ObjectArray<mirror::ArtMethod>* vtable = AllocArtMethodArray(self, num_virtual_methods);
5216 method_array = hs.NewHandle(AllocArtMethodArray(self, num_methods));
5309 virtuals = AllocArtMethodArray(self, new_method_count);