Searched defs:set_top (Results 1 - 5 of 5) 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 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 Dparser.cc65 stack->set_top(this);
86 void set_top(Element* value) { top_ = value; } function in class:v8::internal::PositionStack
H A Dspaces.h1470 void set_top(FreeListNode* top) { top_ = top; } function in class:v8::internal::FreeListCategory

Completed in 173 milliseconds