Searched refs:frameInfoTemp (Results 1 – 4 of 4) sorted by relevance
145 bool PushStackInfo(const FrameInfoTemp &frameInfoTemp);153 bool PushNapiStackInfo(const FrameInfoTemp &frameInfoTemp);
644 bool SamplesRecord::PushStackInfo(const FrameInfoTemp &frameInfoTemp) in PushStackInfo() argument649 frameInfoTemps_[frameInfoTempLength_++] = frameInfoTemp; in PushStackInfo()653 bool SamplesRecord::PushNapiStackInfo(const FrameInfoTemp &frameInfoTemp) in PushNapiStackInfo() argument658 napiFrameInfoTemps_.push_back(frameInfoTemp); in PushNapiStackInfo()
71 bool PushFrameInfo(const FrameInfoTemp &frameInfoTemp);
64 bool HeapSampling::PushFrameInfo(const FrameInfoTemp &frameInfoTemp) in PushFrameInfo() argument69 frameInfoTemps_.emplace_back(frameInfoTemp); in PushFrameInfo()