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.cc90 std::vector<uint8_t> thunk_code(assembler.CodeSize()); in CompileThunkCode() local
91 MemoryRegion code(thunk_code.data(), thunk_code.size()); in CompileThunkCode()
93 return thunk_code; in CompileThunkCode()
Drelative_patcher_arm_base.h39 std::vector<uint8_t> thunk_code,
Drelative_patcher_arm_base.cc81 std::vector<uint8_t> thunk_code, in ArmBaseRelativePatcher() argument
84 : provider_(provider), instruction_set_(instruction_set), thunk_code_(thunk_code), in ArmBaseRelativePatcher()
/art/compiler/linker/arm64/
Drelative_patcher_arm64.cc258 std::vector<uint8_t> thunk_code(assembler.CodeSize()); in CompileThunkCode() local
259 MemoryRegion code(thunk_code.data(), thunk_code.size()); in CompileThunkCode()
261 return thunk_code; in CompileThunkCode()
Drelative_patcher_arm64_test.cc331 ArrayRef<const uint8_t> thunk_code(&output_[thunk_offset], thunk_size); in TestNopsAdrpInsn2AndUseHasThunk() local
332 if (ArrayRef<const uint8_t>(expected_thunk_code) != thunk_code) { in TestNopsAdrpInsn2AndUseHasThunk()
333 DumpDiff(ArrayRef<const uint8_t>(expected_thunk_code), thunk_code); in TestNopsAdrpInsn2AndUseHasThunk()