Home
last modified time | relevance | path

Searched refs:AppendPredecessor (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcircuit_builder_helper.h147 inline void AppendPredecessor(const Label *predecessor) in AppendPredecessor() function in panda::panda::ecmascript::kungfu::Label
149 impl_->AppendPredecessor(predecessor->GetRawLabel()); in AppendPredecessor()
200 void AppendPredecessor(LabelImpl *predecessor);
H A Dcircuit_builder.cpp242 label->AppendPredecessor(currentLabel); in Jump()
255 trueLabel->AppendPredecessor(GetCurrentLabel()); in Branch()
258 falseLabel->AppendPredecessor(GetCurrentLabel()); in Branch()
273 keysLabel[i].AppendPredecessor(currentLabel); in Switch()
279 defaultLabel->AppendPredecessor(currentLabel); in Switch()
301 loopHead->AppendPredecessor(currentLabel); in LoopEnd()
H A Dcircuit_builder_helper.cpp232 void Label::LabelImpl::AppendPredecessor(Label::LabelImpl *predecessor) in AppendPredecessor() function in panda::ecmascript::kungfu::Label::LabelImpl
H A Dstub_builder.cpp56 label->AppendPredecessor(currentLabel); in Jump()
74 trueLabel->AppendPredecessor(env_->GetCurrentLabel()); in BranchPredict()
77 falseLabel->AppendPredecessor(env_->GetCurrentLabel()); in BranchPredict()
92 keysLabel[i].AppendPredecessor(currentLabel); in Switch()
98 defaultLabel->AppendPredecessor(currentLabel); in Switch()
141 loopHead->AppendPredecessor(currentLabel); in LoopEnd()

Completed in 22 milliseconds