Lines Matching refs:M

52 using M = Dex2oatArgumentMap;  typedef
60 .IntoKey(M::DexFiles) in AddInputMappings()
63 .IntoKey(M::DexLocations) in AddInputMappings()
66 .IntoKey(M::ZipFd) in AddInputMappings()
69 .IntoKey(M::ZipLocation) in AddInputMappings()
72 .IntoKey(M::BootImage); in AddInputMappings()
79 .IntoKey(M::InputVdexFd) in AddGeneratedArtifactMappings()
82 .IntoKey(M::InputVdex) in AddGeneratedArtifactMappings()
85 .IntoKey(M::OutputVdexFd) in AddGeneratedArtifactMappings()
88 .IntoKey(M::OutputVdex) in AddGeneratedArtifactMappings()
91 .IntoKey(M::DmFd) in AddGeneratedArtifactMappings()
94 .IntoKey(M::DmFile) in AddGeneratedArtifactMappings()
97 .IntoKey(M::OatFile) in AddGeneratedArtifactMappings()
100 .IntoKey(M::OatSymbols) in AddGeneratedArtifactMappings()
102 .IntoKey(M::Strip) in AddGeneratedArtifactMappings()
105 .IntoKey(M::OatFd) in AddGeneratedArtifactMappings()
108 .IntoKey(M::OatLocation); in AddGeneratedArtifactMappings()
115 .IntoKey(M::ImageFilename) in AddImageMappings()
118 .IntoKey(M::ImageFd) in AddImageMappings()
121 .IntoKey(M::Base) in AddImageMappings()
124 .IntoKey(M::AppImageFile) in AddImageMappings()
127 .IntoKey(M::AppImageFileFd) in AddImageMappings()
130 .IntoKey(M::MultiImage) in AddImageMappings()
133 .IntoKey(M::DirtyImageObjects) in AddImageMappings()
136 .IntoKey(M::UpdatableBcpPackagesFile) in AddImageMappings()
142 .IntoKey(M::ImageFormat); in AddImageMappings()
149 .IntoKey(M::SwapFile) in AddSwapMappings()
152 .IntoKey(M::SwapFileFd) in AddSwapMappings()
155 .IntoKey(M::SwapDexSizeThreshold) in AddSwapMappings()
158 .IntoKey(M::SwapDexCountThreshold); in AddSwapMappings()
165 .IntoKey(M::Passes) in AddCompilerMappings()
168 .IntoKey(M::Profile) in AddCompilerMappings()
171 .IntoKey(M::ProfileFd) in AddCompilerMappings()
174 .IntoKey(M::NoInlineFrom); in AddCompilerMappings()
181 .IntoKey(M::TargetInstructionSet) in AddTargetMappings()
184 .IntoKey(M::TargetInstructionSetVariant) in AddTargetMappings()
187 .IntoKey(M::TargetInstructionSetFeatures); in AddTargetMappings()
203 .IntoKey(M::Watchdog) in CreateArgumentParser()
206 .IntoKey(M::WatchdogTimeout) in CreateArgumentParser()
209 .IntoKey(M::Threads) in CreateArgumentParser()
212 .IntoKey(M::CpuSet) in CreateArgumentParser()
215 .IntoKey(M::AndroidRoot) in CreateArgumentParser()
220 .IntoKey(M::Backend) in CreateArgumentParser()
222 .IntoKey(M::Host) in CreateArgumentParser()
224 .IntoKey(M::AvoidStoringInvocation) in CreateArgumentParser()
227 .IntoKey(M::VeryLargeAppThreshold) in CreateArgumentParser()
229 .IntoKey(M::ForceDeterminism) in CreateArgumentParser()
231 .IntoKey(M::CheckLinkageConditions) in CreateArgumentParser()
233 .IntoKey(M::CrashOnLinkageViolation) in CreateArgumentParser()
239 .IntoKey(M::CopyDexFiles) in CreateArgumentParser()
242 .IntoKey(M::InvocationFile) in CreateArgumentParser()
245 .IntoKey(M::ClasspathDir) in CreateArgumentParser()
248 .IntoKey(M::ClassLoaderContext) in CreateArgumentParser()
251 .IntoKey(M::ClassLoaderContextFds) in CreateArgumentParser()
254 .IntoKey(M::StoredClassLoaderContext) in CreateArgumentParser()
259 .IntoKey(M::CompactDexLevel) in CreateArgumentParser()
262 .IntoKey(M::RuntimeOptions) in CreateArgumentParser()
265 .IntoKey(M::CompilationReason) in CreateArgumentParser()
267 .IntoKey(M::CompileIndividually); in CreateArgumentParser()