Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dfunctional-list.h63 result.DropFront(); in Rest()
67 void DropFront() { in DropFront() function
91 while (other.Size() > Size()) other.DropFront(); in ResetToCommonAncestor()
92 while (other.Size() < Size()) DropFront(); in ResetToCommonAncestor()
94 DropFront(); in ResetToCommonAncestor()
95 other.DropFront(); in ResetToCommonAncestor()
Dbranch-elimination.cc455 blocks_.DropFront(); in AddCondition()
492 while (other.blocks_.Size() > blocks_.Size()) other.blocks_.DropFront(); in ResetToCommonAncestor()
497 blocks_.DropFront(); in ResetToCommonAncestor()
503 blocks_.DropFront(); in ResetToCommonAncestor()
504 other.blocks_.DropFront(); in ResetToCommonAncestor()