Home
last modified time | relevance | path

Searched refs:method_info (Results 1 – 1 of 1) sorted by relevance

/system/core/libunwindstack/
DDexFile.cpp81 art_api::dex::MethodInfo method_info = GetMethodInfoForOffset(dex_offset, false); in GetMethodInformation() local
82 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()