Home
last modified time | relevance | path

Searched refs:MethodKey (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.h81 struct MethodKey frameStack[MAX_STACK_SIZE] = {};
95 void PostFrame(FrameInfoTemp *frameInfoTemps, MethodKey *frameStack,
98 CVector<MethodKey> &napiFrameStack);
144 const CMap<struct MethodKey, struct FrameInfo> &GetStackInfo() const;
145 void InsertStackInfo(struct MethodKey &methodKey, struct FrameInfo &codeEntry);
146 bool PushFrameStack(struct MethodKey &methodKey);
154 bool PushNapiFrameStack(struct MethodKey &methodKey);
194 struct FrameInfo GetMethodInfo(struct MethodKey &methodKey);
215 CMap<struct MethodKey, struct FrameInfo> stackInfoMap_;
216 struct MethodKey frameStack_[MAX_STACK_SIZE] = {};
[all …]
Dsamples_record.cpp391 struct FrameInfo SamplesRecord::GetMethodInfo(struct MethodKey &methodKey) in GetMethodInfo()
577 const CMap<struct MethodKey, struct FrameInfo> &SamplesRecord::GetStackInfo() const in GetStackInfo()
582 void SamplesRecord::InsertStackInfo(struct MethodKey &methodKey, struct FrameInfo &codeEntry) in InsertStackInfo()
587 bool SamplesRecord::PushFrameStack(struct MethodKey &methodKey) in PushFrameStack()
596 bool SamplesRecord::PushNapiFrameStack(struct MethodKey &methodKey) in PushNapiFrameStack()
845 void SamplesQueue::PostFrame(FrameInfoTemp *frameInfoTemps, MethodKey *frameStack, in PostFrame()
883 CVector<MethodKey> &napiFrameStack) in PostNapiFrame()
Dcpu_profiler.cpp273 const CMap<struct MethodKey, struct FrameInfo> &stackInfo = generator_->GetStackInfo(); in GetStack()
282 struct MethodKey methodKey; in GetStack()
334 const CMap<struct MethodKey, struct FrameInfo> &stackInfo = generator_->GetStackInfo(); in GetStackCallNapi()
349 struct MethodKey methodKey; in GetStackCallNapi()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_sampling.h47 std::map<MethodKey, std::unique_ptr<struct SamplingNode>> children_;
68 CallFrameInfo GetMethodInfo(const MethodKey &methodKey);
69 struct SamplingNode *FindOrAddNode(struct SamplingNode *node, const MethodKey &methodKey);
70 bool PushStackInfo(const struct MethodKey &methodKey);
89 CMap<struct MethodKey, struct CallFrameInfo> stackInfoMap_;
90 CVector<struct MethodKey> frameStack_;
Dheap_sampling.cpp55 bool HeapSampling::PushStackInfo(const struct MethodKey &methodKey) in PushStackInfo()
98 struct MethodKey methodKey; in GetStack()
180 struct CallFrameInfo HeapSampling::GetMethodInfo(const MethodKey &methodKey) in GetMethodInfo()
190 struct SamplingNode *HeapSampling::FindOrAddNode(struct SamplingNode *node, const MethodKey &method… in FindOrAddNode()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackgetter.h38 struct MethodKey { struct
43 bool operator < (const MethodKey &methodKey) const argument
55 struct MethodKey methodKey = {0};
72 struct MethodKey methodKey = {0};
78 static bool ParseMethodInfo(struct MethodKey &methodKey,
Djs_stackgetter.cpp53 bool JsStackGetter::ParseMethodInfo(struct MethodKey &methodKey, in ParseMethodInfo()