Searched refs:PushStackInfo (Results 1 – 5 of 5) sorted by relevance
55 bool HeapSampling::PushStackInfo(const struct MethodKey &methodKey) in PushStackInfo() function in panda::ecmascript::HeapSampling119 if (UNLIKELY(!PushStackInfo(methodKey))) { in GetStack()
70 bool PushStackInfo(const struct MethodKey &methodKey);
147 bool PushStackInfo(const FrameInfoTemp &frameInfoTemp);
301 if (UNLIKELY(!generator_->PushStackInfo(codeEntry))) { in GetStack()
652 bool SamplesRecord::PushStackInfo(const FrameInfoTemp &frameInfoTemp) in PushStackInfo() function in panda::ecmascript::SamplesRecord