Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.h510 bool has_slot_use() const { return HasSlotUseField::decode(bits_); } in has_slot_use() function
Dregister-allocator.cc754 if (TopLevel()->has_slot_use()) { in TryCommitSpillInDeferredBlock()
2146 if (range->has_slot_use() && range->HasNoSpillType()) { in BuildLiveRanges()
3045 top_range->has_slot_use() || top_range->spilled()); in CommitAssignment()