Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-liveness-map.h34 bool AccumulatorIsLive() const { in AccumulatorIsLive() function
Dbytecode-graph-builder.cc439 bool accumulator_is_live = !liveness || liveness->AccumulatorIsLive(); in Checkpoint()