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

/art/compiler/linker/arm/
H A Drelative_patcher_arm_base.cc36 max_next_offset_(max_next_offset),
52 return max_next_offset_ != 0u;
57 return max_next_offset_;
62 max_next_offset_ = 0u;
67 max_next_offset_ = max_next_offset;
78 max_next_offset_ = RoundDown(next_thunk.MaxNextOffset() - CodeSize(), alignment);
87 DCHECK_LE(offset, max_next_offset_);
88 max_next_offset_ = 0u; // The reserved offset should satisfy all pending references.
147 uint32_t max_next_offset_; // The maximum offset at which the next thunk can be placed. member in class:art::linker::ArmBaseRelativePatcher::ThunkData

Completed in 46 milliseconds