Home | History | Annotate | Download | only in arm64

Lines Matching full:rawcode

97   std::vector<uint8_t> RawCode(std::initializer_list<uint32_t> insns) {
540 const std::vector<uint8_t> expected_code = RawCode({kBlPlus0});
560 const std::vector<uint8_t> method1_expected_code = RawCode({kBlPlus0 + (diff_after >> 2)});
919 const std::vector<uint8_t> raw_code = RawCode({kCbnzIP1Plus0Insn, ldr});
942 const std::vector<uint8_t> expected_code = RawCode({cbnz, ldr});
1006 const std::vector<uint8_t> raw_code1 = RawCode({kNopInsn, kCbnzIP1Plus0Insn, kLdrWInsn});
1041 const std::vector<uint8_t> raw_code2 = RawCode({kCbnzIP1Plus0Insn, kLdrWInsn});
1056 const std::vector<uint8_t> expected_code1 = RawCode({kNopInsn, cbnz_max_forward, kLdrWInsn});
1057 const std::vector<uint8_t> expected_code2 = RawCode({cbnz_max_backward, kLdrWInsn});
1067 const std::vector<uint8_t> raw_code1 = RawCode({kCbnzIP1Plus0Insn, kLdrWInsn, kNopInsn});
1088 const std::vector<uint8_t> expected_code1 = RawCode({cbnz, kLdrWInsn, kNopInsn});
1097 const std::vector<uint8_t> raw_code1 = RawCode({kNopInsn, kCbnzIP1Plus0Insn, kLdrWInsn});
1133 const std::vector<uint8_t> raw_code2 = RawCode({kNopInsn, kCbnzIP1Plus0Insn, kLdrWInsn});
1145 const std::vector<uint8_t> expected_code1 = RawCode({kNopInsn, cbnz_max_forward, kLdrWInsn});
1146 const std::vector<uint8_t> expected_code2 = RawCode({kNopInsn, cbnz_last, kLdrWInsn});
1168 const std::vector<uint8_t> raw_code = RawCode({kCbnzIP1Plus0Insn, ldr(base_reg)});
1186 const std::vector<uint8_t> expected_code = RawCode({cbnz, ldr(base_reg)});
1245 const std::vector<uint8_t> raw_code = RawCode({ldr, kCbnzIP1Plus0Insn});
1264 const std::vector<uint8_t> expected_code = RawCode({ldr, cbnz});
1298 const std::vector<uint8_t> raw_code1 = RawCode({kNopInsn, kBlPlus0});
1340 const std::vector<uint8_t> last_method_raw_code = RawCode({