Lines Matching refs:method_offset
186 uint64_t method_offset; in TEST() local
187 ASSERT_TRUE(dex_file->GetFunctionName(0x4102, &method, &method_offset)); in TEST()
189 EXPECT_EQ(2U, method_offset); in TEST()
191 ASSERT_TRUE(dex_file->GetFunctionName(0x4118, &method, &method_offset)); in TEST()
193 EXPECT_EQ(0U, method_offset); in TEST()
204 uint64_t method_offset; in TEST() local
205 EXPECT_FALSE(dex_file->GetFunctionName(0x100000, &method, &method_offset)); in TEST()
207 EXPECT_FALSE(dex_file->GetFunctionName(0x98, &method, &method_offset)); in TEST()
224 uint64_t method_offset; in TEST() local
225 ASSERT_TRUE(dex_file->GetFunctionName(0x4118, &method, &method_offset)); in TEST()
227 EXPECT_EQ(0U, method_offset); in TEST()
235 ASSERT_TRUE(dex_file->GetFunctionName(0x4118, &method, &method_offset)); in TEST()
237 EXPECT_EQ(0U, method_offset); in TEST()
240 ASSERT_TRUE(dex_file->GetFunctionName(0x4102, &method, &method_offset)); in TEST()
242 EXPECT_EQ(2U, method_offset); in TEST()