Home
last modified time | relevance | path

Searched refs:IsDebug (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
DregScope.cpp39 if (!pg_->IsDebug()) { in DebuggerCloseScope()
62 if (pg_->IsDebug()) { in LocalRegScope()
110 if (pg_->IsDebug()) { in FunctionRegScope()
123 if (pg_->IsDebug()) { in ~FunctionRegScope()
DcompilerContext.h79 bool IsDebug() const in IsDebug() function
Dpandagen.cpp104 bool PandaGen::IsDebug() const in IsDebug() function in panda::es2panda::compiler::PandaGen
106 return context_->IsDebug(); in IsDebug()
1916 if (IsDebug()) { in NewLexicalEnv()
Dpandagen.h256 bool IsDebug() const;
/arkcompiler/ets_runtime/ecmascript/mem/
Dassert_scope.h38 template<AssertType type, bool isAllow, bool IsDebug = IS_ALLOW_CHECK>
/arkcompiler/ets_frontend/es2panda/parser/program/
Dprogram.h158 bool IsDebug() const in IsDebug() function
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp175 if (pg_->IsDebug()) { in GenInstructionDebugInfo()
235 if (!pg_->IsDebug()) { in GenSourceFileDebugInfo()
294 if (!pg_->IsDebug()) { in GenVariablesDebugInfo()
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp317 if (!this->Program()->IsDebug() && decl->IsConstDecl()) { in LookupIdentReference()