Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc7699 move_table_(allocator_.Adapter()) { in LinkInterfaceMethodsHelper()
7737 CHECK(move_table_.find(m) == move_table_.end() || in CheckNoStaleMethodsInDexCache()
7815 ScopedArenaUnorderedMap<ArtMethod*, ArtMethod*> move_table_; member in art::ClassLinker::LinkInterfaceMethodsHelper
7960 move_table_.emplace(&m, &*out); in ReallocMethods()
7977 move_table_.emplace(mir_method, &new_method); in ReallocMethods()
8005 move_table_.emplace(def_method, &new_method); in ReallocMethods()
8036 move_table_.emplace(conf_method, &new_method); in ReallocMethods()
8114 auto it = move_table_.find(translated_method); in UpdateVtable()
8115 DCHECK(it != move_table_.end()); in UpdateVtable()
8119 auto it = move_table_.find(translated_method); in UpdateVtable()
[all …]