Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiled_method_storage_test.cc30 const uint8_t raw_code1[] = { 1u, 2u, 3u }; in TEST() local
33 ArrayRef<const uint8_t>(raw_code1), in TEST()
/art/dex2oat/linker/arm/
Drelative_patcher_thumb2_test.cc937 const std::vector<uint8_t> raw_code1 = RawCode({kNopWInsn, kNopInsn, kBneWPlus0, kLdrWInsn}); in TEST_F() local
938 ArrayRef<const uint8_t> code1(raw_code1); in TEST_F()
950 RoundUp(raw_code1.size() + sizeof(OatQuickMethodHeader), kArmAlignment); in TEST_F()
1005 const std::vector<uint8_t> raw_code1 = RawCode({kNopWInsn, kBneWPlus0, kLdrWInsn, kNopInsn}); in TEST_F() local
1006 ArrayRef<const uint8_t> code1(raw_code1); in TEST_F()
1018 RoundUp(raw_code1.size() + sizeof(OatQuickMethodHeader), kArmAlignment); in TEST_F()
1025 const uint32_t bne = BneWWithOffset(kLiteralOffset1, RoundUp(raw_code1.size(), kArmAlignment)); in TEST_F()
1035 const std::vector<uint8_t> raw_code1 = RawCode({kNopWInsn, kNopInsn, kBneWPlus0, kLdrWInsn}); in TEST_F() local
1036 ArrayRef<const uint8_t> code1(raw_code1); in TEST_F()
1048 RoundUp(raw_code1.size() + sizeof(OatQuickMethodHeader), kArmAlignment); in TEST_F()
[all …]
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64_test.cc1147 const std::vector<uint8_t> raw_code1 = RawCode({kNopInsn, kCbnzIP1Plus0Insn, kLdrWInsn}); in TEST_F() local
1148 ArrayRef<const uint8_t> code1(raw_code1); in TEST_F()
1158 1 * MB - RoundUp(raw_code1.size() + sizeof(OatQuickMethodHeader), kArm64Alignment); in TEST_F()
1207 const std::vector<uint8_t> raw_code1 = RawCode({kCbnzIP1Plus0Insn, kLdrWInsn, kNopInsn}); in TEST_F() local
1208 ArrayRef<const uint8_t> code1(raw_code1); in TEST_F()
1218 1 * MB - RoundUp(raw_code1.size() + sizeof(OatQuickMethodHeader), kArm64Alignment); in TEST_F()
1225 const uint32_t cbnz_offset = RoundUp(raw_code1.size(), kArm64Alignment) - kLiteralOffset1; in TEST_F()
1236 const std::vector<uint8_t> raw_code1 = RawCode({kNopInsn, kCbnzIP1Plus0Insn, kLdrWInsn}); in TEST_F() local
1237 ArrayRef<const uint8_t> code1(raw_code1); in TEST_F()
1247 1 * MB - RoundUp(raw_code1.size() + sizeof(OatQuickMethodHeader), kArm64Alignment); in TEST_F()
[all …]