Searched refs:SetAllowJIT (Results 1 – 5 of 5) sorted by relevance
147 …feature("docstring", "Sets whether to JIT an expression if it cannot be interpreted.") SetAllowJIT;149 SetAllowJIT(bool allow);
62 opts.SetAllowJIT(False)84 opts.SetAllowJIT(False)
63 options.SetAllowJIT(False)73 options.SetAllowJIT(True)
101 void SetAllowJIT(bool allow);
245 void SBExpressionOptions::SetAllowJIT(bool allow) { in SetAllowJIT() function in SBExpressionOptions