Home
last modified time | relevance | path

Searched refs:thunk_code_ (Results 1 – 4 of 4) sorted by relevance

/art/compiler/linker/arm/
Drelative_patcher_arm_base.cc49 offset = CompiledMethod::AlignCode(aligned_offset + thunk_code_.size(), instruction_set_); in ReserveSpaceEnd()
65 if (UNLIKELY(!WriteRelCallThunk(out, ArrayRef<const uint8_t>(thunk_code_)))) { in WriteThunks()
68 uint32_t thunk_end_offset = aligned_offset + thunk_code_.size(); in WriteThunks()
84 : provider_(provider), instruction_set_(instruction_set), thunk_code_(thunk_code), in ArmBaseRelativePatcher()
111 offset = CompiledMethod::AlignCode(thunk_location + thunk_code_.size(), instruction_set_); in ReserveSpaceInternal()
Drelative_patcher_arm_base.h55 const std::vector<uint8_t> thunk_code_; variable
Drelative_patcher_thumb2_test.cc95 return static_cast<Thumb2RelativePatcher*>(patcher_.get())->thunk_code_.size(); in ThunkSize()
100 ArrayRef<const uint8_t> expected_code(patcher->thunk_code_); in CheckThunk()
/art/compiler/linker/arm64/
Drelative_patcher_arm64_test.cc126 return static_cast<Arm64RelativePatcher*>(patcher_.get())->thunk_code_.size(); in ThunkSize()
131 ArrayRef<const uint8_t> expected_code(patcher->thunk_code_); in CheckThunk()