Home
last modified time | relevance | path

Searched refs:thunk_code (Results 1 – 5 of 5) sorted by relevance

/art/compiler/linker/arm/
Drelative_patcher_thumb2.cc85 std::vector<uint8_t> thunk_code(assembler.CodeSize()); in CompileThunkCode() local
86 MemoryRegion code(thunk_code.data(), thunk_code.size()); in CompileThunkCode()
88 return thunk_code; in CompileThunkCode()
Drelative_patcher_arm_base.cc74 std::vector<uint8_t> thunk_code, in ArmBaseRelativePatcher() argument
77 : provider_(provider), instruction_set_(instruction_set), thunk_code_(thunk_code), in ArmBaseRelativePatcher()
Drelative_patcher_arm_base.h37 InstructionSet instruction_set, std::vector<uint8_t> thunk_code,
/art/compiler/linker/arm64/
Drelative_patcher_arm64.cc237 std::vector<uint8_t> thunk_code(assembler.CodeSize()); in CompileThunkCode() local
238 MemoryRegion code(thunk_code.data(), thunk_code.size()); in CompileThunkCode()
240 return thunk_code; in CompileThunkCode()
Drelative_patcher_arm64_test.cc265 ArrayRef<const uint8_t> thunk_code(&output_[thunk_offset], thunk_size); in TestNopsAdrpInsn2LdrHasThunk() local
266 if (ArrayRef<const uint8_t>(expected_thunk_code) != thunk_code) { in TestNopsAdrpInsn2LdrHasThunk()
267 DumpDiff(ArrayRef<const uint8_t>(expected_thunk_code), thunk_code); in TestNopsAdrpInsn2LdrHasThunk()