Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_redefine.cc1403 const art::DexFile::StringId* new_name_id = dex_file_->FindStringId(method.GetName()); in UpdateMethods() local
1420 *new_name_id, in UpdateMethods()
1439 const art::DexFile::StringId* new_name_id = dex_file_->FindStringId(field.GetName()); in UpdateFields() local
1441 CHECK(new_name_id != nullptr && new_type_id != nullptr && new_declaring_id != nullptr); in UpdateFields()
1443 dex_file_->FindFieldId(*new_declaring_id, *new_name_id, *new_type_id); in UpdateFields()