• Home
  • Raw
  • Download

Lines Matching refs:M

53 using M = Dex2oatArgumentMap;  typedef
64 .IntoKey(M::DexFiles) in AddInputMappings()
73 .IntoKey(M::DexLocations) in AddInputMappings()
78 .IntoKey(M::ZipFd) in AddInputMappings()
83 .IntoKey(M::ZipLocation) in AddInputMappings()
99 .IntoKey(M::BootImage); in AddInputMappings()
107 .IntoKey(M::InputVdexFd) in AddGeneratedArtifactMappings()
111 .IntoKey(M::InputVdex) in AddGeneratedArtifactMappings()
115 .IntoKey(M::OutputVdexFd) in AddGeneratedArtifactMappings()
119 .IntoKey(M::OutputVdex) in AddGeneratedArtifactMappings()
123 .IntoKey(M::DmFd) in AddGeneratedArtifactMappings()
127 .IntoKey(M::DmFile) in AddGeneratedArtifactMappings()
132 .IntoKey(M::OatFile) in AddGeneratedArtifactMappings()
137 .IntoKey(M::OatSymbols) in AddGeneratedArtifactMappings()
143 .IntoKey(M::Strip) in AddGeneratedArtifactMappings()
147 .IntoKey(M::OatFd) in AddGeneratedArtifactMappings()
153 .IntoKey(M::OatLocation); in AddGeneratedArtifactMappings()
161 .IntoKey(M::ImageFilename) in AddImageMappings()
166 .IntoKey(M::ImageFd) in AddImageMappings()
171 .IntoKey(M::Base) in AddImageMappings()
175 .IntoKey(M::AppImageFile) in AddImageMappings()
179 .IntoKey(M::AppImageFileFd) in AddImageMappings()
185 .IntoKey(M::MultiImage) in AddImageMappings()
190 .IntoKey(M::DirtyImageObjects) in AddImageMappings()
198 .IntoKey(M::UpdatableBcpPackagesFile) in AddImageMappings()
206 .IntoKey(M::ImageFormat); in AddImageMappings()
214 .IntoKey(M::SwapFile) in AddSwapMappings()
218 .IntoKey(M::SwapFileFd) in AddSwapMappings()
222 .IntoKey(M::SwapDexSizeThreshold) in AddSwapMappings()
226 .IntoKey(M::SwapDexCountThreshold); in AddSwapMappings()
233 .IntoKey(M::Passes) in AddCompilerMappings()
237 .IntoKey(M::Profile) in AddCompilerMappings()
241 .IntoKey(M::ProfileFd) in AddCompilerMappings()
244 .IntoKey(M::NoInlineFrom); in AddCompilerMappings()
252 .IntoKey(M::TargetInstructionSet) in AddTargetMappings()
258 .IntoKey(M::TargetInstructionSetVariant) in AddTargetMappings()
268 .IntoKey(M::TargetInstructionSetFeatures); in AddTargetMappings()
285 .IntoKey(M::Watchdog) in CreateDex2oatArgumentParser()
289 .IntoKey(M::WatchdogTimeout) in CreateDex2oatArgumentParser()
294 .IntoKey(M::Threads) in CreateDex2oatArgumentParser()
300 .IntoKey(M::CpuSet) in CreateDex2oatArgumentParser()
306 .IntoKey(M::AndroidRoot) in CreateDex2oatArgumentParser()
312 .IntoKey(M::Backend) in CreateDex2oatArgumentParser()
315 .IntoKey(M::Host) in CreateDex2oatArgumentParser()
319 .IntoKey(M::AvoidStoringInvocation) in CreateDex2oatArgumentParser()
324 .IntoKey(M::VeryLargeAppThreshold) in CreateDex2oatArgumentParser()
327 .IntoKey(M::ForceDeterminism) in CreateDex2oatArgumentParser()
329 .IntoKey(M::CheckLinkageConditions) in CreateDex2oatArgumentParser()
331 .IntoKey(M::CrashOnLinkageViolation) in CreateDex2oatArgumentParser()
338 .IntoKey(M::CopyDexFiles) in CreateDex2oatArgumentParser()
342 .IntoKey(M::ForceAllowOjInlines) in CreateDex2oatArgumentParser()
347 .IntoKey(M::InvocationFile) in CreateDex2oatArgumentParser()
351 .IntoKey(M::ClasspathDir) in CreateDex2oatArgumentParser()
356 .IntoKey(M::ClassLoaderContext) in CreateDex2oatArgumentParser()
362 .IntoKey(M::ClassLoaderContextFds) in CreateDex2oatArgumentParser()
390 .IntoKey(M::StoredClassLoaderContext) in CreateDex2oatArgumentParser()
398 .IntoKey(M::CompactDexLevel) in CreateDex2oatArgumentParser()
406 .IntoKey(M::RuntimeOptions) in CreateDex2oatArgumentParser()
412 .IntoKey(M::CompilationReason) in CreateDex2oatArgumentParser()
416 .IntoKey(M::CompileIndividually) in CreateDex2oatArgumentParser()
419 .IntoKey(M::PublicSdk) in CreateDex2oatArgumentParser()
423 .IntoKey(M::ApexVersions); in CreateDex2oatArgumentParser()