Searched defs:HasAllocatedSpillOperand (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/crankshaft/
H A Dlithium-allocator.cc127 DCHECK(TopLevel()->HasAllocatedSpillOperand());
134 bool LiveRange::HasAllocatedSpillOperand() const { function in class:v8::internal::LiveRange
1443 if (range->HasAllocatedSpillOperand() &&
1527 if (current->HasAllocatedSpillOperand()) {
1704 if (!range->TopLevel()->HasAllocatedSpillOperand()) return;
2134 if (!first->HasAllocatedSpillOperand()) {

Completed in 46 milliseconds