Searched defs:LiveObjectList (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dliveobjectlist.h57 // The LiveObjectList is both a mechanism for tracking a live capture of
62 // LiveObjectList (and lol) is used to describe both the mechanism and the
75 class LiveObjectList { class in namespace:v8::internal
122 explicit LiveObjectList(LiveObjectList* prev, int capacity);
123 ~LiveObjectList();
166 LiveObjectList* prev() { return prev_; }
167 LiveObjectList* next() { return next_; }
171 static LiveObjectList* last() { return last_; }
173 inline static LiveObjectList* FindLolForI
[all...]
H A Dliveobjectlist.cc354 LolIterator(LiveObjectList* older, LiveObjectList* newer)
403 inline void SetCurrent(LiveObjectList* new_curr) {
412 LiveObjectList* older_;
413 LiveObjectList* newer_;
414 LiveObjectList* curr_;
415 LiveObjectList::Element* elements_;
423 LolForwardIterator(LiveObjectList* first, LiveObjectList* last)
640 LolDumpWriter(LiveObjectList* olde
926 LiveObjectList::LiveObjectList(LiveObjectList* prev, int capacity) function in class:v8::internal::LiveObjectList
[all...]

Completed in 43 milliseconds