Home
last modified time | relevance | path

Searched refs:use_before (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/crankshaft/
Dlithium-allocator.cc295 UsePosition* use_before = NULL; in SplitAt() local
301 use_before = use_after; in SplitAt()
306 use_before = use_after; in SplitAt()
312 if (use_before != NULL) { in SplitAt()
313 use_before->next_ = NULL; in SplitAt()
/external/v8/src/compiler/
Dregister-allocator.cc656 UsePosition* use_before = nullptr; in DetachAt() local
662 use_before = use_after; in DetachAt()
667 use_before = use_after; in DetachAt()
673 if (use_before != nullptr) { in DetachAt()
674 use_before->set_next(nullptr); in DetachAt()
685 if (connect_hints == ConnectHints && use_before != nullptr && in DetachAt()
687 use_after->SetHint(use_before); in DetachAt()
693 return use_before; in DetachAt()