Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-peephole-optimizer.cc76 void BytecodePeepholeOptimizer::SetLast(const BytecodeNode* const node) { in SetLast() function in v8::internal::interpreter::BytecodePeepholeOptimizer
166 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()
Dbytecode-peephole-optimizer.h50 void SetLast(const BytecodeNode* const node); in NON_EXPORTED_BASE()
/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.h147 void SetLast(bool bLast);
Dfxet_edit.cpp332 void CFX_Edit_UndoItem::SetLast(bool bLast) { in SetLast() function in CFX_Edit_UndoItem
348 pUndoItem->SetLast(false); in AddUndoItem()
358 m_Items.back()->SetLast(true); in UpdateItems()