Home | History | Annotate | Download | only in driver

Lines Matching refs:CompilerDriver

97 class CompilerDriver {
104 explicit CompilerDriver(const CompilerOptions* compiler_options,
116 ~CompilerDriver();
480 friend class CompilerDriver;
534 friend class CompilerDriver;
565 friend class CompilerDriver;
595 friend class CompilerDriver;
624 friend class CompilerDriver;
671 // These flags are internal to CompilerDriver for collecting INVOKE resolution statistics.
821 CompilerDriver& driver);
822 typedef MutexLock* (*CompilerMutexLockFn)(CompilerDriver& driver);
826 typedef void (*DexToDexCompilerFn)(CompilerDriver& driver,
841 typedef void (*CompilerEnableAutoElfLoadingFn)(CompilerDriver& driver);
845 (const CompilerDriver& driver, const CompiledMethod* cm, const mirror::ArtMethod* method);
932 DISALLOW_COPY_AND_ASSIGN(CompilerDriver);