Searched defs:new_top (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/v8/src/
H A Dspaces-inl.h267 Address new_top = current_top + size_in_bytes; local
268 if (new_top > allocation_info_.limit) return NULL;
270 allocation_info_.top = new_top;
H A Dstore-buffer.cc239 Address* new_top = old_start_; local
251 *new_top++ = addr;
254 old_top_ = new_top;
H A Dincremental-marking.cc675 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...]
H A Dspaces.cc1386 Address new_top = old_top + size_in_bytes; local
1394 int bytes_allocated = static_cast<int>(new_top - top_on_previous_step_);
1397 top_on_previous_step_ = new_top;
2534 Address new_top = current_top + size_in_bytes; local
2535 if (new_top <= allocation_info_.limit) return true;
/external/v8/src/
H A Dspaces-inl.h254 Address new_top = current_top + size_in_bytes; local
255 if (new_top > allocation_info_.limit) return NULL;
257 allocation_info_.top = new_top;
H A Dincremental-marking.cc583 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...]
H A Dstore-buffer.cc260 Address* new_top = old_start_; local
272 *new_top++ = addr;
275 old_top_ = new_top;
H A Dspaces.cc1199 Address new_top = old_top + size_in_bytes; local
1207 int bytes_allocated = static_cast<int>(new_top - top_on_previous_step_);
1210 top_on_previous_step_ = new_top;
2210 Address new_top = current_top + size_in_bytes; local
2211 if (new_top <= allocation_info_.limit) return true;
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttinterp.h130 FT_UInt new_top; /* new top after exec. */ member in struct:TT_ExecContextRec_
/external/freetype/src/truetype/
H A Dttinterp.h173 FT_UInt new_top; /* new top after exec. */ member in struct:TT_ExecContextRec_

Completed in 1105 milliseconds