Searched defs:compiler_name (Results 1 – 3 of 3) sorted by relevance
367 OptimizedCompilationJob(const char* compiler_name, State initial_state) in OptimizedCompilationJob()380 const char* compiler_name() const { return compiler_name_; } in compiler_name() function
105 const char* compiler_name) { in TracePrepareJob()
217 def _is_gcc(self, compiler_name): argument