Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dlithium.h115 DCHECK(this->fixed_slot_index() == index); in LUnallocated()
232 int fixed_slot_index() const { in fixed_slot_index() function
Dlithium.cc55 stream->Add("(=%dS)", unalloc->fixed_slot_index()); in PrintTo()
Dlithium-allocator.cc600 operand->ConvertTo(LOperand::STACK_SLOT, operand->fixed_slot_index()); in AllocateFixed()
/external/v8/src/compiler/
Dregister-allocator-verifier.cc164 constraint->value_ = unallocated->fixed_slot_index(); in BuildConstraint()
Dinstruction.h192 DCHECK(this->fixed_slot_index() == index); in UnallocatedOperand()
271 int fixed_slot_index() const { in fixed_slot_index() function
Dinstruction.cc93 return os << "(=" << unalloc->fixed_slot_index() << "S)"; in operator <<()
Dinstruction-selector.cc672 int stack_index = -UnallocatedOperand::cast(op).fixed_slot_index() - 1; in InitializeCallBuffer()
Dregister-allocator.cc1600 operand->fixed_slot_index()); in AllocateFixed()