Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dbytecode-graph-builder.cc1589 if (lowering.IsExit()) return; in VisitStaInArrayLiteral()
1618 if (lowering.IsExit()) return; in VisitDefineKeyedOwnPropertyInLiteral()
1965 if (lowering.IsExit()) return; in VisitGetNamedProperty()
1991 if (lowering.IsExit()) return; in VisitGetNamedPropertyFromSuper()
2015 if (lowering.IsExit()) return; in VisitGetKeyedProperty()
2055 if (lowering.IsExit()) return; in BuildNamedStore()
2091 if (lowering.IsExit()) return; in VisitSetKeyedProperty()
2126 if (lowering.IsExit()) return; in VisitDefineKeyedOwnProperty()
2404 if (lowering.IsExit()) return; in BuildCall()
2562 if (lowering.IsExit()) return; in VisitCallWithSpread()
[all …]
Djs-type-hint-lowering.h67 bool IsExit() const { return kind_ == LoweringResultKind::kExit; } in IsExit() function