Lines Matching refs:GetOutputInsn16
322 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()
1230 ASSERT_EQ(0xd000u, GetOutputInsn16(thunk_offset + 4u) & 0xff00u); // BEQ in TEST_F()
1280 ASSERT_EQ(0xb100 | root_reg, GetOutputInsn16(thunk_offset) & 0xfd07u); in TEST_F()