Searched refs:GetStackInfo (Results 1 – 3 of 3) sorted by relevance
144 const CMap<struct MethodKey, struct FrameInfo> &GetStackInfo() const;
273 const CMap<struct MethodKey, struct FrameInfo> &stackInfo = generator_->GetStackInfo(); in GetStack()334 const CMap<struct MethodKey, struct FrameInfo> &stackInfo = generator_->GetStackInfo(); in GetStackCallNapi()
577 const CMap<struct MethodKey, struct FrameInfo> &SamplesRecord::GetStackInfo() const in GetStackInfo() function in panda::ecmascript::SamplesRecord