Home
last modified time | relevance | path

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

/art/dex2oat/linker/arm/
Drelative_patcher_thumb2_test.cc121 uint32_t BneWWithOffset(uint32_t bne_offset, uint32_t target_offset) { in BneWWithOffset() function in art::linker::Thumb2RelativePatcherTest
733 uint32_t bne = BneWWithOffset(GetMethodOffset(method_idx) + kLiteralOffset, thunk_offset); in TestBakerFieldWide()
834 uint32_t bne = BneWWithOffset(GetMethodOffset(method_idx) + kLiteralOffset, thunk_offset); in TestBakerFieldNarrow()
1025 const uint32_t bne = BneWWithOffset(kLiteralOffset1, RoundUp(raw_code1.size(), kArmAlignment)); in TEST_F()
1094 BneWWithOffset(kLiteralOffset2, RoundUp(raw_code2.size(), kArmAlignment)); in TEST_F()
1130 uint32_t bne = BneWWithOffset(GetMethodOffset(method_idx) + kLiteralOffset, thunk_offset); in TEST_F()
1207 uint32_t bne = BneWWithOffset(GetMethodOffset(method_idx) + kLiteralOffset, thunk_offset); in TEST_F()
1262 uint32_t bne = BneWWithOffset(GetMethodOffset(method_idx) + kLiteralOffset, thunk_offset); in TEST_F()
1316 PushBackInsn(&expected_code, BneWWithOffset(8u * i + 4u, 1 * MB)); in TEST_F()