Searched refs:methodid_name (Results 1 – 1 of 1) sorted by relevance
232 const char * methodid_name = dex_file_->GetMethodName(methodid_item); in SetCodeItemRegistration() local234 if (code_item != nullptr && strcmp(methodid_name, class_name) == 0) { in SetCodeItemRegistration()