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.cc52 static const uint8_t expected_code[] = { in TEST_F() local
101 static const uint8_t expected_code[] = { in TEST_F() local
132 static const uint8_t expected_code[] = { in TEST_F() local
164 static const uint8_t expected_code[] = { in TEST_F() local
/art/compiler/linker/x86_64/
Drelative_patcher_x86_64_test.cc72 static const uint8_t expected_code[] = { in TEST_F() local
121 static const uint8_t expected_code[] = { in TEST_F() local
145 static const uint8_t expected_code[] = { in TEST_F() local
169 static const uint8_t expected_code[] = { in TEST_F() local
/art/compiler/linker/arm/
Drelative_patcher_thumb2_test.cc202 const std::vector<uint8_t> expected_code = CompileMethodCallThunk(); in CheckThunk() local
338 const uint8_t expected_code[] = { in CheckPcRelativePatch() local
355 static const uint8_t expected_code[] = { in TEST_F() local
399 auto expected_code = GenNopsAndBl(0u, kBlMinus256 | ((diff >> 1) & 0xffu)); in TEST_F() local
429 auto expected_code = GenNopsAndBl(3u, kBlPlus0 | ((diff >> 1) & 0xffu)); in TEST_F() local
452 auto expected_code = GenNopsAndBl(3u, kBlPlusMax); in TEST_F() local
474 auto expected_code = GenNopsAndBl(2u, kBlMinusMax); in TEST_F() local
507 auto expected_code = GenNopsAndBl(2u, 0xf3ffd700 | ((diff >> 1) & 0xffu)); in TEST_F() local
536 auto expected_code = GenNopsAndBl(3u, kBlPlus0 | ((diff >> 1) & 0xffu)); in TEST_F() local
616 const std::vector<uint8_t> expected_code = RawCode({bne, ldr}); in TestBakerFieldWide() local
[all …]
/art/compiler/linker/arm64/
Drelative_patcher_arm64_test.cc181 const std::vector<uint8_t> expected_code = CompileMethodCallThunk(); in CheckThunk() local
270 auto expected_code = GenNopsAndAdrpLdr(num_nops, method1_offset, target_offset); in TestNopsAdrpLdr() local
294 auto expected_code = GenNopsAndAdrpAdd(num_nops, method1_offset, string_offset); in TestNopsAdrpAdd() local
337 auto expected_code = GenNopsAndAdrpAndUse(num_nops, method1_offset, target_offset, use_insn); in TestNopsAdrpInsn2AndUse() local
359 auto expected_code = GenNopsAndAdrpAndUse(num_nops, method1_offset, target_offset, use_insn); in TestNopsAdrpInsn2AndUseHasThunk() local
540 const std::vector<uint8_t> expected_code = RawCode({kBlPlus0}); in TEST_F() local
580 auto expected_code = GenNopsAndBl(0u, kBlPlus0 | ((diff >> 2) & 0x03ffffffu)); in TEST_F() local
611 auto expected_code = GenNopsAndBl(1u, kBlPlus0 | (diff >> 2)); in TEST_F() local
640 auto expected_code = GenNopsAndBl(1u, kBlPlusMax); in TEST_F() local
664 auto expected_code = GenNopsAndBl(0u, kBlMinusMax); in TEST_F() local
[all …]
/art/compiler/linker/
Drelative_patcher_test.h190 bool CheckLinkedMethod(MethodReference method_ref, const ArrayRef<const uint8_t>& expected_code) { in CheckLinkedMethod()
216 void DumpDiff(const ArrayRef<const uint8_t>& expected_code, in DumpDiff()
/art/compiler/linker/mips64/
Drelative_patcher_mips64_test.cc71 const uint8_t expected_code[] = { in CheckPcRelativePatch() local
/art/compiler/linker/mips/
Drelative_patcher_mips32r6_test.cc69 const uint8_t expected_code[] = { in CheckPcRelativePatch() local
Drelative_patcher_mips_test.cc72 const uint8_t expected_code[] = { in CheckPcRelativePatch() local