Searched refs:existing_it (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dclass_linker.cc3299 auto existing_it = class_table_.FindWithHash(std::make_pair(descriptor, klass->GetClassLoader()), local
3301 if (existing_it == class_table_.end()) {
3306 mirror::Class* existing = existing_it->Read();
3324 *existing_it = GcRoot<mirror::Class>(klass);

Completed in 4278 milliseconds