Searched refs:move_table_ (Results 1 – 1 of 1) sorted by relevance
7602 move_table_(allocator_.Adapter()) { in LinkInterfaceMethodsHelper()7640 CHECK(move_table_.find(m) == move_table_.end() || in CheckNoStaleMethodsInDexCache()7718 ScopedArenaUnorderedMap<ArtMethod*, ArtMethod*> move_table_; member in art::ClassLinker::LinkInterfaceMethodsHelper7863 move_table_.emplace(&m, &*out); in ReallocMethods()7880 move_table_.emplace(mir_method, &new_method); in ReallocMethods()7908 move_table_.emplace(def_method, &new_method); in ReallocMethods()7939 move_table_.emplace(conf_method, &new_method); in ReallocMethods()8017 auto it = move_table_.find(translated_method); in UpdateVtable()8018 DCHECK(it != move_table_.end()); in UpdateVtable()8022 auto it = move_table_.find(translated_method); in UpdateVtable()[all …]