Home
last modified time | relevance | path

Searched defs:debugInfo (Results 1 - 18 of 18) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DregScope.cpp70 auto *debugInfo = &pg_->debugInfo_.variableDebugInfo; in LocalRegScope() local
/arkcompiler/toolchain/inspector/
H A Dws_server.cpp31 WsServer::WsServer(const DebugInfo& debugInfo, const std::function<void(std::string&&)>& onMessage) in WsServer() argument
H A Dinspector.cpp364 DebugInfo debugInfo = {socketfd}; in StartDebugForSocketpair() local
393 DebugInfo debugInfo = {startDebugInOldProcess, componentName, instanceId, port}; in StartDebug() local
149 InitializeInspector( void* vm, const DebuggerPostTask& debuggerPostTask, const DebugInfo& debugInfo, int tidForSocketPair = 0) InitializeInspector() argument
/arkcompiler/toolchain/test/fuzztest/wsserver/wsserversendreply_fuzzer/
H A Dwsserversendreply_fuzzer.cpp40 DebugInfo debugInfo = {fd, "toolchain", instanceId, port}; in WsServerSendReplyFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/wsserver/wsservernotifydisconnectevent_fuzzer/
H A Dwsservernotifydisconnectevent_fuzzer.cpp40 DebugInfo debugInfo = {fd, "toolchain", instanceId, port}; in WsServerNotifyDisconnectEventFuzzTest() local
/arkcompiler/toolchain/test/fuzztest/wsserver/wsserver_fuzzer/
H A Dwsserver_fuzzer.cpp40 DebugInfo debugInfo = {fd, "toolchain", instanceId, port}; in WsServerFuzzTest() local
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
H A DinheritanceResolution.cpp51 auto *debugInfo = debugInfoStorage->GetDebugInfoByModuleName(moduleName); in GetSuperClassModuleAndClassName() local
93 ResolveInheritanceChain(util::StringView abcSuperName, FileDebugInfo *debugInfo) ResolveInheritanceChain() argument
107 ResolveInheritanceChainImpl(util::StringView abcSuperName, FileDebugInfo *debugInfo) ResolveInheritanceChainImpl() argument
141 CollectChainInfo(ArenaVector<ChainEntryInfo> &chainEntryList, util::StringView abcSuperName, FileDebugInfo *debugInfo) CollectChainInfo() argument
[all...]
/arkcompiler/runtime_core/static_core/irtoc/backend/
H A Ddwarf_builder.cpp116 auto debugInfo = inst->GetDebugInfo(); in BuildGraphNestedFunction() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
H A Ddebug_info_cache.cpp41 auto &debugInfo = GetDebugInfo(pandaFile); in GetSourceLocation() local
299 auto &debugInfo = GetDebugInfo(method->GetPandaFile()); GetLocals() local
[all...]
/arkcompiler/ets_frontend/ets2panda/evaluate/
H A DdebugInfoStorage.cpp78 auto *debugInfo = allocator_->New<FileDebugInfo>(std::move(pf), classId, moduleName); in LoadFileDebugInfo() local
/arkcompiler/runtime_core/static_core/libpandabase/os/
H A Dstacktrace.cpp47 DebugInfo debugInfo; // NOLINT(misc-non-private-member-variables-in-classes) member
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSchecker.cpp273 void ETSChecker::SetDebugInfoPlugin(evaluate::ScopedDebugInfoPlugin *debugInfo) in SetDebugInfoPlugin() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcircuit.cpp24 Circuit::Circuit(NativeAreaAllocator* allocator, DebugInfo* debugInfo, const char* funcName, in Circuit() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dir_constructor.h1119 auto debugInfo = graph_->GetAllocator()->New<InstDebugInfo>(dirNumber, fileNumber, lineNumber); in Loc() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_codegen.cpp688 std::string debugInfo = "\t\t;"; in GetCalleeReg2Offset() local
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-emitter.cpp1286 auto *debugInfo = items->CreateItem<DebugInfoItem>(lineNumberProgram); in SetCodeAndDebugInfo() local
1413 auto *debugInfo = method->GetDebugInfo(); in EmitDebugInfo() local
1533 Emit(Writer *writer, const Program &program, std::map<std::string, size_t> *stat, PandaFileToPandaAsmMaps *maps, bool debugInfo, ark::panda_file::pgo::ProfileOptimizer *profileOpt) Emit() argument
1549 Emit(const std::string &filename, const Program &program, std::map<std::string, size_t> *stat, PandaFileToPandaAsmMaps *maps, bool debugInfo, ark::panda_file::pgo::ProfileOptimizer *profileOpt) Emit() argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dcodegen.cpp466 auto debugInfo = inst->GetDebugInfo(); in VisitGraph() local
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile_items.h914 void SetDebugInfo(DebugInfoItem *debugInfo) in SetDebugInfo() argument

Completed in 22 milliseconds