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

/external/v8/src/
H A Dliveobjectlist.cc685 LiveObjectList* last_lol = (newer_ != NULL) ? newer_->next_ : NULL; local
687 LolForwardIterator it(first_lol, last_lol);
1108 LiveObjectList* last_lol = last(); local
1109 if (last_lol != NULL) {
1110 count -= last_lol->TotalObjCount();
1116 lol = new LiveObjectList(last_lol, count);

Completed in 41 milliseconds