Home
last modified time | relevance | path

Searched refs:IsDebug (Results 1 – 13 of 13) 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.h81 bool IsDebug() const in IsDebug() function
Dpandagen.cpp116 bool PandaGen::IsDebug() const in IsDebug() function in panda::es2panda::compiler::PandaGen
118 return context_->IsDebug(); in IsDebug()
1997 if (IsDebug()) { in GenDebugger()
2012 if (IsDebug()) { in NewLexicalEnv()
Dpandagen.h264 bool IsDebug() const;
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DregScope.cpp39 if (!cg_->IsDebug()) { in DebuggerCloseScope()
62 if (cg_->IsDebug() && !cg_->insns_.empty()) { in LocalRegScope()
114 if (cg_->IsDebug()) { in InitializeParams()
158 if (cg_->IsDebug()) { in ~FunctionRegScope()
DcodeGen.cpp120 bool CodeGen::IsDebug() const noexcept in IsDebug() function in panda::es2panda::compiler::CodeGen
122 return context_->IsDebug(); in IsDebug()
DcompilerContext.h109 [[nodiscard]] bool IsDebug() const noexcept in IsDebug() function
Demitter.cpp195 if (cg_->IsDebug()) { in GenInstructionDebugInfo()
262 if (!cg_->IsDebug()) { in GenSourceFileDebugInfo()
338 if (!cg_->IsDebug()) { in GenVariablesDebugInfo()
DcodeGen.h119 [[nodiscard]] bool IsDebug() const noexcept;
/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.h168 bool IsDebug() const in IsDebug() function
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp198 if (pg_->IsDebug()) { in GenInstructionDebugInfo()
256 if (!pg_->IsDebug()) { in GenSourceFileDebugInfo()
322 if (!pg_->IsDebug()) { in GenVariablesDebugInfo()
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp333 if (!this->Program()->IsDebug() && decl->IsConstDecl()) { in LookupIdentReference()