Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Dframes-inl.h186 Address CommonFrameWithJSLinkage::GetParameterSlot(int index) const { in GetParameterSlot() function
199 base::Memory<Address>(GetParameterSlot(-1)) = value.ptr(); in set_receiver()
Dframes.h580 inline Address GetParameterSlot(int index) const;
Dframes.cc1290 Memory<Address>(GetParameterSlot(index)) = value.ptr(); in SetParameterValue()
1485 return Object(Memory<Address>(GetParameterSlot(index))); in GetParameter()