Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc7665 move_table_(allocator_.Adapter()) { in LinkInterfaceMethodsHelper()
7703 CHECK(move_table_.find(m) == move_table_.end() || in CheckNoStaleMethodsInDexCache()
7781 ScopedArenaUnorderedMap<ArtMethod*, ArtMethod*> move_table_; member in art::ClassLinker::LinkInterfaceMethodsHelper
7926 move_table_.emplace(&m, &*out); in ReallocMethods()
7945 move_table_.emplace(mir_method, &new_method); in ReallocMethods()
7973 move_table_.emplace(def_method, &new_method); in ReallocMethods()
8007 move_table_.emplace(conf_method, &new_method); in ReallocMethods()
8085 auto it = move_table_.find(translated_method); in UpdateVtable()
8086 DCHECK(it != move_table_.end()); in UpdateVtable()
8090 auto it = move_table_.find(translated_method); in UpdateVtable()
[all …]