Searched refs:compiled_thunk (Results 1 - 2 of 2) sorted by relevance

/art/compiler/linker/arm/
H A Drelative_patcher_thumb2_test.cc625 ArrayRef<const uint8_t> compiled_thunk(output_.data() + thunk_offset,
627 if (ArrayRef<const uint8_t>(expected_thunk) != compiled_thunk) {
628 DumpDiff(ArrayRef<const uint8_t>(expected_thunk), compiled_thunk); local
730 ArrayRef<const uint8_t> compiled_thunk(output_.data() + thunk_offset,
732 if (ArrayRef<const uint8_t>(expected_thunk) != compiled_thunk) {
733 DumpDiff(ArrayRef<const uint8_t>(expected_thunk), compiled_thunk); local
1015 ArrayRef<const uint8_t> compiled_thunk(output_.data() + thunk_offset,
1017 if (ArrayRef<const uint8_t>(expected_thunk) != compiled_thunk) {
1018 DumpDiff(ArrayRef<const uint8_t>(expected_thunk), compiled_thunk); local
1098 ArrayRef<const uint8_t> compiled_thunk(output
1101 DumpDiff(ArrayRef<const uint8_t>(expected_thunk), compiled_thunk); local
1161 DumpDiff(ArrayRef<const uint8_t>(expected_thunk), compiled_thunk); local
[all...]
/art/compiler/linker/arm64/
H A Drelative_patcher_arm64_test.cc950 ArrayRef<const uint8_t> compiled_thunk(output_.data() + thunk_offset,
952 if (ArrayRef<const uint8_t>(expected_thunk) != compiled_thunk) {
953 DumpDiff(ArrayRef<const uint8_t>(expected_thunk), compiled_thunk); local
1193 ArrayRef<const uint8_t> compiled_thunk(output_.data() + thunk_offset,
1195 if (ArrayRef<const uint8_t>(expected_thunk) != compiled_thunk) {
1196 DumpDiff(ArrayRef<const uint8_t>(expected_thunk), compiled_thunk); local
1271 ArrayRef<const uint8_t> compiled_thunk(output_.data() + thunk_offset,
1273 if (ArrayRef<const uint8_t>(expected_thunk) != compiled_thunk) {
1274 DumpDiff(ArrayRef<const uint8_t>(expected_thunk), compiled_thunk); local

Completed in 34 milliseconds