Home
last modified time | relevance | path

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

/external/v8/src/
Dframes-inl.h184 Address JavaScriptFrame::GetParameterSlot(int index) const { in GetParameterSlot() function
220 Memory::Object_at(GetParameterSlot(-1)) = value; in set_receiver()
Dframes.cc904 Memory::Object_at(GetParameterSlot(index)) = value; in SetParameterValue()
1073 return Memory::Object_at(GetParameterSlot(index)); in GetParameter()
Dframes.h857 inline Address GetParameterSlot(int index) const;