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

/art/runtime/
H A Dclass_linker.cc3662 int new_method_count = old_method_count + miranda_list.size(); local
3665 virtuals = AllocArtMethodArray(self, new_method_count);
3667 virtuals = klass->GetVirtualMethods()->CopyOf(self, new_method_count);

Completed in 63 milliseconds