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

  /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...]
  /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

Completed in 668 milliseconds