Home
last modified time | relevance | path

Searched defs:int32_t (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/toolchain/tooling/client/manager/
Dstack_manager.cpp21 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()
Dvariable_manager.h42 … TreeNode(const std::map<int32_t, std::map<int32_t, std::string>>& scopeInfo) : data(scopeInfo) {} in TreeNode()
Dvariable_manager.cpp82 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/
Daot_snapshot.cpp42 void AOTSnapshot::GenerateSnapshotConstantPools(const CMap<int32_t, JSTaggedValue> &allConstantPool… in GenerateSnapshotConstantPools()
/arkcompiler/ets_runtime/ecmascript/
Dlog.cpp197 int32_t Log::PrintLogger(int32_t, int32_t level, const char *, const char *, const char *message) in PrintLogger() argument
Djs_date_time_format.cpp1415std::array<int32_t, 2> begin, std::array<int32_t, 2> end) // 2: number of elements in TrackValue()
/arkcompiler/toolchain/tooling/agent/
Dtracing_impl.cpp202 … uv_queue_work(loop, work, [](uv_work_t *) { }, [](uv_work_t *work, int32_t) { delete work; }); in Start() argument
Dheapprofiler_impl.cpp408 … uv_queue_work(loop, work, [](uv_work_t *) { }, [](uv_work_t *work, int32_t) { delete work; }); in StartTrackingHeapObjects() argument
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp185 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/
Ddebug_interface.h516 …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/
Demitter.cpp657 void Emitter::GenBufferLiterals(ArenaVector<std::pair<int32_t, std::vector<Literal>>> &literalBuffe… in GenBufferLiterals()
/arkcompiler/runtime_core/abc2program/
Dprogram_dump.cpp604 std::map<int32_t, panda::pandasm::debuginfo::LocalVariable>& local_variable_table) in UpdateLocalVarMap()