Home
last modified time | relevance | path

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

/art/libdexfile/external/
Ddex_file_supp_test.cc188 MethodInfo info = dex_file->GetMethodInfoForOffset(0x102, false); in TEST()
193 info = dex_file->GetMethodInfoForOffset(0x118, false); in TEST()
199 info = dex_file->GetMethodInfoForOffset(0x104, false); in TEST()
209 MethodInfo info = dex_file->GetMethodInfoForOffset(0x102, true); in TEST()
214 info = dex_file->GetMethodInfoForOffset(0x118, true); in TEST()
220 info = dex_file->GetMethodInfoForOffset(0x104, true); in TEST()
226 info = dex_file->GetMethodInfoForOffset(0x104, false); in TEST()
236 MethodInfo info = dex_file->GetMethodInfoForOffset(0x100000, false); in TEST()
239 info = dex_file->GetMethodInfoForOffset(0x99, false); in TEST()
241 info = dex_file->GetMethodInfoForOffset(0x100, false); in TEST()
[all …]
/art/libdexfile/external/include/art_api/
Ddex_file_support.h195 MethodInfo GetMethodInfoForOffset(int64_t dex_offset, bool with_signature) { in GetMethodInfoForOffset() function