Home
last modified time | relevance | path

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

/art/dex2oat/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/dex2oat/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/dex2oat/linker/arm/
Drelative_patcher_thumb2_test.cc249 const std::vector<uint8_t> expected_code = CompileMethodCallThunk(); in CheckThunk() local
396 const uint8_t expected_code[] = { in CheckPcRelativePatch() local
413 static const uint8_t expected_code[] = { in TEST_F() local
457 auto expected_code = GenNopsAndBl(0u, kBlMinus256 | ((diff >> 1) & 0xffu)); in TEST_F() local
491 auto expected_code = GenNopsAndBl(3u, kBlPlus0 | ((diff >> 1) & 0xffu)); in TEST_F() local
516 auto expected_code = GenNopsAndBl(3u, kBlPlusMax); in TEST_F() local
540 auto expected_code = GenNopsAndBl(2u, kBlMinusMax); in TEST_F() local
585 auto expected_code = in TEST_F() local
619 auto expected_code = GenNopsAndBl(3u, kBlPlus0 | ((diff >> 1) & 0xffu)); in TEST_F() local
705 const std::vector<uint8_t> expected_code = RawCode({bne, ldr}); in TestBakerFieldWide() local
[all …]
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64_test.cc222 const std::vector<uint8_t> expected_code = CompileMethodCallThunk(); in CheckThunk() local
311 auto expected_code = GenNopsAndAdrpLdr(num_nops, method1_offset, target_offset); in TestNopsAdrpLdr() local
335 auto expected_code = GenNopsAndAdrpAdd(num_nops, method1_offset, string_offset); in TestNopsAdrpAdd() local
378 auto expected_code = GenNopsAndAdrpAndUse(num_nops, method1_offset, target_offset, use_insn); in TestNopsAdrpInsn2AndUse() local
400 auto expected_code = GenNopsAndAdrpAndUse(num_nops, method1_offset, target_offset, use_insn); in TestNopsAdrpInsn2AndUseHasThunk() local
585 const std::vector<uint8_t> expected_code = RawCode({kBlPlus0}); in TEST_F() local
625 auto expected_code = GenNopsAndBl(0u, kBlPlus0 | ((diff >> 2) & 0x03ffffffu)); in TEST_F() local
658 auto expected_code = GenNopsAndBl(1u, kBlPlus0 | (diff >> 2)); in TEST_F() local
687 auto expected_code = GenNopsAndBl(1u, kBlPlusMax); in TEST_F() local
711 auto expected_code = GenNopsAndBl(0u, kBlMinusMax); in TEST_F() local
[all …]
/art/dex2oat/linker/mips64/
Drelative_patcher_mips64_test.cc71 const uint8_t expected_code[] = { in CheckPcRelativePatch() local
/art/dex2oat/linker/
Drelative_patcher_test.h211 bool CheckLinkedMethod(MethodReference method_ref, const ArrayRef<const uint8_t>& expected_code) { in CheckLinkedMethod()
237 void DumpDiff(const ArrayRef<const uint8_t>& expected_code, in DumpDiff()
/art/dex2oat/linker/mips/
Drelative_patcher_mips_test.cc72 const uint8_t expected_code[] = { in CheckPcRelativePatch() local
Drelative_patcher_mips32r6_test.cc69 const uint8_t expected_code[] = { in CheckPcRelativePatch() local