Searched refs:old_method_count (Results 1 – 1 of 1) sorted by relevance
7896 const size_t old_method_count = klass_->NumMethods(); in ReallocMethods() local7897 const size_t new_method_count = old_method_count + NumberOfNewVirtuals(); in ReallocMethods()7898 DCHECK_NE(old_method_count, new_method_count); in ReallocMethods()7908 const size_t old_size = LengthPrefixedArray<ArtMethod>::ComputeSize(old_method_count, in ReallocMethods()7933 StrideIterator<ArtMethod> out(methods->begin(method_size_, method_alignment_) + old_method_count); in ReallocMethods()