Searched refs:kExpectedLastMethodIdx (Results 1 – 2 of 2) sorted by relevance
/art/dex2oat/linker/arm/ |
D | relative_patcher_thumb2_test.cc | 502 const uint32_t kExpectedLastMethodIdx = 9u; // Based on 2MiB chunks in Create2MethodsWithGap(). in TEST_F() local 504 LinkerPatch::RelativeCodePatch(bl_offset_in_method1, nullptr, kExpectedLastMethodIdx), in TEST_F() 513 ASSERT_EQ(kExpectedLastMethodIdx, last_method_idx); in TEST_F() 550 const uint32_t kExpectedLastMethodIdx = 9u; // Based on 2MiB chunks in Create2MethodsWithGap(). in TEST_F() local 552 LinkerPatch::RelativeCodePatch(bl_offset_in_method1, nullptr, kExpectedLastMethodIdx), in TEST_F() 562 ASSERT_EQ(kExpectedLastMethodIdx, last_method_idx); in TEST_F()
|
/art/dex2oat/linker/arm64/ |
D | relative_patcher_arm64_test.cc | 669 const uint32_t kExpectedLastMethodIdx = 65u; // Based on 2MiB chunks in Create2MethodsWithGap(). in TEST_F() local 671 LinkerPatch::RelativeCodePatch(bl_offset_in_method1, nullptr, kExpectedLastMethodIdx), in TEST_F() 680 ASSERT_EQ(kExpectedLastMethodIdx, last_method_idx); in TEST_F() 721 const uint32_t kExpectedLastMethodIdx = 65u; // Based on 2MiB chunks in Create2MethodsWithGap(). in TEST_F() local 723 LinkerPatch::RelativeCodePatch(bl_offset_in_method1, nullptr, kExpectedLastMethodIdx), in TEST_F() 733 ASSERT_EQ(kExpectedLastMethodIdx, last_method_idx); in TEST_F()
|