Lines Matching refs:debugInfo_
35 debugInfo_(debugInfo)
40 if (funcName != nullptr && debugInfo_->IsEnable()) {
41 debugInfo_->AddFuncDebugInfo(funcName);
50 debugInfo_ = nullptr;
81 if (debugInfo_ == nullptr) {
84 if (!debugInfo_->IsEnable()) {
89 size_t index = debugInfo_->AddComment(std::move(str));
92 debugInfo_->AppendComment(it->second, std::move(str));
99 if (debugInfo_ == nullptr || !debugInfo_->IsEnable()) {
106 return debugInfo_->GetComment(index);
147 if (UNLIKELY(debugInfo_ != nullptr && !currentComment_.empty())) {