Searched refs:debugInfo_ (Results 1 - 14 of 14) sorted by relevance
/arkcompiler/toolchain/inspector/ |
H A D | ws_server.cpp | 32 : debugInfo_(debugInfo), wsOnMessage_(onMessage) in WsServer() 47 LOGI("WsSever Runsever: Init tcp websocket %{public}d", debugInfo_.port); in RunServer() 48 if (!webSocket_->InitTcpWebSocket(debugInfo_.port)) { in RunServer() 53 if (debugInfo_.socketfd == runSeverInOldProcess) { in RunServer() 58 if (debugInfo_.instanceId != 0) { in RunServer() 59 instanceIdStr = std::to_string(debugInfo_.instanceId); in RunServer() 61 std::string sockName = pidStr + instanceIdStr + debugInfo_.componentName; in RunServer() 63 appPid, instanceIdStr.c_str(), debugInfo_.componentName.c_str()); in RunServer() 68 LOGI("WsServer RunServer fport ark: %{public}d", debugInfo_.socketfd); in RunServer() 69 if (!webSocket_->InitUnixWebSocket(debugInfo_ in RunServer() [all...] |
H A D | ws_server.h | 54 DebugInfo debugInfo_ {};
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | ir_module.h | 37 debugInfo_ = new DebugInfo(allocator, logDbg); in IRModule() 42 if (debugInfo_ == nullptr) { in ~IRModule() 45 delete debugInfo_; in ~IRModule() 46 debugInfo_ = nullptr; in ~IRModule() 51 return debugInfo_; in GetDebugInfo() 79 DebugInfo *debugInfo_ {nullptr};
|
H A D | circuit.cpp | 35 debugInfo_(debugInfo) in Circuit() 40 if (funcName != nullptr && debugInfo_->IsEnable()) { in Circuit() 41 debugInfo_->AddFuncDebugInfo(funcName); in Circuit() 50 debugInfo_ = nullptr; in ~Circuit() 81 if (debugInfo_ == nullptr) { in AddComment() 84 if (!debugInfo_->IsEnable()) { in AddComment() 89 size_t index = debugInfo_->AddComment(std::move(str)); in AddComment() 92 debugInfo_->AppendComment(it->second, std::move(str)); in AddComment() 99 if (debugInfo_ == nullptr || !debugInfo_ in GetComment() [all...] |
H A D | circuit.h | 340 DebugInfo* debugInfo_ {nullptr};
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | regScope.cpp | 70 auto *debugInfo = &pg_->debugInfo_.variableDebugInfo; in LocalRegScope() 120 pg_->debugInfo_.variableDebugInfo.push_back(funcScope); in FunctionRegScope()
|
H A D | pandagen.h | 85 debugInfo_(allocator_), in PandaGen() 175 return debugInfo_; in Debuginfo() 491 debugInfo_.firstStmt = stmt; in SetFirstStmt() 528 DebugInfo debugInfo_; member in panda::es2panda::compiler::PandaGen
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | regScope.cpp | 64 cg_->debugInfo_.VariableDebugInfo().push_back(cg_->scope_); in LocalRegScope() 115 cg_->debugInfo_.VariableDebugInfo().push_back(funcScope); in InitializeParams()
|
H A D | codeGen.cpp | 81 return debugInfo_; 293 debugInfo_.firstStmt_ = stmt;
|
H A D | codeGen.h | 77 debugInfo_(allocator_), 172 DebugInfo debugInfo_; member in ark::es2panda::compiler::CodeGen
|
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/ |
H A D | elf_builder.h | 900 if (!debugInfo_.empty() || frameData_.empty()) { in GenerateDebugInfo() 916 return Span(debugInfo_); in GetDebugInfo() 1010 ASSERT(debugInfo_.empty()); in Finalize() 1018 std::copy_n(bytes, len, std::back_inserter(debugInfo_)); in Finalize() 1023 std::fill_n(std::back_inserter(debugInfo_), TERMINATOR_SIZE, TERMINATOR_VALUE); in Finalize() 1030 *reinterpret_cast<uint32_t *>(&debugInfo_[CIE_ID_OFFSET]) = 0; in Finalize() 1037 size_t fdeOffset {base + *reinterpret_cast<uint32_t *>(&debugInfo_[base]) + FDE_LENGTH_SIZE}; in Finalize() 1039 ASSERT(debugInfo_.size() > fdeOffset + FDE_CIE_DISTANCE_OFFSET + 3U); in Finalize() 1040 *reinterpret_cast<uint32_t *>(&debugInfo_[fdeOffset + FDE_CIE_DISTANCE_OFFSET]) = in Finalize() 1043 ASSERT(debugInfo_ in Finalize() 1048 std::vector<uint8_t> debugInfo_; global() member in ark::CfiGenerator [all...] |
/arkcompiler/runtime_core/static_core/libpandafile/ |
H A D | file_items.cpp | 575 if (debugInfo_ != nullptr) { in CalculateSize() 640 if (debugInfo_ != nullptr) { in WriteTaggedData() 641 if (!WriteIdTaggedValue(writer, MethodTag::DEBUG_INFO, debugInfo_)) { in WriteTaggedData()
|
H A D | file_items.h | 916 debugInfo_ = debugInfo; in SetDebugInfo() 921 return debugInfo_; in GetDebugInfo() 973 return debugInfo_; in GetDebugInfo() 1032 DebugInfoItem *debugInfo_ {nullptr};
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
H A D | inst.h | 1657 return debugInfo_; in GetDebugInfo() 1662 debugInfo_ = info; in SetDebugInfo() 1737 InstDebugInfo *debugInfo_ {nullptr};
|
Completed in 20 milliseconds