Lines Matching refs:CompilerDriver
93 class CompilerDriver {
100 explicit CompilerDriver(const CompilerOptions* compiler_options,
110 ~CompilerDriver();
459 friend class CompilerDriver; variable
513 friend class CompilerDriver; variable
544 friend class CompilerDriver; variable
574 friend class CompilerDriver; variable
749 typedef void (*CompilerCallbackFn)(CompilerDriver& driver);
750 typedef MutexLock* (*CompilerMutexLockFn)(CompilerDriver& driver);
754 typedef void (*DexToDexCompilerFn)(CompilerDriver& driver,
769 typedef void (*CompilerEnableAutoElfLoadingFn)(CompilerDriver& driver);
773 (const CompilerDriver& driver, const CompiledMethod* cm, const mirror::ArtMethod* method);
821 DISALLOW_COPY_AND_ASSIGN(CompilerDriver);