Home
last modified time | relevance | path

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

/art/dex2oat/linker/arm64/
Drelative_patcher_arm64_test.cc550 uint32_t GetOutputInsn(uint32_t offset) { in GetOutputInsn() function in art::linker::Arm64RelativePatcherTest
1035 EXPECT_EQ(ldr_ip0_tr_offset, GetOutputInsn(thunk_offset)); in TEST_F()
1036 EXPECT_EQ(br_ip0, GetOutputInsn(thunk_offset + 4u)); in TEST_F()
1095 ASSERT_EQ(0x34000000u | holder_reg, GetOutputInsn(thunk_offset) & 0xff00001fu); in TestBakerField()
1106 EXPECT_EQ(load_lock_word, GetOutputInsn(gray_check_offset)); in TestBakerField()
1110 EXPECT_EQ(check_gray_bit_without_offset, GetOutputInsn(gray_check_offset + 4u) & 0xfff8001fu); in TestBakerField()
1117 EXPECT_EQ(fake_dependency, GetOutputInsn(gray_check_offset + 12u)); in TestBakerField()
1351 EXPECT_EQ(load_lock_word, GetOutputInsn(thunk_offset)); in TEST_F()
1355 EXPECT_EQ(check_gray_bit_without_offset, GetOutputInsn(thunk_offset + 4u) & 0xfff8001fu); in TEST_F()
1362 EXPECT_EQ(fake_dependency, GetOutputInsn(thunk_offset + 12u)); in TEST_F()
[all …]