Searched defs:load_lock_word (Results 1 - 2 of 2) sorted by relevance

/art/compiler/linker/arm/
H A Drelative_patcher_thumb2_test.cc649 const uint32_t load_lock_word = local
654 ASSERT_EQ(load_lock_word, GetOutputInsn32(gray_check_offset));
754 const uint32_t load_lock_word = local
759 ASSERT_EQ(load_lock_word, GetOutputInsn32(gray_check_offset));
1031 const uint32_t load_lock_word = local
1036 EXPECT_EQ(load_lock_word, GetOutputInsn32(thunk_offset));
/art/compiler/linker/arm64/
H A Drelative_patcher_arm64_test.cc967 const uint32_t load_lock_word = local
972 EXPECT_EQ(load_lock_word, GetOutputInsn(gray_check_offset));
1208 const uint32_t load_lock_word = local
1213 EXPECT_EQ(load_lock_word, GetOutputInsn(thunk_offset));

Completed in 261 milliseconds