Searched refs:GetAppInfo (Results 1 – 5 of 5) sorted by relevance
56 std::string primary_apk_path = runtime->GetAppInfo()->GetPrimaryApkPath(); in Run()57 runtime->GetAppInfo()->GetPrimaryApkOptimizationStatus(&compiler_filter, &compilation_reason); in Run()
1078 AppInfo* GetAppInfo() { return &app_info_; } in GetAppInfo() function
1011 AppInfo* app_info = Runtime::Current()->GetAppInfo(); in LoadClassesFromReferenceProfile()1712 AppInfo* app_info = Runtime::Current()->GetAppInfo(); in FindDexCaches()
246 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()
505 AppInfo* app_info = Runtime::Current()->GetAppInfo(); in VMRuntime_getBaseApkOptimizationInfo()