Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dclass_linker.cc7985 ArtMethod* conf_method = (*methods_vec)[i]; in ReallocMethods() local
7987 new_method.CopyFrom(conf_method, pointer_size); in ReallocMethods()
8007 move_table_.emplace(conf_method, &new_method); in ReallocMethods()