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.h1329 INLINE(void set_top(Address top)) {
1535 void set_top(FreeListNode* top) { top_ = top; } function in class:v8::internal::FreeListCategory
1796 allocation_info_.set_top(top);
2452 void set_top(Address top) { function in class:v8::internal::NewSpace
2454 allocation_info_.set_top(top);

Completed in 135 milliseconds