Home | History | Annotate | Download | only in runtime

Lines Matching refs:AllocArtMethodArray

1202       methods(self, AllocArtMethodArray(self, dex_file.NumMethodIds()));
1792 AllocArtMethodArray(self, it.NumDirectMethods());
1802 AllocArtMethodArray(self, it.NumVirtualMethods());
2700 AllocArtMethodArray(self, 1);
2718 AllocArtMethodArray(self, num_virtual_methods);
3466 vtable(self, AllocArtMethodArray(self, num_virtual_methods));
3598 AllocArtMethodArray(self, num_methods);
3665 virtuals = AllocArtMethodArray(self, new_method_count);