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

/external/v8/src/
H A Dlithium-allocator.cc262 UseInterval* to_start_of, LifetimePosition but_not_past) const {
263 if (to_start_of == NULL) return;
264 if (to_start_of->start().Value() > but_not_past.Value()) return;
268 if (to_start_of->start().Value() > start.Value()) {
269 current_interval_ = to_start_of;
261 AdvanceLastProcessedMarker( UseInterval* to_start_of, LifetimePosition but_not_past) const argument

Completed in 47 milliseconds