Home
last modified time | relevance | path

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

/external/v8/src/
Dframes-inl.h160 Address JavaScriptFrame::GetParameterSlot(int index) const { in GetParameterSlot() function
169 return Memory::Object_at(GetParameterSlot(index)); in GetParameter()
207 Memory::Object_at(GetParameterSlot(-1)) = value; in set_receiver()
Dframes.h572 inline Address GetParameterSlot(int index) const;
Dframes.cc740 Memory::Object_at(GetParameterSlot(index)) = value; in SetParameterValue()