Home
last modified time | relevance | path

Searched refs:dexMetadataPath (Results 1 – 4 of 4) sorted by relevance

/art/libartservice/service/java/com/android/server/art/
DAidlUtils.java81 var dexMetadataPath = new DexMetadataPath(); in buildDexMetadataPath() local
82 dexMetadataPath.dexPath = dexPath; in buildDexMetadataPath()
83 return dexMetadataPath; in buildDexMetadataPath()
144 return ProfilePath.dexMetadataPath(buildDexMetadataPath(dexPath)); in buildProfilePathForDm()
276 case ProfilePath.dexMetadataPath: in toString()
/art/artd/binder/com/android/server/art/
DProfilePath.aidl33 com.android.server.art.DexMetadataPath dexMetadataPath;
/art/artd/
Dpath_utils.cc285 case ProfilePath::dexMetadataPath: in BuildProfileOrDmPath()
286 return BuildDexMetadataPath(profile_path.get<ProfilePath::dexMetadataPath>()); in BuildProfileOrDmPath()
310 case ProfilePath::dexMetadataPath: in PreRebootFlag()
Dartd.cc821 if (profile.getTag() == ProfilePath::dexMetadataPath) { in mergeProfiles()
877 if (in_referenceProfile->getTag() == ProfilePath::dexMetadataPath) { in mergeProfiles()