Home
last modified time | relevance | path

Searched refs:GetAppInfo (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dstartup_completed_task.cc56 std::string primary_apk_path = runtime->GetAppInfo()->GetPrimaryApkPath(); in Run()
57 runtime->GetAppInfo()->GetPrimaryApkOptimizationStatus(&compiler_filter, &compilation_reason); in Run()
Druntime.h1078 AppInfo* GetAppInfo() { return &app_info_; } in GetAppInfo() function
Druntime_image.cc1011 AppInfo* app_info = Runtime::Current()->GetAppInfo(); in LoadClassesFromReferenceProfile()
1712 AppInfo* app_info = Runtime::Current()->GetAppInfo(); in FindDexCaches()
/art/runtime/oat/
Doat_file_manager.cc246 const bool has_registered_app_info = Runtime::Current()->GetAppInfo()->HasRegisteredAppInfo(); in OpenDexFilesFromOat()
248 Runtime::Current()->GetAppInfo()->GetRegisteredCodeType(dex_location); in OpenDexFilesFromOat()
459 Runtime::Current()->GetAppInfo()->RegisterOdexStatus( in OpenDexFilesFromOat()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc505 AppInfo* app_info = Runtime::Current()->GetAppInfo(); in VMRuntime_getBaseApkOptimizationInfo()