Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dframe_states.h78 GateRef ValuesAt(size_t index) const in ValuesAt() function in panda::ecmascript::kungfu::FrameContext
209 GateRef ValuesAt(size_t index) const
211 return liveContext_->ValuesAt(index);
216 return ValuesAt(accumulatorIndex_);
H A Dframe_states.cpp275 GateRef defVreg = liveContext_->ValuesAt(vregId); in FillBcInputs()
278 GateRef defAcc = liveContext_->ValuesAt(accumulatorIndex_); in FillBcInputs()
299 vec[i + 1] = liveContext_->ValuesAt(i); // 1: skip dep in AdvanceToNextBc()
320 gate = liveContext_->ValuesAt(accumulatorIndex_); in UpdateMoveValues()
323 gate = liveContext_->ValuesAt(vreg); in UpdateMoveValues()
697 auto current = liveContext_->ValuesAt(i); in MergeAssignment()
698 auto next = mergedContext->ValuesAt(i); in MergeAssignment()
725 auto value = src->ValuesAt(i); in CopyLiveoutValues()
770 auto current = liveContext_->ValuesAt(i); in NewLoopExit()
777 ASSERT(!IsGateNotEmpty(liveContext_->ValuesAt( in NewLoopExit()
[all...]

Completed in 3 milliseconds