Lines Matching refs:method_idx
172 inline const char* DexFile::GetMethodDeclaringClassDescriptor(uint32_t method_idx) const { in GetMethodDeclaringClassDescriptor() argument
173 return GetMethodDeclaringClassDescriptor(GetMethodId(method_idx)); in GetMethodDeclaringClassDescriptor()
181 inline std::string_view DexFile::GetMethodDeclaringClassDescriptorView(uint32_t method_idx) const { in GetMethodDeclaringClassDescriptorView() argument
182 return GetMethodDeclaringClassDescriptorView(GetMethodId(method_idx)); in GetMethodDeclaringClassDescriptorView()
202 inline const char* DexFile::GetMethodName(uint32_t method_idx) const { in GetMethodName() argument
203 return GetStringData(GetMethodId(method_idx).name_idx_); in GetMethodName()
216 inline std::string_view DexFile::GetMethodNameView(uint32_t method_idx) const { in GetMethodNameView() argument
217 return GetMethodNameView(GetMethodId(method_idx)); in GetMethodNameView()
453 uint32_t method_idx, in DecodeDebugLocalInfo() argument
460 DexFileParameterIterator it(*this, GetMethodPrototype(GetMethodId(method_idx))); in DecodeDebugLocalInfo()
466 GetMethodDeclaringClassDescriptor(GetMethodId(method_idx)), in DecodeDebugLocalInfo()
468 this->PrettyMethod(method_idx), in DecodeDebugLocalInfo()