Home | History | Annotate | Download | only in JIT

Lines Matching refs:SizeEstimate

287     uintptr_t SizeEstimate;
359 : SizeEstimate(0), Resolver(jit, *this), MMI(nullptr), CurFn(nullptr),
778 if (SizeEstimate > 0) {
779 // SizeEstimate will be non-zero on reallocation attempts.
780 ActualSize = SizeEstimate;
904 // SizeEstimate back down to zero.
905 SizeEstimate = 0;
974 SizeEstimate = (uintptr_t)(2 * (BufferEnd - BufferBegin));