Home
last modified time | relevance | path

Searched refs:app_info_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Druntime.cc1076 app_info_.RegisterAppInfo("android", in InitNonZygoteOrPostFork()
1129 metrics_reporter_->NotifyAppInfoUpdated(&app_info_); in InitNonZygoteOrPostFork()
2626 app_info_.RegisterAppInfo( in RegisterAppInfo()
2634 metrics_reporter_->NotifyAppInfoUpdated(&app_info_); in RegisterAppInfo()
3208 VLOG(startup) << app_info_; in NotifyStartupCompleted()
3227 metrics_reporter_->NotifyAppInfoUpdated(&app_info_); in NotifyDexFileLoaded()
Druntime.h1024 AppInfo* GetAppInfo() { return &app_info_; } in GetAppInfo()
1444 AppInfo app_info_; variable