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

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

Completed in 358 milliseconds