Home
last modified time | relevance | path

Searched refs:kExpectedLastMethodIdx (Results 1 – 2 of 2) sorted by relevance

/art/dex2oat/linker/arm/
Drelative_patcher_thumb2_test.cc503 const uint32_t kExpectedLastMethodIdx = 9u; // Based on 2MiB chunks in Create2MethodsWithGap(). in TEST_F() local
505 LinkerPatch::RelativeCodePatch(bl_offset_in_method1, nullptr, kExpectedLastMethodIdx), in TEST_F()
514 ASSERT_EQ(kExpectedLastMethodIdx, last_method_idx); in TEST_F()
551 const uint32_t kExpectedLastMethodIdx = 9u; // Based on 2MiB chunks in Create2MethodsWithGap(). in TEST_F() local
553 LinkerPatch::RelativeCodePatch(bl_offset_in_method1, nullptr, kExpectedLastMethodIdx), in TEST_F()
563 ASSERT_EQ(kExpectedLastMethodIdx, last_method_idx); in TEST_F()
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64_test.cc670 const uint32_t kExpectedLastMethodIdx = 65u; // Based on 2MiB chunks in Create2MethodsWithGap(). in TEST_F() local
672 LinkerPatch::RelativeCodePatch(bl_offset_in_method1, nullptr, kExpectedLastMethodIdx), in TEST_F()
681 ASSERT_EQ(kExpectedLastMethodIdx, last_method_idx); in TEST_F()
722 const uint32_t kExpectedLastMethodIdx = 65u; // Based on 2MiB chunks in Create2MethodsWithGap(). in TEST_F() local
724 LinkerPatch::RelativeCodePatch(bl_offset_in_method1, nullptr, kExpectedLastMethodIdx), in TEST_F()
734 ASSERT_EQ(kExpectedLastMethodIdx, last_method_idx); in TEST_F()