Home
last modified time | relevance | path

Searched refs:prebuiltProfilePath (Results 1 – 3 of 3) sorted by relevance

/art/libartservice/service/java/com/android/server/art/
DAidlUtils.java137 var prebuiltProfilePath = new PrebuiltProfilePath(); in buildProfilePathForPrebuilt() local
138 prebuiltProfilePath.dexPath = dexPath; in buildProfilePathForPrebuilt()
139 return ProfilePath.prebuiltProfilePath(prebuiltProfilePath); in buildProfilePathForPrebuilt()
274 case ProfilePath.prebuiltProfilePath: in toString()
/art/artd/binder/com/android/server/art/
DProfilePath.aidl26 PrebuiltProfilePath prebuiltProfilePath;
/art/artd/
Dpath_utils.cc275 case ProfilePath::prebuiltProfilePath: in BuildProfileOrDmPath()
276 return BuildPrebuiltProfilePath(profile_path.get<ProfilePath::prebuiltProfilePath>()); in BuildProfileOrDmPath()
307 case ProfilePath::prebuiltProfilePath: in PreRebootFlag()