Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/JIT/
DJITEmitter.cpp294 uintptr_t SizeEstimate; member in __anon132375280111::JITEmitter
370 : SizeEstimate(0), Resolver(jit, *this), MMI(0), CurFn(0), in JITEmitter()
789 if (SizeEstimate > 0) { in startFunction()
791 ActualSize = SizeEstimate; in startFunction()
916 SizeEstimate = 0; in finishFunction()
1009 SizeEstimate = (uintptr_t)(2 * (BufferEnd - BufferBegin)); in retryWithMoreMemory()