Lines Matching refs:empty
99 return !offsets_.empty(); in HasReservedOffset()
179 if (!unprocessed_method_call_patches_.empty()) { in ReserveSpaceEnd()
195 if (thunks_.empty()) { in WriteThunks()
209 while (!pending_thunks_.empty() && in WriteThunks()
230 DCHECK(pending_thunks_.empty() || pending_thunks_.front()->GetPendingOffset() > aligned_offset); in WriteThunks()
302 if (unreserved_thunks_.empty() || in ReserveSpaceInternal()
310 if (unreserved_thunks_.empty() || in ReserveSpaceInternal()
322 DCHECK(!unprocessed_method_call_patches_.empty()); in ReserveSpaceInternal()
335 CHECK(unreserved_thunks_.empty() || in ReserveSpaceInternal()
467 DCHECK(!unreserved_thunks_.empty()); in ResolveMethodCalls()
468 DCHECK(!unprocessed_method_call_patches_.empty()); in ResolveMethodCalls()
473 while (!unprocessed_method_call_patches_.empty()) { in ResolveMethodCalls()
501 if (!unprocessed_method_call_patches_.empty()) { in ResolveMethodCalls()
533 DCHECK(!code.empty()); in ThunkDataForPatch()