Searched refs:dex_offset (Results 1 – 2 of 2) sorted by relevance
79 bool DexFile::GetMethodInformation(uint64_t dex_offset, std::string* method_name, in GetMethodInformation() argument81 art_api::dex::MethodInfo method_info = GetMethodInfoForOffset(dex_offset, false); in GetMethodInformation()86 *method_offset = dex_offset - method_info.offset; in GetMethodInformation()
36 bool GetMethodInformation(uint64_t dex_offset, std::string* method_name, uint64_t* method_offset);