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/arm/
Drelative_patcher_thumb2_test.cc948 const std::vector<uint8_t> raw_code2 = RawCode({kNopWInsn, kBneWPlus0, kLdrWInsn}); in TEST_F() local
949 ArrayRef<const uint8_t> code2(raw_code2); in TEST_F()
1049 const std::vector<uint8_t> raw_code2 = RawCode({kNopWInsn, kNopInsn, kBneWPlus0, kLdrWInsn}); in TEST_F() local
1050 ArrayRef<const uint8_t> code2(raw_code2); in TEST_F()
1064 BneWWithOffset(kLiteralOffset2, RoundUp(raw_code2.size(), kArmAlignment)); in TEST_F()
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64_test.cc1150 const std::vector<uint8_t> raw_code2 = RawCode({kCbnzIP1Plus0Insn, kLdrWInsn}); in TEST_F() local
1151 ArrayRef<const uint8_t> code2(raw_code2); in TEST_F()
1240 const std::vector<uint8_t> raw_code2 = RawCode({kNopInsn, kCbnzIP1Plus0Insn, kLdrWInsn}); in TEST_F() local
1241 ArrayRef<const uint8_t> code2(raw_code2); in TEST_F()
1250 const uint32_t cbnz_last_offset = RoundUp(raw_code2.size(), kArm64Alignment) - kLiteralOffset2; in TEST_F()