Home
last modified time | relevance | path

Searched refs:frameInfoTemp (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/tests/
H A Dsamples_record_test.cpp44 bool PushNapiStackInfoTest(const FrameInfoTemp &frameInfoTemp) in PushNapiStackInfoTest() argument
46 return samples_record.PushNapiStackInfo(frameInfoTemp); in PushNapiStackInfoTest()
213 FrameInfoTemp frameInfoTemp; in HWTEST_F_L0() local
215 frameInfoTemp.lineNumber = static_cast<int>(i); in HWTEST_F_L0()
216 EXPECT_TRUE(record.PushStackInfo(frameInfoTemp)); in HWTEST_F_L0()
218 EXPECT_FALSE(record.PushStackInfo(frameInfoTemp)); in HWTEST_F_L0()
221 frameInfoTemp.lineNumber = static_cast<int>(i); in HWTEST_F_L0()
222 EXPECT_TRUE(record.PushNapiStackInfo(frameInfoTemp)); in HWTEST_F_L0()
224 EXPECT_FALSE(record.PushNapiStackInfo(frameInfoTemp)); in HWTEST_F_L0()
245 FrameInfoTemp frameInfoTemp; in HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
H A Dsamples_record.h147 bool PushStackInfo(const FrameInfoTemp &frameInfoTemp);
151 bool PushNapiStackInfo(const FrameInfoTemp &frameInfoTemp);
H A Dsamples_record.cpp482 bool SamplesRecord::PushStackInfo(const FrameInfoTemp &frameInfoTemp) in PushStackInfo() argument
487 frameInfoTemps_[frameInfoTempLength_++] = frameInfoTemp; in PushStackInfo()
491 bool SamplesRecord::PushNapiStackInfo(const FrameInfoTemp &frameInfoTemp) in PushNapiStackInfo() argument
496 napiFrameInfoTemps_.push_back(frameInfoTemp); in PushNapiStackInfo()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_sampling.cpp64 bool HeapSampling::PushFrameInfo(const FrameInfoTemp &frameInfoTemp) in PushFrameInfo() argument
69 frameInfoTemps_.emplace_back(frameInfoTemp); in PushFrameInfo()
H A Dheap_sampling.h71 bool PushFrameInfo(const FrameInfoTemp &frameInfoTemp);

Completed in 5 milliseconds