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.cc335 uint16_t GetOutputInsn16(uint32_t offset) { in GetOutputInsn16() function in art::linker::Thumb2RelativePatcherTest
714 EXPECT_EQ(bkpt, GetOutputInsn16(thunk_offset + 4u)); in TEST_F()
781 ASSERT_EQ(0xb100 | holder_reg, GetOutputInsn16(thunk_offset) & 0xfd07u); in TestBakerFieldWide()
786 ASSERT_EQ(0xd000u, GetOutputInsn16(thunk_offset + 4u) & 0xff00u); // BEQ in TestBakerFieldWide()
808 EXPECT_EQ(0xd100u, GetOutputInsn16(gray_check_offset + 8u) & 0xff00u); // BNE in TestBakerFieldWide()
885 ASSERT_EQ(0xb100 | holder_reg, GetOutputInsn16(thunk_offset) & 0xfd07u); in TestBakerFieldNarrow()
890 ASSERT_EQ(0xd000u, GetOutputInsn16(thunk_offset + 4u) & 0xff00u); // BEQ in TestBakerFieldNarrow()
912 EXPECT_EQ(0xd100u, GetOutputInsn16(gray_check_offset + 8u) & 0xff00u); // BNE in TestBakerFieldNarrow()
1205 EXPECT_EQ(0xd100u, GetOutputInsn16(thunk_offset + 8u) & 0xff00u); // BNE in TEST_F()
1262 ASSERT_EQ(0xb100 | root_reg, GetOutputInsn16(thunk_offset) & 0xfd07u); in TEST_F()
[all …]