Home | History | Annotate | Download | only in mirror

Lines Matching refs:GetDexMethodIndex

76 inline uint32_t ArtMethod::GetDexMethodIndex() {
308 return GetDexMethodIndex() == DexFile::kDexNoIndex;
418 uint32_t dex_method_idx = method->GetDexMethodIndex();
429 return dex_file->GetMethodShorty(dex_file->GetMethodId(method->GetDexMethodIndex()), out_length);
434 uint32_t dex_method_idx = method->GetDexMethodIndex();
444 uint32_t dex_method_idx = method->GetDexMethodIndex();
486 return dex_file->GetMethodPrototype(dex_file->GetMethodId(method->GetDexMethodIndex()));
493 dex_file->GetMethodId(method->GetDexMethodIndex()));
513 const DexFile::MethodId& method_id = dex_file->GetMethodId(method->GetDexMethodIndex());
542 mirror::ArtMethod* interface_method = GetDexCacheResolvedMethods()->Get(GetDexMethodIndex());