Searched refs:method_info (Results 1 – 1 of 1) sorted by relevance
81 art_api::dex::MethodInfo method_info = GetMethodInfoForOffset(dex_offset, false); in GetMethodInformation() local82 if (method_info.offset == 0) { in GetMethodInformation()85 *method_name = method_info.name; in GetMethodInformation()86 *method_offset = dex_offset - method_info.offset; in GetMethodInformation()