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

/external/v8/src/
H A Dlithium.h44 STACK_SLOT, enumerator in enum:v8::internal::LOperand::Kind
56 bool IsStackSlot() const { return kind() == STACK_SLOT; }
309 explicit LStackSlot(int index) : LOperand(STACK_SLOT, index) { }

Completed in 72 milliseconds