Home | History | Annotate | Download | only in runtime

Lines Matching defs:method_id

395   const DexFile::MethodId& method_id = dex_file.GetMethodId(method_idx);
396 std::string result(PrettyDescriptor(dex_file.GetMethodDeclaringClassDescriptor(method_id)));
398 result += dex_file.GetMethodName(method_id);
400 const Signature signature = dex_file.GetMethodSignature(method_id);