| 186 | RuntimeProfile* runtime_profile() { return profile_; } |
| 187 | RuntimeProfile::Counter* ir_generation_timer() { return ir_generation_timer_; } |
| 188 | RuntimeProfile::Counter* main_thread_timer() { return main_thread_timer_; } |
| 189 | RuntimeProfile::ThreadCounters* llvm_thread_counters() { return llvm_thread_counters_; } |
| 190 | |
| 191 | /// Turns on/off optimization passes |