Home | History | Annotate | Download | only in driver

Lines Matching refs:compiler_

353       compiler_(NULL),
368 compiler_ = reinterpret_cast<CompilerFn>(ArtCompileMethod);
371 compiler_ = reinterpret_cast<CompilerFn>(ArtQuickCompileMethod);
1348 compiler_(compiler),
1362 CHECK(compiler_ != NULL);
1363 return compiler_;
1428 CompilerDriver* const compiler_;
2320 CompilerFn compiler = compiler_;