Searched refs:TestFunctionPatching (Results 1 – 1 of 1) sorted by relevance
541 static bool TestFunctionPatching( in TestFunctionPatching() function558 EXPECT_TRUE(TestFunctionPatching(kPatchableCode1, override)); in TEST()559 EXPECT_TRUE(TestFunctionPatching(kPatchableCode2, override)); in TEST()561 EXPECT_FALSE(TestFunctionPatching(kPatchableCode3, override)); in TEST()563 EXPECT_TRUE(TestFunctionPatching(kPatchableCode3, override)); in TEST()565 EXPECT_TRUE(TestFunctionPatching(kPatchableCode4, override)); in TEST()566 EXPECT_TRUE(TestFunctionPatching(kPatchableCode5, override)); in TEST()568 EXPECT_TRUE(TestFunctionPatching(kLoadGlobalCode, override)); in TEST()583 EXPECT_FALSE(TestFunctionPatching(kPatchableCode1, override)); in TEST()584 EXPECT_FALSE(TestFunctionPatching(kPatchableCode2, override)); in TEST()[all …]