Searched refs:IsDebug (Results 1 – 13 of 13) sorted by relevance
39 if (!pg_->IsDebug()) { in DebuggerCloseScope()62 if (pg_->IsDebug()) { in LocalRegScope()110 if (pg_->IsDebug()) { in FunctionRegScope()123 if (pg_->IsDebug()) { in ~FunctionRegScope()
81 bool IsDebug() const in IsDebug() function
116 bool PandaGen::IsDebug() const in IsDebug() function in panda::es2panda::compiler::PandaGen118 return context_->IsDebug(); in IsDebug()1997 if (IsDebug()) { in GenDebugger()2012 if (IsDebug()) { in NewLexicalEnv()
264 bool IsDebug() const;
39 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()
120 bool CodeGen::IsDebug() const noexcept in IsDebug() function in panda::es2panda::compiler::CodeGen122 return context_->IsDebug(); in IsDebug()
109 [[nodiscard]] bool IsDebug() const noexcept in IsDebug() function
195 if (cg_->IsDebug()) { in GenInstructionDebugInfo()262 if (!cg_->IsDebug()) { in GenSourceFileDebugInfo()338 if (!cg_->IsDebug()) { in GenVariablesDebugInfo()
119 [[nodiscard]] bool IsDebug() const noexcept;
38 template<AssertType type, bool isAllow, bool IsDebug = IS_ALLOW_CHECK>
168 bool IsDebug() const in IsDebug() function
198 if (pg_->IsDebug()) { in GenInstructionDebugInfo()256 if (!pg_->IsDebug()) { in GenSourceFileDebugInfo()322 if (!pg_->IsDebug()) { in GenVariablesDebugInfo()
333 if (!this->Program()->IsDebug() && decl->IsConstDecl()) { in LookupIdentReference()