Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
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/chromium_org/v8/src/compiler/
Dinstruction.h135 DCHECK(this->fixed_slot_index() == index); in UnallocatedOperand()
245 int fixed_slot_index() const { in fixed_slot_index() function
Dinstruction.cc21 return os << "(=" << unalloc->fixed_slot_index() << "S)"; in operator <<()
Dinstruction-selector.cc342 int stack_index = -UnallocatedOperand::cast(op)->fixed_slot_index() - 1; in InitializeCallBuffer()
Dregister-allocator.cc589 operand->fixed_slot_index()); in AllocateFixed()