Home
last modified time | relevance | path

Searched refs:new_method_count (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dclass_linker.cc7897 const size_t new_method_count = old_method_count + NumberOfNewVirtuals(); in ReallocMethods() local
7898 DCHECK_NE(old_method_count, new_method_count); in ReallocMethods()
7911 const size_t new_size = LengthPrefixedArray<ArtMethod>::ComputeSize(new_method_count, in ReallocMethods()
8016 methods->SetSize(new_method_count); in ReallocMethods()