Searched refs:MethodKey (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
| D | samples_record.h | 79 struct MethodKey frameStack[MAX_STACK_SIZE] = {}; 93 void PostFrame(FrameInfoTemp *frameInfoTemps, MethodKey *frameStack, 96 CVector<MethodKey> &napiFrameStack); 142 const CMap<struct MethodKey, struct FrameInfo> &GetStackInfo() const; 143 void InsertStackInfo(struct MethodKey &methodKey, struct FrameInfo &codeEntry); 144 bool PushFrameStack(struct MethodKey &methodKey); 152 bool PushNapiFrameStack(struct MethodKey &methodKey); 185 struct FrameInfo GetMethodInfo(struct MethodKey &methodKey); 205 CMap<struct MethodKey, struct FrameInfo> stackInfoMap_; 206 struct MethodKey frameStack_[MAX_STACK_SIZE] = {}; [all …]
|
| D | samples_record.cpp | 383 struct FrameInfo SamplesRecord::GetMethodInfo(struct MethodKey &methodKey) in GetMethodInfo() 569 const CMap<struct MethodKey, struct FrameInfo> &SamplesRecord::GetStackInfo() const in GetStackInfo() 574 void SamplesRecord::InsertStackInfo(struct MethodKey &methodKey, struct FrameInfo &codeEntry) in InsertStackInfo() 579 bool SamplesRecord::PushFrameStack(struct MethodKey &methodKey) in PushFrameStack() 588 bool SamplesRecord::PushNapiFrameStack(struct MethodKey &methodKey) in PushNapiFrameStack() 776 void SamplesQueue::PostFrame(FrameInfoTemp *frameInfoTemps, MethodKey *frameStack, in PostFrame() 812 CVector<MethodKey> &napiFrameStack) in PostNapiFrame()
|
| D | cpu_profiler.cpp | 267 const CMap<struct MethodKey, struct FrameInfo> &stackInfo = generator_->GetStackInfo(); in GetStack() 276 struct MethodKey methodKey; in GetStack() 327 const CMap<struct MethodKey, struct FrameInfo> &stackInfo = generator_->GetStackInfo(); in GetStackCallNapi() 342 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 42 bool operator < (const MethodKey &methodKey) const argument 52 struct MethodKey methodKey = {0}; 69 struct MethodKey methodKey = {0}; 75 static bool ParseMethodInfo(struct MethodKey &methodKey,
|
| D | js_stackgetter.cpp | 52 bool JsStackGetter::ParseMethodInfo(struct MethodKey &methodKey, in ParseMethodInfo()
|