Lines Matching refs:front
210 pending_thunks_.front()->GetPendingOffset() == aligned_offset) { in WriteThunks()
216 if (UNLIKELY(!WriteThunk(out, pending_thunks_.front()->GetCode()))) { in WriteThunks()
219 offset = aligned_offset + pending_thunks_.front()->CodeSize(); in WriteThunks()
230 DCHECK(pending_thunks_.empty() || pending_thunks_.front()->GetPendingOffset() > aligned_offset); in WriteThunks()
303 unreserved_thunks_.front()->MaxNextOffset() >= next_aligned_offset) { in ReserveSpaceInternal()
306 ThunkData* thunk = unreserved_thunks_.front(); in ReserveSpaceInternal()
311 unreserved_thunks_.front()->MaxNextOffset() >= next_aligned_offset) { in ReserveSpaceInternal()
315 thunk = unreserved_thunks_.front(); in ReserveSpaceInternal()
323 DCHECK_LE(thunk_offset - unprocessed_method_call_patches_.front().GetPatchOffset(), in ReserveSpaceInternal()
336 unreserved_thunks_.front()->MaxNextOffset() >= next_aligned_offset); in ReserveSpaceInternal()
487 MethodReference target_method = unprocessed_method_call_patches_.front().GetTargetMethod(); in ResolveMethodCalls()
488 uint32_t patch_offset = unprocessed_method_call_patches_.front().GetPatchOffset(); in ResolveMethodCalls()
518 unprocessed_method_call_patches_.front().GetPatchOffset() + max_positive_displacement; in ResolveMethodCalls()