Searched defs:h_method_name (Results 1 - 1 of 1) sorted by relevance

/art/runtime/mirror/
H A Dclass.cc1066 auto h_method_name = hs.NewHandle(name); local
1067 if (UNLIKELY(h_method_name.Get() == nullptr)) {
1081 if (!np_name->Equals(h_method_name.Get()) || !np_method->EqualParameters(h_args)) {
1108 if (!np_name->Equals(h_method_name.Get()) || !np_method->EqualParameters(h_args)) {

Completed in 7 milliseconds