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

  /external/v8/src/
lithium.h 44 STACK_SLOT,
56 bool IsStackSlot() const { return kind() == STACK_SLOT; }
309 explicit LStackSlot(int index) : LOperand(STACK_SLOT, index) { }
  /external/chromium_org/v8/src/
lithium.h 40 V(StackSlot, STACK_SLOT) \
52 STACK_SLOT,
377 explicit LStackSlot(int index) : LOperand(STACK_SLOT, index) { }

Completed in 1202 milliseconds