Searched defs:GetStackSlot (Results 1 – 11 of 11) sorted by relevance
125 inline MemOperand GetStackSlot(int index) { in GetStackSlot() function129 inline MemOperand GetStackSlot(const compiler::AllocatedOperand& operand) { in GetStackSlot() function
89 inline MemOperand GetStackSlot(uint32_t offset) { in GetStackSlot() function
61 inline MemOperand GetStackSlot(uint32_t offset) { in GetStackSlot() function
77 inline MemOperand GetStackSlot(int offset) { return MemOperand(fp, -offset); } in GetStackSlot() function
80 inline MemOperand GetStackSlot(int offset) { return MemOperand(fp, -offset); } in GetStackSlot() function
76 inline MemOperand GetStackSlot(int offset) { return MemOperand(fp, -offset); } in GetStackSlot() function
72 inline Operand GetStackSlot(int offset) { return Operand(rbp, -offset); } in GetStackSlot() function
81 inline MemOperand GetStackSlot(int offset) { return MemOperand(fp, -offset); } in GetStackSlot() function
57 inline Operand GetStackSlot(int offset) { return Operand(ebp, -offset); } in GetStackSlot() function