Home | History | Annotate | Download | only in runtime

Lines Matching refs:GetMethodId

158         DexFile::MethodId* method_id = const_cast<DexFile::MethodId*>(&dex_file->GetMethodId(0));
168 DexFile::MethodId* method_id = const_cast<DexFile::MethodId*>(&dex_file->GetMethodId(0));
178 DexFile::MethodId* method_id = const_cast<DexFile::MethodId*>(&dex_file->GetMethodId(0));
250 dex::StringIndex name_index = dex_file->GetMethodId(method_index).name_idx_;
1434 CHECK_EQ(dex_file->GetMethodId(method_idx).name_idx_,
1435 dex_file->GetMethodId(method_idx + 1).name_idx_);
1436 CHECK_EQ(dex_file->GetMethodId(method_idx).proto_idx_ + 1u,
1437 dex_file->GetMethodId(method_idx + 1).proto_idx_);
1439 uint32_t proto1_idx = dex_file->GetMethodId(method_idx).proto_idx_;