Home
last modified time | relevance | path

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

/art/dex2oat/linker/arm/
Drelative_patcher_thumb2_test.cc148 CHECK_EQ(distance_without_thunks % kArmCodeAlignment, 0u); in Create2MethodsWithGap()
156 CHECK_ALIGNED(last_method_offset, kArmCodeAlignment); in Create2MethodsWithGap()
586 if (sizeof(OatQuickMethodHeader) < kArmCodeAlignment) { in TEST_F()
596 ASSERT_TRUE(IsAligned<kArmCodeAlignment>(method_after_thunk_offset)); in TEST_F()
601 RoundDown(method_after_thunk_header_offset - thunk_size, kArmCodeAlignment); in TEST_F()
604 ASSERT_TRUE(IsAligned<kArmCodeAlignment>(thunk_offset)); in TEST_F()
753 uint32_t thunk_offset = GetMethodOffset(method_idx) + RoundUp(kMethodCodeSize, kArmCodeAlignment); in TestBakerFieldWide()
819 thunk_offset += RoundUp(expected_thunk.size(), kArmCodeAlignment); in TestBakerFieldWide()
854 uint32_t thunk_offset = GetMethodOffset(method_idx) + RoundUp(kMethodCodeSize, kArmCodeAlignment); in TestBakerFieldNarrow()
923 thunk_offset += RoundUp(expected_thunk.size(), kArmCodeAlignment); in TestBakerFieldNarrow()
[all …]
/art/libartbase/arch/
Dinstruction_set.h68 static constexpr size_t kArmCodeAlignment = 8; variable
155 return kArmCodeAlignment; in GetInstructionSetCodeAlignment()