Home | History | Annotate | Download | only in runtime

Lines Matching refs:name_idx_

179         method_id->name_idx_ = dex::StringIndex(0xFF);
250 dex::StringIndex name_index = dex_file->GetMethodId(method_index).name_idx_;
855 dex::StringIndex name_index = dex_file->GetFieldId(field_index).name_idx_;
1434 CHECK_EQ(dex_file->GetMethodId(method_idx).name_idx_,
1435 dex_file->GetMethodId(method_idx + 1).name_idx_);