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

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_value.h34 size_t SizeEstimate() const { function in struct:content::IndexedDBValue
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp287 uintptr_t SizeEstimate; member in class:__anon25847::JITEmitter
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));

Completed in 128 milliseconds