Searched refs:isExecutingJIT (Results 1 – 3 of 3) sorted by relevance
115 bool isExecutingJIT();
457 bool BugDriver::isExecutingJIT() { return InterpreterSel == RunJIT; } in isExecutingJIT() function in BugDriver
788 if (!BD.isExecutingJIT()) in CleanupAndPrepareModules()1079 if (isExecutingJIT()) { in debugCodeGenerator()