Searched refs:LiveObjectList (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/
H A Dliveobjectlist-inl.h40 void LiveObjectList::GCEpilogue() {
46 void LiveObjectList::GCPrologue() {
56 void LiveObjectList::IterateElements(ObjectVisitor* v) {
62 void LiveObjectList::ProcessNonLive(HeapObject* obj) {
68 void LiveObjectList::UpdateReferencesForScavengeGC() {
69 if (LiveObjectList::NeedLOLProcessing()) {
71 LiveObjectList::IterateElements(&update_visitor);
76 LiveObjectList* LiveObjectList::FindLolForId(int id,
77 LiveObjectList* start_lo
[all...]
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...]
H A Druntime.cc12632 return LiveObjectList::Capture();
12643 bool success = LiveObjectList::Delete(id);
12665 return LiveObjectList::Dump(id1, id2, start, count, filter_obj);
12677 Object* result = LiveObjectList::GetObj(obj_id);
12691 Object* result = LiveObjectList::GetObjId(address);
12727 return LiveObjectList::GetObjRetainers(obj_id,
12753 LiveObjectList::GetPath(obj_id1, obj_id2, instance_filter);
12767 return LiveObjectList::Info(start, count);
12780 Object* result = LiveObjectList::PrintObj(obj_id);
12791 LiveObjectList
[all...]
H A Dmark-compact.cc2895 LiveObjectList::ProcessNonLive(object);
3294 LiveObjectList::IterateElements(&updating_visitor);
H A Dheap.cc399 LiveObjectList::GCPrologue();
414 LiveObjectList::GCEpilogue();
1225 LiveObjectList::UpdateReferencesForScavengeGC();

Completed in 332 milliseconds