Home
last modified time | relevance | path

Searched refs:liveout_ (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dframe_states.h33 : liveout_(chunk, numVregs), defRegisters_(chunk, numVregs) {} in FrameLiveOut()
37 liveout_.SetBit(index); in SetBit()
42 liveout_.ClearBit(index); in ClearBit()
47 return liveout_.TestBit(index); in TestBit()
52 liveout_.CopyFrom(other->liveout_); in CopyFrom()
57 return liveout_.UnionWithChanged(other->liveout_); in MergeLiveout()
62 return liveout_.Reset(); in Reset()
67 BitSet liveout_; member in panda::ecmascript::kungfu::FrameLiveOut
[all...]
H A Dframe_states.cpp187 currentBBliveOut_->defRegisters_.Union(liveOutResult_->liveout_); in ComputeLiveOutBC()

Completed in 5 milliseconds