Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dnode-properties.h35 static int FirstControlIndex(Node* node) { return PastEffectIndex(node); } in FirstControlIndex()
51 static int PastEffectIndex(Node* node) { in PastEffectIndex() function