Home | History | Annotate | Download | only in runtime

Lines Matching refs:method_idx

379 std::string PrettyMethod(uint32_t method_idx, const DexFile& dex_file, bool with_signature) {
380 if (method_idx >= dex_file.NumMethodIds()) {
381 return StringPrintf("<<invalid-method-idx-%d>>", method_idx);
383 const DexFile::MethodId& method_id = dex_file.GetMethodId(method_idx);