Home
last modified time | relevance | path

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

/aosp12/art/runtime/mirror/
H A Dclass.cc746 const dex::MethodId& cmp_method_id = dex_file.GetMethodId(method.GetDexMethodIndex()); in FindClassMethod() local
747 if (cmp_method_id.name_idx_ == method_id.name_idx_ && in FindClassMethod()
748 cmp_method_id.proto_idx_ == method_id.proto_idx_) { in FindClassMethod()