| /arkcompiler/toolchain/tooling/client/manager/ |
| D | stack_manager.cpp | 21 void StackManager::SetCallFrames(std::map<int32_t, std::unique_ptr<CallFrame>> callFrames) in SetCallFrames() 57 void StackManager::PrintScopeChainInfo(const std::map<int32_t, std::map<int32_t, std::string>>& sco… in PrintScopeChainInfo()
|
| D | variable_manager.h | 42 … TreeNode(const std::map<int32_t, std::map<int32_t, std::string>>& scopeInfo) : data(scopeInfo) {} in TreeNode()
|
| D | variable_manager.cpp | 82 Tree::Tree(const std::map<int32_t, std::map<int32_t, std::string>>& dataMap, int32_t index) in Tree() 277 void VariableManager::InitializeTree(std::map<int32_t, std::map<int32_t, std::string>> dataMap, int… in InitializeTree()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
| D | aot_snapshot.cpp | 42 void AOTSnapshot::GenerateSnapshotConstantPools(const CMap<int32_t, JSTaggedValue> &allConstantPool… in GenerateSnapshotConstantPools()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | log.cpp | 197 int32_t Log::PrintLogger(int32_t, int32_t level, const char *, const char *, const char *message) in PrintLogger() argument
|
| D | js_date_time_format.cpp | 1415 … std::array<int32_t, 2> begin, std::array<int32_t, 2> end) // 2: number of elements in TrackValue()
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | tracing_impl.cpp | 202 … uv_queue_work(loop, work, [](uv_work_t *) { }, [](uv_work_t *work, int32_t) { delete work; }); in Start() argument
|
| D | heapprofiler_impl.cpp | 408 … uv_queue_work(loop, work, [](uv_work_t *) { }, [](uv_work_t *work, int32_t) { delete work; }); in StartTrackingHeapObjects() argument
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | dfx_jsnapi.cpp | 185 ret = uv_queue_work(loop, work, [](uv_work_t *) {}, [](uv_work_t *work, int32_t) { in DumpHeapSnapshotWithVm() argument 272 int ret = uv_queue_work(loop, work, [](uv_work_t *) {}, [](uv_work_t *work, int32_t) { in TriggerSharedGCWithVm() argument 307 int ret = uv_queue_work(loop, work, [](uv_work_t *) {}, [](uv_work_t *work, int32_t) { in TriggerGCWithVm() argument
|
| /arkcompiler/runtime_core/static_core/runtime/include/tooling/ |
| D | debug_interface.h | 516 …ional<Error> SetVariable(PtThread /* thread */, uint32_t /* frameDepth */, int32_t /* regNumber */, in SetVariable() argument 522 …ional<Error> GetVariable(PtThread /* thread */, uint32_t /* frameDepth */, int32_t /* regNumber */, in GetVariable() argument
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
| D | emitter.cpp | 657 void Emitter::GenBufferLiterals(ArenaVector<std::pair<int32_t, std::vector<Literal>>> &literalBuffe… in GenBufferLiterals()
|
| /arkcompiler/runtime_core/abc2program/ |
| D | program_dump.cpp | 604 std::map<int32_t, panda::pandasm::debuginfo::LocalVariable>& local_variable_table) in UpdateLocalVarMap()
|