Searched refs:thunk_code_ (Results 1 – 4 of 4) sorted by relevance
49 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()
55 const std::vector<uint8_t> thunk_code_; variable
95 return static_cast<Thumb2RelativePatcher*>(patcher_.get())->thunk_code_.size(); in ThunkSize()100 ArrayRef<const uint8_t> expected_code(patcher->thunk_code_); in CheckThunk()
126 return static_cast<Arm64RelativePatcher*>(patcher_.get())->thunk_code_.size(); in ThunkSize()131 ArrayRef<const uint8_t> expected_code(patcher->thunk_code_); in CheckThunk()