Home
last modified time | relevance | path

Searched refs:noClose (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/base/
H A Diterators.cpp158 Label *noClose = pg_->AllocLabel(); in Step() local
161 JumpIfDone(noClose); in Step()
168 pg_->Branch(node_, noClose); in Step()
174 pg_->SetLabel(node_, noClose); in Step()
198 void DestructuringIterator::JumpIfDone(Label *noClose) const in JumpIfDone()
201 pg_->BranchIfTrue(node_, noClose); in JumpIfDone()
H A Diterators.h107 void JumpIfDone(Label *noClose) const;
/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A Diterators.cpp187 Label *noClose = pg_->AllocLabel(); in Step() local
197 pg_->Branch(node_, noClose); in Step()
202 pg_->SetLabel(node_, noClose); in Step()

Completed in 1 milliseconds