Home
last modified time | relevance | path

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

/external/v8/src/
Dframes-inl.h203 Address JavaScriptFrame::GetParameterSlot(int index) const { in GetParameterSlot() function
212 return Memory::Object_at(GetParameterSlot(index)); in GetParameter()
222 Memory::Object_at(GetParameterSlot(-1)) = value; in set_receiver()
Dframes.h487 inline Address GetParameterSlot(int index) const;