Searched refs:GetOperandSlot (Results 1 – 3 of 3) sorted by relevance
173 inline Address JavaScriptFrame::GetOperandSlot(int index) const { in GetOperandSlot() function185 return Memory::Object_at(GetOperandSlot(index)); in GetOperand()
579 inline Address GetOperandSlot(int index) const;
895 Memory::Object_at(GetOperandSlot(i)) = store->get(i); in RestoreOperandStack()