Home
last modified time | relevance | path

Searched refs:GetOperandSlot (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
Dframes-inl.h222 inline Address JavaScriptFrame::GetOperandSlot(int index) const { in GetOperandSlot() function
234 return Memory::Object_at(GetOperandSlot(index)); in GetOperand()
Dframes.cc856 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()
Dframes.h567 inline Address GetOperandSlot(int index) const;