Searched refs:unprocessed_patches_ (Results 1 – 2 of 2) sorted by relevance
44 DCHECK(!unprocessed_patches_.empty()); in ReserveSpaceEnd()45 DCHECK_LE(aligned_offset - unprocessed_patches_.front().second, max_positive_displacement_); in ReserveSpaceEnd()46 unprocessed_patches_.clear(); in ReserveSpaceEnd()87 thunk_locations_(), current_thunk_to_write_(0u), unprocessed_patches_() { in ArmBaseRelativePatcher()101 if (!unprocessed_patches_.empty() && in ReserveSpaceInternal()102 next_aligned_offset - unprocessed_patches_.front().second > max_positive_displacement_) { in ReserveSpaceInternal()108 unprocessed_patches_.clear(); in ReserveSpaceInternal()116 unprocessed_patches_.emplace_back(patch.TargetMethod(), in ReserveSpaceInternal()150 while (!unprocessed_patches_.empty()) { in ReserveSpaceProcessPatches()151 MethodReference patch_ref = unprocessed_patches_.front().first; in ReserveSpaceProcessPatches()[all …]
63 std::deque<UnprocessedPatch> unprocessed_patches_; variable