Home
last modified time | relevance | path

Searched refs:to_start_of (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/crankshaft/
Dlithium-allocator.cc237 UseInterval* to_start_of, LifetimePosition but_not_past) const { in AdvanceLastProcessedMarker() argument
238 if (to_start_of == NULL) return; in AdvanceLastProcessedMarker()
239 if (to_start_of->start().Value() > but_not_past.Value()) return; in AdvanceLastProcessedMarker()
243 if (to_start_of->start().Value() > start.Value()) { in AdvanceLastProcessedMarker()
244 current_interval_ = to_start_of; in AdvanceLastProcessedMarker()
Dlithium-allocator.h301 void AdvanceLastProcessedMarker(UseInterval* to_start_of,
/external/v8/src/compiler/
Dregister-allocator.cc440 UseInterval* to_start_of, LifetimePosition but_not_past) const { in AdvanceLastProcessedMarker() argument
441 if (to_start_of == nullptr) return; in AdvanceLastProcessedMarker()
442 if (to_start_of->start() > but_not_past) return; in AdvanceLastProcessedMarker()
446 if (to_start_of->start() > start) { in AdvanceLastProcessedMarker()
447 current_interval_ = to_start_of; in AdvanceLastProcessedMarker()
Dregister-allocator.h436 void AdvanceLastProcessedMarker(UseInterval* to_start_of,