Home
last modified time | relevance | path

Searched refs:GetNextModule (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/tooling/sampler/
Dsampling_profiler_test.cpp473 ASSERT_FALSE(reader.GetNextModule(nullptr)); in TEST_F()
499 ASSERT_FALSE(reader.GetNextModule(nullptr)); in TEST_F()
515 ASSERT_TRUE(reader.GetNextModule(&moduleOutput)); in TEST_F()
517 ASSERT_FALSE(reader.GetNextModule(&moduleOutput)); in TEST_F()
538 ASSERT_TRUE(reader.GetNextModule(&moduleOutput)); in TEST_F()
541 ASSERT_FALSE(reader.GetNextModule(&moduleOutput)); in TEST_F()
566 ASSERT_TRUE(reader.GetNextModule(&moduleOutput)); in TEST_F()
575 ASSERT_FALSE(reader.GetNextModule(&moduleOutput)); in TEST_F()
656 while (reader.GetNextModule(&moduleInfo)) { in TEST_F()
689 while (reader.GetNextModule(&moduleInfo)) { in TEST_F()
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
Dsample_reader.h43 inline bool GetNextModule(FileInfo *moduleOut);
Dsample_reader-inl.h126 inline bool SampleReader::GetNextModule(FileInfo *moduleOut) in GetNextModule() function
/arkcompiler/runtime_core/static_core/tools/sampler/
Daspt_converter.cpp53 while (reader_.GetNextModule(&mInfo)) { in CollectModules()