Lines Matching refs:AbstractInterpreter
163 AbstractInterpreter::createJIT(getToolName(), Message, &ToolArgv); in initializeExecutionEnvironment()
167 Interpreter = AbstractInterpreter::createLLC( in initializeExecutionEnvironment()
173 AbstractInterpreter::createLLI(getToolName(), Message, &ToolArgv); in initializeExecutionEnvironment()
182 AbstractInterpreter::createLLI(getToolName(), Message, &ToolArgv); in initializeExecutionEnvironment()
187 Interpreter = AbstractInterpreter::createLLC( in initializeExecutionEnvironment()
193 AbstractInterpreter::createJIT(getToolName(), Message, &ToolArgv); in initializeExecutionEnvironment()
196 Interpreter = AbstractInterpreter::createCustomCompiler( in initializeExecutionEnvironment()
200 Interpreter = AbstractInterpreter::createCustomExecutor( in initializeExecutionEnvironment()
219 SafeInterpreter = AbstractInterpreter::createLLC( in initializeExecutionEnvironment()
227 SafeInterpreter = AbstractInterpreter::createLLC( in initializeExecutionEnvironment()
238 SafeInterpreter = AbstractInterpreter::createLLC( in initializeExecutionEnvironment()
243 SafeInterpreter = AbstractInterpreter::createCustomExecutor( in initializeExecutionEnvironment()
299 AbstractInterpreter *AI) const { in executeProgram()