Home
last modified time | relevance | path

Searched refs:fixed_slot_index (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/crankshaft/
Dlithium.h114 DCHECK(this->fixed_slot_index() == index); in LUnallocated()
231 int fixed_slot_index() const { in fixed_slot_index() function
Dlithium.cc51 stream->Add("(=%dS)", unalloc->fixed_slot_index()); in PrintTo()
Dlithium-allocator.cc599 operand->ConvertTo(LOperand::STACK_SLOT, operand->fixed_slot_index()); in AllocateFixed()
/external/v8/src/compiler/
Dinstruction.h184 DCHECK(this->fixed_slot_index() == index); in UnallocatedOperand()
263 int fixed_slot_index() const { in fixed_slot_index() function
Dregister-allocator-verifier.cc163 constraint->value_ = unallocated->fixed_slot_index(); in BuildConstraint()
Dinstruction.cc88 return os << "(=" << unalloc->fixed_slot_index() << "S)"; in operator <<()
Dinstruction-selector.cc625 int stack_index = -UnallocatedOperand::cast(op).fixed_slot_index() - 1; in InitializeCallBuffer()
Dregister-allocator.cc1505 operand->fixed_slot_index()); in AllocateFixed()