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.java64 var dexMetadataPath = new DexMetadataPath(); in buildDexMetadataPath() local
65 dexMetadataPath.dexPath = dexPath; in buildDexMetadataPath()
66 return dexMetadataPath; in buildDexMetadataPath()
120 return ProfilePath.dexMetadataPath(buildDexMetadataPath(dexPath)); in buildProfilePathForDm()
224 case ProfilePath.dexMetadataPath: in toString()
/art/artd/binder/com/android/server/art/
DProfilePath.aidl33 com.android.server.art.DexMetadataPath dexMetadataPath;
/art/artd/
Dpath_utils.cc266 case ProfilePath::dexMetadataPath: in BuildProfileOrDmPath()
267 return BuildDexMetadataPath(profile_path.get<ProfilePath::dexMetadataPath>()); in BuildProfileOrDmPath()
Dartd.cc626 if (profile.getTag() == ProfilePath::dexMetadataPath) { in mergeProfiles()
681 if (in_referenceProfile->getTag() == ProfilePath::dexMetadataPath) { in mergeProfiles()