Searched refs:MethodKey (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
| D | samples_record.h | 81 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 …]
|
| D | samples_record.cpp | 391 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()
|
| D | cpu_profiler.cpp | 273 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/ |
| D | heap_sampling.h | 47 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_;
|
| D | heap_sampling.cpp | 55 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/ |
| D | js_stackgetter.h | 38 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,
|
| D | js_stackgetter.cpp | 53 bool JsStackGetter::ParseMethodInfo(struct MethodKey &methodKey, in ParseMethodInfo()
|