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

  /external/chromium_org/third_party/WebKit/Source/wtf/
TCPageMap.h 66 // Ensure that the map contains initialized entries "x .. x+n-1".
68 bool Ensure(Number, size_t) {
134 bool Ensure(Number start, size_t n) {
154 Ensure(0, 1 << BITS);
236 bool Ensure(Number start, size_t n) {
  /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 100 Ensure(position_ + sizeof(T));
107 Ensure(offset + sizeof(T));
120 Ensure(position_);
124 void Ensure(uintptr_t pos) {
139 Ensure(position_ += padding);
    [all...]
  /external/v8/src/
gdb-jit.cc 98 Ensure(position_ + sizeof(T));
105 Ensure(offset + sizeof(T));
118 Ensure(position_);
122 void Ensure(uintptr_t pos) {
137 Ensure(position_ += padding);
    [all...]
jsregexp.h 198 // caller should ensure that it doesn't leak.
351 // to use Extend instead to ensure that only one instance exists
537 void Ensure(RegExpNode* parent) {
    [all...]

Completed in 136 milliseconds