Home
last modified time | relevance | path

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

/external/v8/src/
Dframes-inl.h209 Address JavaScriptFrame::GetParameterSlot(int index) const { in GetParameterSlot() function
218 return Memory::Object_at(GetParameterSlot(index)); in GetParameter()
256 Memory::Object_at(GetParameterSlot(-1)) = value; in set_receiver()
Dframes.h560 inline Address GetParameterSlot(int index) const;
Dframes.cc720 Memory::Object_at(GetParameterSlot(index)) = value; in SetParameterValue()
Druntime.cc8152 Object** parameters = reinterpret_cast<Object**>(frame->GetParameterSlot(-1)); in RUNTIME_FUNCTION()