Searched refs:new_top (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/v8/src/
H A Dincremental-marking.cc677 int new_top = current; local
689 array[new_top] = dest;
690 new_top = ((new_top + 1) & mask);
691 ASSERT(new_top != marking_deque_.bottom());
701 array[new_top] = obj;
702 new_top = ((new_top + 1) & mask);
703 ASSERT(new_top != marking_deque_.bottom());
714 marking_deque_.set_top(new_top);
[all...]
H A Dspaces-inl.h268 Address new_top = current_top + size_in_bytes; local
269 if (new_top > allocation_info_.limit()) return NULL;
271 allocation_info_.set_top(new_top);
H A Dstore-buffer.cc242 Address* new_top = old_start_; local
254 *new_top++ = addr;
257 old_top_ = new_top;
H A Dspaces.cc1382 Address new_top = allocation_info_.top() + size_in_bytes; local
1383 allocation_info_.set_limit(Min(new_top, high));
1390 Address new_top = allocation_info_.top() + size_in_bytes; local
1391 Address new_limit = new_top + inline_allocation_limit_step_;
1437 Address new_top = old_top + size_in_bytes; local
1438 int bytes_allocated = static_cast<int>(new_top - top_on_previous_step_);
1442 top_on_previous_step_ = new_top;
/external/v8/src/
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 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 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.h173 FT_UInt new_top; /* new top after exec. */ member in struct:TT_ExecContextRec_
H A Dttinterp.c3004 CUR.new_top = 0;
5085 CUR.new_top += L;
5115 CUR.new_top += L;
5687 CUR.new_top = CUR.args;
5905 CUR.new_top = CUR.args;
6159 CUR.new_top = CUR.args;
6814 CUR.new_top = CUR.args;
7089 CUR.new_top = CUR.args;
7406 CUR.new_top = CUR.args;
7541 CUR.new_top
[all...]
/external/freetype/src/truetype/
H A Dttinterp.h173 FT_UInt new_top; /* new top after exec. */ member in struct:TT_ExecContextRec_
H A Dttinterp.c3004 CUR.new_top = 0;
5085 CUR.new_top += L;
5115 CUR.new_top += L;
5687 CUR.new_top = CUR.args;
5905 CUR.new_top = CUR.args;
6159 CUR.new_top = CUR.args;
6814 CUR.new_top = CUR.args;
7089 CUR.new_top = CUR.args;
7406 CUR.new_top = CUR.args;
7541 CUR.new_top
[all...]

Completed in 262 milliseconds