Home
last modified time | relevance | path

Searched refs:SetScopeStart (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
DregScope.cpp63 pg_->scope_->SetScopeStart(pg_->insns_.back()); in LocalRegScope()
124 pg_->topScope_->SetScopeStart(pg_->insns_.front()); in ~FunctionRegScope()
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.h252 void SetScopeStart(const compiler::IRNode *ins) in SetScopeStart() function