Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dlithium-allocator.cc125 DCHECK(TopLevel()->HasAllocatedSpillOperand()); in MakeSpilled()
132 bool LiveRange::HasAllocatedSpillOperand() const { in HasAllocatedSpillOperand() function in v8::internal::LiveRange
1442 if (range->HasAllocatedSpillOperand() && in PopulatePointerMaps()
1534 if (current->HasAllocatedSpillOperand()) { in AllocateRegisters()
1711 if (!range->TopLevel()->HasAllocatedSpillOperand()) return; in FreeSpillSlot()
2141 if (!first->HasAllocatedSpillOperand()) { in Spill()
Dlithium-allocator.h264 bool HasAllocatedSpillOperand() const;