Home
last modified time | relevance | path

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

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