Lines Matching refs:GetMethodInfoForOffset
188 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()
243 info = dex_file->GetMethodInfoForOffset(0x107, false); in TEST()
245 info = dex_file->GetMethodInfoForOffset(0x108, false); in TEST()
249 info = dex_file->GetMethodInfoForOffset(0x98, false); in TEST()
253 info = dex_file->GetMethodInfoForOffset(0x110, false); in TEST()
284 MethodInfo info = df2.GetMethodInfoForOffset(0x100, false); in TEST()