Searched defs:DOUBLE_STACK_SLOT (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dlithium.h45 DOUBLE_STACK_SLOT, enumerator in enum:v8::internal::LOperand::Kind
57 bool IsDoubleStackSlot() const { return kind() == DOUBLE_STACK_SLOT; }
333 explicit LDoubleStackSlot(int index) : LOperand(DOUBLE_STACK_SLOT, index) { }
/external/chromium_org/v8/src/
H A Dlithium.h41 V(DoubleStackSlot, DOUBLE_STACK_SLOT) \
53 DOUBLE_STACK_SLOT, enumerator in enum:v8::internal::LOperand::Kind
402 explicit LDoubleStackSlot(int index) : LOperand(DOUBLE_STACK_SLOT, index) { }

Completed in 289 milliseconds