Searched defs:expected_code (Results 1 – 5 of 5) sorted by relevance
/art/compiler/linker/arm/ |
D | relative_patcher_thumb2_test.cc | 96 ArrayRef<const uint8_t> expected_code(patcher->thunk_code_); in CheckThunk() local 157 const uint8_t expected_code[] = { in TestDexCachereference() local 187 static const uint8_t expected_code[] = { in TEST_F() local 231 auto expected_code = GenNopsAndBl(0u, kBlMinus256 | ((diff >> 1) & 0xffu)); in TEST_F() local 251 auto expected_code = GenNopsAndBl(3u, kBlPlusMax); in TEST_F() local 271 auto expected_code = GenNopsAndBl(2u, kBlMinusMax); in TEST_F() local 299 auto expected_code = GenNopsAndBl(2u, 0xf3ffd700 | ((diff >> 1) & 0xffu)); in TEST_F() local 325 auto expected_code = GenNopsAndBl(3u, kBlPlus0 | ((diff >> 1) & 0xffu)); in TEST_F() local
|
/art/compiler/linker/x86/ |
D | relative_patcher_x86_test.cc | 51 static const uint8_t expected_code[] = { in TEST_F() local 96 static const uint8_t expected_code[] = { in TEST_F() local 124 static const uint8_t expected_code[] = { in TEST_F() local
|
/art/compiler/linker/x86_64/ |
D | relative_patcher_x86_64_test.cc | 61 static const uint8_t expected_code[] = { in TEST_F() local 106 static const uint8_t expected_code[] = { in TEST_F() local 127 static const uint8_t expected_code[] = { in TEST_F() local
|
/art/compiler/linker/arm64/ |
D | relative_patcher_arm64_test.cc | 121 ArrayRef<const uint8_t> expected_code(patcher->thunk_code_); in CheckThunk() local 192 auto expected_code = GenNopsAndAdrpLdr(num_nops, method1_offset, target_offset); in TestNopsAdrpLdr() local 226 auto expected_code = GenNopsAndAdrpLdr(num_nops, method1_offset, target_offset); in TestNopsAdrpInsn2Ldr() local 248 auto expected_code = GenNopsAndAdrpLdr(num_nops, method1_offset, target_offset); in TestNopsAdrpInsn2LdrHasThunk() local 340 static const uint8_t expected_code[] = { in TEST_F() local 384 auto expected_code = GenNopsAndBl(0u, kBlPlus0 | ((diff >> 2) & 0x03ffffffu)); in TEST_F() local 409 auto expected_code = GenNopsAndBl(1u, kBlPlusMax); in TEST_F() local 431 auto expected_code = GenNopsAndBl(0u, kBlMinusMax); in TEST_F() local 461 auto expected_code = GenNopsAndBl(0u, kBlPlus0 | (diff >> 2)); in TEST_F() local 490 auto expected_code = GenNopsAndBl(1u, kBlPlus0 | (diff >> 2)); in TEST_F() local
|
/art/compiler/linker/ |
D | relative_patcher_test.h | 155 bool CheckLinkedMethod(MethodReference method_ref, const ArrayRef<const uint8_t>& expected_code) { in CheckLinkedMethod() 182 void DumpDiff(const ArrayRef<const uint8_t>& expected_code, in DumpDiff()
|