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

  /external/v8/src/
lithium.h 45 DOUBLE_STACK_SLOT,
57 bool IsDoubleStackSlot() const { return kind() == DOUBLE_STACK_SLOT; }
333 explicit LDoubleStackSlot(int index) : LOperand(DOUBLE_STACK_SLOT, index) { }
  /external/chromium_org/v8/src/
lithium.h 41 V(DoubleStackSlot, DOUBLE_STACK_SLOT) \
53 DOUBLE_STACK_SLOT,
402 explicit LDoubleStackSlot(int index) : LOperand(DOUBLE_STACK_SLOT, index) { }

Completed in 114 milliseconds