Home
last modified time | relevance | path

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

/external/v8/src/
Dframes-inl.h151 Address JavaScriptFrame::GetParameterSlot(int index) const { in GetParameterSlot() function
161 Memory<Object*>(GetParameterSlot(-1)) = value; in set_receiver()
Dframes.cc997 Memory<Object*>(GetParameterSlot(index)) = value; in SetParameterValue()
1218 return Memory<Object*>(GetParameterSlot(index)); in GetParameter()
Dframes.h720 inline Address GetParameterSlot(int index) const;