Home | History | Annotate | Download | only in runtime

Lines Matching refs:name_idx_

145   return Runtime::Current()->GetClassLinker()->ResolveString(*dex_file, method_id.name_idx_,
194 return mid.name_idx_ == mid2.name_idx_ && mid.proto_idx_ == mid2.proto_idx_;
198 if (!DexFileStringEquals(dex_file, mid.name_idx_, dex_file2, mid2.name_idx_)) {
255 *other_type_id, other_dexfile.GetStringId(name_and_sig_mid.name_idx_),