Home | History | Annotate | Download | only in runtime

Lines Matching refs:method_idx

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