Home
last modified time | relevance | path

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

/external/v8/src/
Dframes-inl.h191 inline Address JavaScriptFrame::GetOperandSlot(int index) const { in GetOperandSlot() function
203 return Memory::Object_at(GetOperandSlot(index)); in GetOperand()
Dframes.h862 inline Address GetOperandSlot(int index) const;