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

/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp294 uintptr_t SizeEstimate; member in class:__anon8763::JITEmitter
370 : SizeEstimate(0), Resolver(jit, *this), MMI(0), CurFn(0),
789 if (SizeEstimate > 0) {
790 // SizeEstimate will be non-zero on reallocation attempts.
791 ActualSize = SizeEstimate;
915 // SizeEstimate back down to zero.
916 SizeEstimate = 0;
1009 SizeEstimate = (uintptr_t)(2 * (BufferEnd - BufferBegin));

Completed in 50 milliseconds