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.cc549 uint32_t GetOutputInsn(uint32_t offset) { in GetOutputInsn() function in art::linker::Arm64RelativePatcherTest
1064 ASSERT_EQ(0x34000000u | holder_reg, GetOutputInsn(thunk_offset) & 0xff00001fu); in TestBakerField()
1075 EXPECT_EQ(load_lock_word, GetOutputInsn(gray_check_offset)); in TestBakerField()
1079 EXPECT_EQ(check_gray_bit_without_offset, GetOutputInsn(gray_check_offset + 4u) & 0xfff8001fu); in TestBakerField()
1086 EXPECT_EQ(fake_dependency, GetOutputInsn(gray_check_offset + 12u)); in TestBakerField()
1320 EXPECT_EQ(load_lock_word, GetOutputInsn(thunk_offset)); in TEST_F()
1324 EXPECT_EQ(check_gray_bit_without_offset, GetOutputInsn(thunk_offset + 4u) & 0xfff8001fu); in TEST_F()
1331 EXPECT_EQ(fake_dependency, GetOutputInsn(thunk_offset + 12u)); in TEST_F()
1387 ASSERT_EQ(0x34000000u | root_reg, GetOutputInsn(thunk_offset) & 0xff00001fu); in TEST_F()