Searched refs:GetModules (Results 1 – 5 of 5) sorted by relevance
63 process_state->modules_ = microdump->GetModules()->Copy(); in Process()
119 MicrodumpModules* GetModules() { return modules_.get(); } in GetModules() function
423 modules1 = global_analyzer.GetModules(global_analyzer.GetFirstProcess()); in TEST_F()438 modules1 = global_analyzer.GetModules(global_analyzer.GetFirstProcess()); in TEST_F()464 modules2 = global_analyzer.GetModules(global_analyzer.GetFirstProcess()); in TEST_F()
199 std::vector<GlobalActivityTracker::ModuleInfo> GetModules(int64_t pid);
264 GlobalActivityAnalyzer::GetModules(int64_t pid) { in GetModules() function in base::debug::GlobalActivityAnalyzer