Home
last modified time | relevance | path

Searched defs:expected_code (Results 1 – 8 of 8) sorted by relevance

/art/compiler/linker/x86/
Drelative_patcher_x86_test.cc51 static const uint8_t expected_code[] = { in TEST_F() local
100 static const uint8_t expected_code[] = { in TEST_F() local
130 static const uint8_t expected_code[] = { in TEST_F() local
162 static const uint8_t expected_code[] = { in TEST_F() local
/art/compiler/linker/x86_64/
Drelative_patcher_x86_64_test.cc71 static const uint8_t expected_code[] = { in TEST_F() local
120 static const uint8_t expected_code[] = { in TEST_F() local
143 static const uint8_t expected_code[] = { in TEST_F() local
167 static const uint8_t expected_code[] = { in TEST_F() local
/art/compiler/linker/arm/
Drelative_patcher_thumb2_test.cc109 const std::vector<uint8_t> expected_code = CompileMethodCallThunk(); in CheckThunk() local
206 const uint8_t expected_code[] = { in CheckPcRelativePatch() local
223 static const uint8_t expected_code[] = { in TEST_F() local
267 auto expected_code = GenNopsAndBl(0u, kBlMinus256 | ((diff >> 1) & 0xffu)); in TEST_F() local
296 auto expected_code = GenNopsAndBl(3u, kBlPlus0 | ((diff >> 1) & 0xffu)); in TEST_F() local
319 auto expected_code = GenNopsAndBl(3u, kBlPlusMax); in TEST_F() local
341 auto expected_code = GenNopsAndBl(2u, kBlMinusMax); in TEST_F() local
375 auto expected_code = GenNopsAndBl(2u, 0xf3ffd700 | ((diff >> 1) & 0xffu)); in TEST_F() local
403 auto expected_code = GenNopsAndBl(3u, kBlPlus0 | ((diff >> 1) & 0xffu)); in TEST_F() local
/art/compiler/linker/arm64/
Drelative_patcher_arm64_test.cc174 const std::vector<uint8_t> expected_code = CompileMethodCallThunk(); in CheckThunk() local
261 auto expected_code = GenNopsAndAdrpLdr(num_nops, method1_offset, target_offset); in TestNopsAdrpLdr() local
285 auto expected_code = GenNopsAndAdrpAdd(num_nops, method1_offset, string_offset); in TestNopsAdrpAdd() local
326 auto expected_code = GenNopsAndAdrpAndUse(num_nops, method1_offset, target_offset, use_insn); in TestNopsAdrpInsn2AndUse() local
347 auto expected_code = GenNopsAndAdrpAndUse(num_nops, method1_offset, target_offset, use_insn); in TestNopsAdrpInsn2AndUseHasThunk() local
523 const std::vector<uint8_t> expected_code = RawCode({kBlPlus0}); in TEST_F() local
563 auto expected_code = GenNopsAndBl(0u, kBlPlus0 | ((diff >> 2) & 0x03ffffffu)); in TEST_F() local
594 auto expected_code = GenNopsAndBl(1u, kBlPlus0 | (diff >> 2)); in TEST_F() local
623 auto expected_code = GenNopsAndBl(1u, kBlPlusMax); in TEST_F() local
647 auto expected_code = GenNopsAndBl(0u, kBlMinusMax); in TEST_F() local
[all …]
/art/compiler/linker/
Drelative_patcher_test.h191 bool CheckLinkedMethod(MethodReference method_ref, const ArrayRef<const uint8_t>& expected_code) { in CheckLinkedMethod()
218 void DumpDiff(const ArrayRef<const uint8_t>& expected_code, in DumpDiff()
/art/compiler/linker/mips/
Drelative_patcher_mips32r6_test.cc65 const uint8_t expected_code[] = { in CheckPcRelativePatch() local
Drelative_patcher_mips_test.cc73 const uint8_t expected_code[] = { in CheckPcRelativePatch() local
/art/compiler/linker/mips64/
Drelative_patcher_mips64_test.cc72 const uint8_t expected_code[] = { in CheckPcRelativePatch() local