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 115 DCHECK(this->fixed_slot_index() == index);
231 // [fixed_slot_index]: Only for FIXED_SLOT.
232 int fixed_slot_index() const { function in class:v8::internal::LUnallocated
lithium.cc 57 stream->Add("(=%dS)", unalloc->fixed_slot_index());
lithium-allocator.cc 601 operand->ConvertTo(LOperand::STACK_SLOT, operand->fixed_slot_index());
    [all...]
  /external/v8/src/compiler/
register-allocator-verifier.cc 166 constraint->value_ = unallocated->fixed_slot_index();
instruction.h 210 DCHECK(this->fixed_slot_index() == index);
288 // [fixed_slot_index]: Only for FIXED_SLOT.
289 int fixed_slot_index() const { function in class:v8::internal::compiler::UnallocatedOperand
    [all...]
instruction.cc 120 return os << "(=" << unalloc->fixed_slot_index() << "S)";
    [all...]
instruction-selector.cc 805 int stack_index = -UnallocatedOperand::cast(op).fixed_slot_index() - 1;
    [all...]
register-allocator.cc     [all...]

Completed in 192 milliseconds