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

Completed in 56 milliseconds