Searched refs:enableObjectCache (Results 1 – 3 of 3) sorted by relevance
81 bool enableObjectCache = false; member104 ExecutionEngine(bool enableObjectCache, bool enableGDBNotificationListener,
217 ExecutionEngine::ExecutionEngine(bool enableObjectCache, in ExecutionEngine() argument220 : cache(enableObjectCache ? new SimpleObjectCache() : nullptr), in ExecutionEngine()237 options.enableObjectCache, options.enableGDBNotificationListener, in create()
216 engineOptions.enableObjectCache = true; in compileAndExecute()