Home
last modified time | relevance | path

Searched refs:rend (Results 1 – 10 of 10) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dhashlist_test.cpp154 HWTEST_F(HashListTest, rend, TestSize.Level1)
161 auto first = hashList.rend();
175 const auto first = hashList.rend();
/developtools/hiperf/test/unittest/common/native/
Dhashlist_test.cpp154 HWTEST_F(HashListTest, rend, TestSize.Level1)
161 auto first = hashList.rend();
175 const auto first = hashList.rend();
/developtools/hiperf/src/
Dreport_json_file.cpp142 while (it != frames.rend()) { in AddReportCallStackReverse()
153 if (it + 1 == frames.rend()) { in AddReportCallStackReverse()
Dreport.cpp54 for (frameIt = sample.callFrames_.rbegin(); frameIt != sample.callFrames_.rend(); in AddReportItem()
62 (std::next(frameIt) == sample.callFrames_.rend()) ? sample.data_.period : 0); in AddReportItem()
/developtools/profiler/device/plugins/native_daemon/include/
Dhashlist.h187 ReverseIterator rend();
Dhashlistpp.h633 return rend();
649 auto HashList<Key, Val>::rend()
/developtools/hiperf/include/
Dhashlist.h187 ReverseIterator rend();
Dhashlist.hpp634 return rend(); in rbegin()
650 auto HashList<Key, Val>::rend() in rend() function in OHOS::Developtools::HiPerf::HashList
/developtools/smartperf_host/trace_streamer/src/parser/hiperf_parser/
Dperf_data_parser.cpp343 if (splitResult_.rbegin() != splitResult_.rend() && in SplitPerfParsingData()
626 for (auto frame = sample->callFrames_.rbegin(); frame != sample->callFrames_.rend(); ++frame) { in UpdateCallChainUnCompressed()
/developtools/smartperf_host/trace_streamer/src/filter/
Dnative_hook_filter.cpp620 for (auto itor = framesInfo->rbegin(); itor != framesInfo->rend(); itor++) { in FillOfflineSymbolizationFrames()