Home
last modified time | relevance | path

Searched refs:SetCurrentLabel (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder-inl.h173 env_->SetCurrentLabel(label); in Bind()
180 env_->SetCurrentLabel(label); in Bind()
Dcircuit_builder.cpp211 env_->SetCurrentLabel(nullptr); in Jump()
227 env_->SetCurrentLabel(nullptr); in Branch()
248 env_->SetCurrentLabel(nullptr); in Switch()
258 env_->SetCurrentLabel(loopHead); in LoopBegin()
273 env_->SetCurrentLabel(nullptr); in LoopEnd()
Dcircuit_builder_helper.h286 void SetCurrentLabel(Label *label) in SetCurrentLabel() function
Dstub_builder.cpp53 env_->SetCurrentLabel(nullptr); in Jump()
68 env_->SetCurrentLabel(nullptr); in Branch()
89 env_->SetCurrentLabel(nullptr); in Switch()
99 env_->SetCurrentLabel(loopHead); in LoopBegin()
114 env_->SetCurrentLabel(nullptr); in LoopEnd()