Lines Matching refs:Compiler
25 #include "compiler.h"
62 Compiler::Kind GetCompilerKind() const;
63 void SetCompilerKind(Compiler::Kind compiler_kind);
67 // Get the set of image classes given to the compiler-driver in SetUp. Note: the compiler
71 // Get the set of compiled classes given to the compiler-driver in SetUp. Note: the compiler
75 // Get the set of compiled methods given to the compiler-driver in SetUp. Note: the compiler
96 void CreateCompilerDriver(Compiler::Kind kind, InstructionSet isa, size_t number_of_threads = 2U);
102 Compiler::Kind compiler_kind_ = Compiler::kOptimizing;
127 if (kUseReadBarrier && GetCompilerKind() == Compiler::kOptimizing) { \