Searched refs:GetOperandSlot (Results 1 – 3 of 3) sorted by relevance
222 inline Address JavaScriptFrame::GetOperandSlot(int index) const { in GetOperandSlot() function234 return Memory::Object_at(GetOperandSlot(index)); in GetOperand()
856 for (; GetOperandSlot(i) < handler->address(); i--) { in SaveOperandStack()860 DCHECK_EQ(handler->address(), GetOperandSlot(i)); in SaveOperandStack()884 Memory::Object_at(GetOperandSlot(i)) = store->get(i); in RestoreOperandStack()895 StackHandler::FromAddress(GetOperandSlot(handler_slot_index)); in RestoreOperandStack()903 Memory::Object_at(GetOperandSlot(i)) = store->get(i); in RestoreOperandStack()
567 inline Address GetOperandSlot(int index) const;