Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dframe_states.cpp301 UpdateAccumulator(Circuit::NullGate()); in ComputeLiveOut()
347 UpdateAccumulator(Circuit::NullGate()); in ComputeLiveOutBC()
359 UpdateAccumulator(gate); in ComputeLiveOutBC()
375 UpdateAccumulator(Circuit::NullGate()); in ComputeLiveOutBC()
388 UpdateAccumulator(def); in ComputeLiveOutBC()
Dframe_states.h100 void UpdateAccumulator(GateRef gate) in UpdateAccumulator() function