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

  /external/chromium_org/v8/src/
spaces-inl.h 267 Address new_top = current_top + size_in_bytes; local
268 if (new_top > allocation_info_.limit) return NULL;
270 allocation_info_.top = new_top;
store-buffer.cc 239 Address* new_top = old_start_; local
251 *new_top++ = addr;
254 old_top_ = new_top;
incremental-marking.cc 675 int new_top = current; local
687 array[new_top] = dest;
688 new_top = ((new_top + 1) & mask);
689 ASSERT(new_top != marking_deque_.bottom());
699 array[new_top] = obj;
700 new_top = ((new_top + 1) & mask);
701 ASSERT(new_top != marking_deque_.bottom());
712 marking_deque_.set_top(new_top);
    [all...]
spaces.cc 1386 Address new_top = old_top + size_in_bytes; local
2534 Address new_top = current_top + size_in_bytes; local
    [all...]
  /external/v8/src/
spaces-inl.h 254 Address new_top = current_top + size_in_bytes; local
255 if (new_top > allocation_info_.limit) return NULL;
257 allocation_info_.top = new_top;
store-buffer.cc 260 Address* new_top = old_start_; local
272 *new_top++ = addr;
275 old_top_ = new_top;
incremental-marking.cc 583 int new_top = current; local
595 array[new_top] = dest;
596 new_top = ((new_top + 1) & mask);
597 ASSERT(new_top != marking_deque_.bottom());
607 array[new_top] = obj;
608 new_top = ((new_top + 1) & mask);
609 ASSERT(new_top != marking_deque_.bottom());
617 marking_deque_.set_top(new_top);
    [all...]
spaces.cc 1199 Address new_top = old_top + size_in_bytes; local
2210 Address new_top = current_top + size_in_bytes; local
    [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttinterp.h 130 FT_UInt new_top; /* new top after exec. */ member in struct:TT_ExecContextRec_
  /external/freetype/src/truetype/
ttinterp.h 173 FT_UInt new_top; /* new top after exec. */ member in struct:TT_ExecContextRec_

Completed in 5429 milliseconds