Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiled_method_storage_test.cc31 const uint8_t raw_code2[] = { 4u, 3u, 2u, 1u }; in TEST() local
34 ArrayRef<const uint8_t>(raw_code2), in TEST()
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64_test.cc1181 const std::vector<uint8_t> raw_code2 = RawCode({kCbnzIP1Plus0Insn, kLdrWInsn}); in TEST_F() local
1182 ArrayRef<const uint8_t> code2(raw_code2); in TEST_F()
1271 const std::vector<uint8_t> raw_code2 = RawCode({kNopInsn, kCbnzIP1Plus0Insn, kLdrWInsn}); in TEST_F() local
1272 ArrayRef<const uint8_t> code2(raw_code2); in TEST_F()
1281 const uint32_t cbnz_last_offset = RoundUp(raw_code2.size(), kArm64Alignment) - kLiteralOffset2; in TEST_F()
/art/dex2oat/linker/arm/
Drelative_patcher_thumb2_test.cc978 const std::vector<uint8_t> raw_code2 = RawCode({kNopWInsn, kBneWPlus0, kLdrWInsn}); in TEST_F() local
979 ArrayRef<const uint8_t> code2(raw_code2); in TEST_F()
1079 const std::vector<uint8_t> raw_code2 = RawCode({kNopWInsn, kNopInsn, kBneWPlus0, kLdrWInsn}); in TEST_F() local
1080 ArrayRef<const uint8_t> code2(raw_code2); in TEST_F()
1094 BneWWithOffset(kLiteralOffset2, RoundUp(raw_code2.size(), kArmAlignment)); in TEST_F()