Searched refs:SetLast (Results 1 – 4 of 4) sorted by relevance
76 void BytecodePeepholeOptimizer::SetLast(const BytecodeNode* const node) { in SetLast() function in v8::internal::interpreter::BytecodePeepholeOptimizer166 SetLast(node); in DefaultAction()174 SetLast(node); in UpdateLastAction()183 SetLast(node); in UpdateLastIfSourceInfoPresentAction()226 SetLast(node); in ElideLastAction()250 SetLast(&new_node); in TransformLdaSmiBinaryOpToBinaryOpWithSmiAction()265 SetLast(&new_node); in TransformLdaZeroBinaryOpToBinaryOpWithZeroAction()278 SetLast(&new_node); in TransformEqualityWithNullOrUndefinedAction()
50 void SetLast(const BytecodeNode* const node); in NON_EXPORTED_BASE()
147 void SetLast(bool bLast);
332 void CFX_Edit_UndoItem::SetLast(bool bLast) { in SetLast() function in CFX_Edit_UndoItem348 pUndoItem->SetLast(false); in AddUndoItem()358 m_Items.back()->SetLast(true); in UpdateItems()