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

/art/compiler/driver/
H A Dcompiled_method_storage_test.cc46 const uint8_t raw_code1[] = { 1u, 2u, 3u }; local
49 ArrayRef<const uint8_t>(raw_code1),
/art/compiler/linker/arm/
H A Drelative_patcher_thumb2_test.cc810 const std::vector<uint8_t> raw_code1 = RawCode({kNopWInsn, kNopInsn, kBneWPlus0, kLdrWInsn}); local
811 ArrayRef<const uint8_t> code1(raw_code1);
823 RoundUp(raw_code1.size() + sizeof(OatQuickMethodHeader), kArmAlignment);
878 const std::vector<uint8_t> raw_code1 = RawCode({kNopWInsn, kBneWPlus0, kLdrWInsn, kNopInsn}); local
879 ArrayRef<const uint8_t> code1(raw_code1);
891 RoundUp(raw_code1.size() + sizeof(OatQuickMethodHeader), kArmAlignment);
898 const uint32_t bne = BneWWithOffset(kLiteralOffset1, RoundUp(raw_code1.size(), kArmAlignment));
908 const std::vector<uint8_t> raw_code1 = RawCode({kNopWInsn, kNopInsn, kBneWPlus0, kLdrWInsn}); local
909 ArrayRef<const uint8_t> code1(raw_code1);
921 RoundUp(raw_code1
1220 const std::vector<uint8_t> raw_code1 = RawCode({kNopInsn, kBlPlus0}); local
[all...]
/art/compiler/linker/arm64/
H A Drelative_patcher_arm64_test.cc1006 const std::vector<uint8_t> raw_code1 = RawCode({kNopInsn, kCbnzIP1Plus0Insn, kLdrWInsn}); local
1007 ArrayRef<const uint8_t> code1(raw_code1);
1018 1 * MB - RoundUp(raw_code1.size() + sizeof(OatQuickMethodHeader), kArm64Alignment);
1067 const std::vector<uint8_t> raw_code1 = RawCode({kCbnzIP1Plus0Insn, kLdrWInsn, kNopInsn}); local
1068 ArrayRef<const uint8_t> code1(raw_code1);
1079 1 * MB - RoundUp(raw_code1.size() + sizeof(OatQuickMethodHeader), kArm64Alignment);
1086 const uint32_t cbnz_offset = RoundUp(raw_code1.size(), kArm64Alignment) - kLiteralOffset1;
1097 const std::vector<uint8_t> raw_code1 = RawCode({kNopInsn, kCbnzIP1Plus0Insn, kLdrWInsn}); local
1098 ArrayRef<const uint8_t> code1(raw_code1);
1109 1 * MB - RoundUp(raw_code1
1298 const std::vector<uint8_t> raw_code1 = RawCode({kNopInsn, kBlPlus0}); local
[all...]

Completed in 58 milliseconds