Searched refs:HasSlot (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/ | ||
H A D | register-allocator.cc | 1213 if (HasSlot() || other->HasSlot()) return false; in TryMerge() 4656 if (!range->HasSlot()) { in AssignSpillSlots() |
H A D | register-allocator.h | 1084 bool HasSlot() const { return assigned_slot_ != kUnassignedSlot; } in HasSlot() function in v8::internal::compiler::RegisterAllocationFlag::LiveRange::final |
Completed in 15 milliseconds