Searched refs:compiled_thunk (Results 1 – 2 of 2) sorted by relevance
/aosp12/art/dex2oat/linker/arm/ |
H A D | relative_patcher_thumb2_test.cc | 746 if (ArrayRef<const uint8_t>(expected_thunk) != compiled_thunk) { in TestBakerFieldWide() 847 if (ArrayRef<const uint8_t>(expected_thunk) != compiled_thunk) { in TestBakerFieldNarrow() 1138 ArrayRef<const uint8_t> compiled_thunk(output_.data() + thunk_offset, in TEST_F() local 1140 if (ArrayRef<const uint8_t>(expected_thunk) != compiled_thunk) { in TEST_F() 1141 DumpDiff(ArrayRef<const uint8_t>(expected_thunk), compiled_thunk); in TEST_F() 1216 ArrayRef<const uint8_t> compiled_thunk(output_.data() + thunk_offset, in TEST_F() local 1218 if (ArrayRef<const uint8_t>(expected_thunk) != compiled_thunk) { in TEST_F() 1219 DumpDiff(ArrayRef<const uint8_t>(expected_thunk), compiled_thunk); in TEST_F() 1271 ArrayRef<const uint8_t> compiled_thunk(output_.data() + thunk_offset, in TEST_F() local 1273 if (ArrayRef<const uint8_t>(expected_thunk) != compiled_thunk) { in TEST_F() [all …]
|
/aosp12/art/dex2oat/linker/arm64/ |
H A D | relative_patcher_arm64_test.cc | 1084 ArrayRef<const uint8_t> compiled_thunk(output_.data() + thunk_offset, in TestBakerField() local 1086 if (ArrayRef<const uint8_t>(expected_thunk) != compiled_thunk) { in TestBakerField() 1087 DumpDiff(ArrayRef<const uint8_t>(expected_thunk), compiled_thunk); in TestBakerField() 1331 ArrayRef<const uint8_t> compiled_thunk(output_.data() + thunk_offset, in TEST_F() local 1333 if (ArrayRef<const uint8_t>(expected_thunk) != compiled_thunk) { in TEST_F() 1334 DumpDiff(ArrayRef<const uint8_t>(expected_thunk), compiled_thunk); in TEST_F() 1409 ArrayRef<const uint8_t> compiled_thunk(output_.data() + thunk_offset, in TEST_F() local 1411 if (ArrayRef<const uint8_t>(expected_thunk) != compiled_thunk) { in TEST_F() 1412 DumpDiff(ArrayRef<const uint8_t>(expected_thunk), compiled_thunk); in TEST_F()
|