Home | History | Annotate | Download | only in driver

Lines Matching refs:Compiler

28 #include "compiler.h"
81 // Thread-local storage compiler worker threads
99 // Create a compiler targeting the requested "instruction_set".
101 // enabled. "image_classes" lets the compiler know what classes it
107 Compiler::Kind compiler_kind,
146 Compiler* GetCompiler() const {
197 // Callbacks from compiler to see what runtime checks must be generated.
664 // Should the compiler run on this method given profile information?
779 std::unique_ptr<Compiler> compiler_;
789 // All class references that this compiler has compiled.
794 // All method references that this compiler has compiled.
838 // Arena pool used by the compiler.