Lines Matching refs:method_offset
176 uint64_t method_offset; in TEST() local
177 ASSERT_TRUE(dex_file->GetFunctionName(0x4102, &method, &method_offset)); in TEST()
179 EXPECT_EQ(2U, method_offset); in TEST()
181 ASSERT_TRUE(dex_file->GetFunctionName(0x4118, &method, &method_offset)); in TEST()
183 EXPECT_EQ(0U, method_offset); in TEST()
194 uint64_t method_offset; in TEST() local
195 EXPECT_FALSE(dex_file->GetFunctionName(0x100000, &method, &method_offset)); in TEST()
197 EXPECT_FALSE(dex_file->GetFunctionName(0x98, &method, &method_offset)); in TEST()
213 uint64_t method_offset; in TEST() local
214 ASSERT_TRUE(dex_file->GetFunctionName(0x4118, &method, &method_offset)); in TEST()
216 EXPECT_EQ(0U, method_offset); in TEST()
224 ASSERT_TRUE(dex_file->GetFunctionName(0x4118, &method, &method_offset)); in TEST()
226 EXPECT_EQ(0U, method_offset); in TEST()
229 ASSERT_TRUE(dex_file->GetFunctionName(0x4102, &method, &method_offset)); in TEST()
231 EXPECT_EQ(2U, method_offset); in TEST()