Home
last modified time | relevance | path

Searched defs:LStackSlot (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dlithium.h308 LStackSlot() : LOperand() { } in LStackSlot() function
309 explicit LStackSlot(int index) : LOperand(STACK_SLOT, index) { } in LStackSlot() function
Dlithium-allocator.h58 class LStackSlot; variable