Home
last modified time | relevance | path

Searched refs:debugInfo_ (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit.cpp33 debugInfo_(debugInfo) in Circuit()
38 if (funcName != nullptr && debugInfo_->IsEnable()) { in Circuit()
39 debugInfo_->AddFuncDebugInfo(funcName); in Circuit()
48 debugInfo_ = nullptr; in ~Circuit()
79 ASSERT(debugInfo_ != nullptr); in AddComment()
80 if (!debugInfo_->IsEnable()) { in AddComment()
85 ASSERT(debugInfo_ != nullptr); in AddComment()
86 size_t index = debugInfo_->AddComment(str); in AddComment()
Dllvm_ir_builder.h204 return debugInfo_; in GetDebugInfo()
285 DebugInfo* debugInfo_ {nullptr};
Dcircuit.h273 DebugInfo* debugInfo_ {nullptr};
Dllvm_ir_builder.cpp2401 debugInfo_ = new DebugInfo(allocator, logDbg); in LLVMModule()
2430 if (debugInfo_ != nullptr) { in ~LLVMModule()
2431 delete debugInfo_; in ~LLVMModule()
2432 debugInfo_ = nullptr; in ~LLVMModule()
/arkcompiler/ets_frontend/es2panda/compiler/core/
DregScope.cpp64 pg_->debugInfo_.variableDebugInfo.push_back(pg_->scope_); in LocalRegScope()
111 pg_->debugInfo_.variableDebugInfo.push_back(funcScope); in FunctionRegScope()
Dpandagen.h83 debugInfo_(allocator_), in PandaGen()
205 return debugInfo_; in Debuginfo()
487 debugInfo_.firstStmt = stmt; in SetFirstStmt()
509 DebugInfo debugInfo_; variable