Searched refs:kPatchableCode1 (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/lib/interception/tests/ |
D | interception_win_test.cc | 140 const u8 kPatchableCode1[] = { variable 469 EXPECT_TRUE(TestFunctionPatching(kPatchableCode1, override)); in TEST() 490 EXPECT_FALSE(TestFunctionPatching(kPatchableCode1, override)); in TEST() 503 EXPECT_TRUE(TestFunctionPatching(kPatchableCode1, override, prefix)); in TEST() 518 EXPECT_FALSE(TestFunctionPatching(kPatchableCode1, override)); in TEST() 534 EXPECT_TRUE(TestFunctionPatching(kPatchableCode1, override, prefix)); in TEST() 551 EXPECT_TRUE(TestFunctionPatching(kPatchableCode1, override, prefix)); in TEST() 572 EXPECT_TRUE(TestFunctionPatching(kPatchableCode1, override, prefix)); in TEST()
|
/external/llvm-project/compiler-rt/lib/interception/tests/ |
D | interception_win_test.cpp | 139 const u8 kPatchableCode1[] = { variable 519 EXPECT_TRUE(TestFunctionPatching(kPatchableCode1, override)); in TEST() 544 EXPECT_FALSE(TestFunctionPatching(kPatchableCode1, override)); in TEST() 557 EXPECT_TRUE(TestFunctionPatching(kPatchableCode1, override, prefix)); in TEST() 572 EXPECT_FALSE(TestFunctionPatching(kPatchableCode1, override)); in TEST() 588 EXPECT_TRUE(TestFunctionPatching(kPatchableCode1, override, prefix)); in TEST() 609 EXPECT_TRUE(TestFunctionPatching(kPatchableCode1, override, prefix)); in TEST() 630 EXPECT_TRUE(TestFunctionPatching(kPatchableCode1, override, prefix)); in TEST()
|