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

  /external/v8/src/
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-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;
spaces.cc 1199 Address new_top = old_top + size_in_bytes; local
2210 Address new_top = current_top + size_in_bytes; local
    [all...]
  /external/freetype/src/truetype/
ttinterp.h 131 FT_UInt new_top; /* new top after exec. */ member in struct:TT_ExecContextRec_
ttinterp.c     [all...]
  /external/llvm/lib/CodeGen/
CodePlacementOpt.cpp 160 new_top:
225 goto new_top;

Completed in 187 milliseconds