Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc7192 ArtMethod* conf_method = (*methods_vec)[i]; in ReallocMethods() local
7194 new_method.CopyFrom(conf_method, pointer_size); in ReallocMethods()
7207 move_table_.emplace(conf_method, &new_method); in ReallocMethods()