Searched refs:thunk_code (Results 1 - 3 of 3) sorted by relevance

/art/compiler/linker/arm/
H A Drelative_patcher_thumb2.cc379 std::vector<uint8_t> thunk_code(assembler.CodeSize());
380 MemoryRegion code(thunk_code.data(), thunk_code.size());
382 return thunk_code;
/art/compiler/linker/arm64/
H A Drelative_patcher_arm64.cc537 std::vector<uint8_t> thunk_code(assembler.CodeSize());
538 MemoryRegion code(thunk_code.data(), thunk_code.size());
540 return thunk_code;
H A Drelative_patcher_arm64_test.cc376 ArrayRef<const uint8_t> thunk_code(&output_[thunk_offset], thunk_size);
377 if (ArrayRef<const uint8_t>(expected_thunk_code) != thunk_code) {
378 DumpDiff(ArrayRef<const uint8_t>(expected_thunk_code), thunk_code); local

Completed in 56 milliseconds