OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SizeEstimate
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/browser/indexed_db/
indexed_db_value.h
34
size_t
SizeEstimate
() const {
indexed_db_cursor.cc
153
size_estimate += value.
SizeEstimate
();
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
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
;
[
all
...]
Completed in 112 milliseconds