Home | History | Annotate | Download | only in runtime

Lines Matching refs:dex_method_idx

419     uint32_t dex_method_idx = method_->GetDexMethodIndex();
420 if (dex_method_idx != DexFile::kDexNoIndex) {
421 return dex_file.GetMethodName(dex_file.GetMethodId(dex_method_idx));
440 uint32_t dex_method_idx = method_->GetDexMethodIndex();
441 const DexFile::MethodId& method_id = dex_file.GetMethodId(dex_method_idx);
465 uint32_t dex_method_idx = method_->GetDexMethodIndex();
466 if (dex_method_idx != DexFile::kDexNoIndex) {
467 return dex_file.GetMethodSignature(dex_file.GetMethodId(dex_method_idx));
510 uint32_t dex_method_idx = method_->GetDexMethodIndex();
511 if (dex_method_idx != DexFile::kDexNoIndex) {
512 return dex_file.GetMethodDeclaringClassDescriptor(dex_file.GetMethodId(dex_method_idx));