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

  /external/v8/src/crankshaft/
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 184 DCHECK(this->fixed_slot_index() == index);
262 // [fixed_slot_index]: Only for FIXED_SLOT.
263 int fixed_slot_index() const { function in class:v8::internal::compiler::UnallocatedOperand
    [all...]
instruction.cc 88 return os << "(=" << unalloc->fixed_slot_index() << "S)";
register-allocator-verifier.cc 163 constraint->value_ = unallocated->fixed_slot_index();
instruction-selector.cc 625 int stack_index = -UnallocatedOperand::cast(op).fixed_slot_index() - 1;
    [all...]
register-allocator.cc     [all...]

Completed in 69 milliseconds