Home
last modified time | relevance | path

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

/art/dex2oat/linker/arm/
Drelative_patcher_thumb2_test.cc322 uint16_t GetOutputInsn16(uint32_t offset) { in GetOutputInsn16() function in art::linker::Thumb2RelativePatcherTest
692 EXPECT_EQ(bkpt, GetOutputInsn16(thunk_offset + 4u)); in TEST_F()
756 ASSERT_EQ(0xb100 | holder_reg, GetOutputInsn16(thunk_offset) & 0xfd07u); in TestBakerFieldWide()
761 ASSERT_EQ(0xd000u, GetOutputInsn16(thunk_offset + 4u) & 0xff00u); // BEQ in TestBakerFieldWide()
783 EXPECT_EQ(0xd100u, GetOutputInsn16(gray_check_offset + 8u) & 0xff00u); // BNE in TestBakerFieldWide()
857 ASSERT_EQ(0xb100 | holder_reg, GetOutputInsn16(thunk_offset) & 0xfd07u); in TestBakerFieldNarrow()
862 ASSERT_EQ(0xd000u, GetOutputInsn16(thunk_offset + 4u) & 0xff00u); // BEQ in TestBakerFieldNarrow()
884 EXPECT_EQ(0xd100u, GetOutputInsn16(gray_check_offset + 8u) & 0xff00u); // BNE in TestBakerFieldNarrow()
1169 EXPECT_EQ(0xd100u, GetOutputInsn16(thunk_offset + 8u) & 0xff00u); // BNE in TEST_F()
1226 ASSERT_EQ(0xb100 | root_reg, GetOutputInsn16(thunk_offset) & 0xfd07u); in TEST_F()
[all …]