Searched defs:Ensure (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpagemap.h77 // Ensure that the map contains initialized entries "x .. x+n-1".
79 bool Ensure(Number x, size_t n) { function in class:TCMalloc_PageMap1
160 bool Ensure(Number start, size_t n) { function in class:TCMalloc_PageMap2
184 Ensure(0, 1 << BITS);
266 bool Ensure(Number start, size_t n) { function in class:TCMalloc_PageMap3
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpagemap.h83 // Ensure that the map contains initialized entries "x .. x+n-1".
85 bool Ensure(Number x, size_t n) { function in class:TCMalloc_PageMap1
127 // only grow, and we'll only be called to Ensure when we really grow the heap.
181 // Ensure that the map contains initialized and committed entries in array_ to
186 // Only the bits of committed_ near end-points for calls to Ensure() are ever
187 // set, as the calls to Ensure() will never have overlapping ranges other than
192 // of 40...50 is observed, then Ensure of (39,51) will be called. The range
195 // 51...83 are allocated, Ensure() will be called with arguments (50,84),
198 // After the above, we would NEVER get a call such as Ensure(45,60), as that
199 // overlaps with the interior of prior ensured regions. We ONLY get an Ensure
209 bool Ensure(Number x, size_t n) { function in class:TCMalloc_PageMap1_LazyCommit
363 bool Ensure(Number start, size_t n) { function in class:TCMalloc_PageMap2
469 bool Ensure(Number start, size_t n) { function in class:TCMalloc_PageMap3
[all...]
/external/chromium_org/v8/src/
H A Dgdb-jit.cc79 Ensure(position_ + sizeof(T));
86 Ensure(offset + sizeof(T));
99 Ensure(position_);
103 void Ensure(uintptr_t pos) { function in class:v8::internal::BASE_EMBEDDED
118 Ensure(position_ += padding);

Completed in 177 milliseconds