HomeSort by relevance Sort by last modified time
    Searched refs:fixed_slot_index (Results 1 - 7 of 7) sorted by null

  /external/v8/src/
lithium.h 114 DCHECK(this->fixed_slot_index() == index);
230 // [fixed_slot_index]: Only for FIXED_SLOT.
231 int fixed_slot_index() const { function in class:v8::internal::LUnallocated
lithium.cc 51 stream->Add("(=%dS)", unalloc->fixed_slot_index());
lithium-allocator.cc 599 operand->ConvertTo(LOperand::STACK_SLOT, operand->fixed_slot_index());
    [all...]
  /external/v8/src/compiler/
instruction.h 135 DCHECK(this->fixed_slot_index() == index);
244 // [fixed_slot_index]: Only for FIXED_SLOT.
245 int fixed_slot_index() const { function in class:v8::internal::compiler::UnallocatedOperand
instruction.cc 21 return os << "(=" << unalloc->fixed_slot_index() << "S)";
instruction-selector.cc 342 int stack_index = -UnallocatedOperand::cast(op)->fixed_slot_index() - 1;
    [all...]
register-allocator.cc 589 operand->fixed_slot_index());
    [all...]

Completed in 76 milliseconds