Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc3380 auto descriptor_pair = std::make_pair(descriptor, class_loader); in LookupClassFromTableLocked() local
3381 auto it = pre_zygote_class_table_.FindWithHash(descriptor_pair, hash); in LookupClassFromTableLocked()
3383 it = class_table_.FindWithHash(descriptor_pair, hash); in LookupClassFromTableLocked()