Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dclass_linker.cc8101 const size_t new_method_count = old_method_count + num_new_copied_methods; in ReallocMethods() local
8114 const size_t new_size = LengthPrefixedArray<ArtMethod>::ComputeSize(new_method_count, in ReallocMethods()
8178 methods->SetSize(new_method_count); in ReallocMethods()