Searched refs:set_top (Results 1 - 8 of 8) sorted by relevance

/external/v8/src/
H A Dmark-compact.h241 void set_top(int top) { top_ = top; } function in class:v8::internal::MarkingDeque
H A Dincremental-marking.cc617 marking_deque_.set_top(new_top);
H A Dparser.cc62 stack->set_top(this);
83 void set_top(Element* value) { top_ = value; } function in class:v8::internal::PositionStack
/external/chromium_org/v8/src/
H A Dmark-compact.h241 void set_top(int top) { top_ = top; } function in class:v8::internal::MarkingDeque
H A Dincremental-marking.cc712 marking_deque_.set_top(new_top);
H A Dspaces.h1470 void set_top(FreeListNode* top) { top_ = top; } function in class:v8::internal::FreeListCategory
H A Dspaces.cc2101 set_top(node->next());
2105 set_top(NULL);
H A Dparser.cc65 stack->set_top(this);
86 void set_top(Element* value) { top_ = value; } function in class:v8::internal::PositionStack

Completed in 3540 milliseconds