Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_tracking_registrar.cc208 const char * methodid_name = dex_file_->GetMethodName(methodid_item); in SetCodeItemRegistration() local
210 if (code_item != nullptr && strcmp(methodid_name, class_name) == 0) { in SetCodeItemRegistration()