HomeSort by relevance Sort by last modified time
    Searched defs:Ensure (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/tcmalloc/vendor/src/
pagemap.h 77 // Ensure that the map contains initialized entries "x .. x+n-1".
79 bool Ensure(Number x, size_t n) {
82 // ensure a number y where array_[y] would be an out-of-bounds
160 bool Ensure(Number start, size_t n) {
184 Ensure(0, 1 << BITS);
266 bool Ensure(Number start, size_t n) {
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pagemap.h 83 // Ensure that the map contains initialized entries "x .. x+n-1".
85 bool Ensure(Number x, size_t n) {
88 // ensure a number y where array_[y] would be an out-of-bounds
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
183 // Returns true if successful, false if we could not ensure this.
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)
    [all...]
  /external/chromium_org/v8/src/
gdb-jit.cc 79 Ensure(position_ + sizeof(T));
86 Ensure(offset + sizeof(T));
99 Ensure(position_);
103 void Ensure(uintptr_t pos) {
118 Ensure(position_ += padding);
    [all...]

Completed in 142 milliseconds