Home
last modified time | relevance | path

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

/art/artd/binder/com/android/server/art/
DArtifactsLocation.aidl29 DM = 3, enumConstant
/art/libartservice/service/
DREADME.md84 appended to the compilation reason to indicate that a DM (`.dm`) file is passed
87 Note: ART Service also passes the DM file to `dex2oat` in other scenarios, such
91 Note: The `-dm` suffix does **not** imply anything in the DM file being used by
93 the DM file is empty or if `dex2oat` leaves all contents of the DM file unused.
94 That would only happen if there's a bug, like the wrong DM file being passed.
165 If the app is installed along with a DM file that contains a profile (known as a
170 DM file that only contains a VDEX file (but not a profile), no dexopt will be
/art/libartservice/service/java/com/android/server/art/
DDexopter.java600 case ArtifactsLocation.DM: in getInputVdex()
/art/libartservice/service/javatests/com/android/server/art/
DPrimaryDexopterTest.java194 doReturn(dexoptIsNeeded(ArtifactsLocation.DM)) in testDexoptInputVdex()
/art/artd/
Dartd.cc224 return ArtifactsLocation::DM; in ArtifactsLocationToAidl()