Home
last modified time | relevance | path

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

/external/v8/src/
Dframes-inl.h173 inline Address JavaScriptFrame::GetOperandSlot(int index) const { in GetOperandSlot() function
185 return Memory::Object_at(GetOperandSlot(index)); in GetOperand()
Dframes.h579 inline Address GetOperandSlot(int index) const;
Dframes.cc895 Memory::Object_at(GetOperandSlot(i)) = store->get(i); in RestoreOperandStack()