Searched refs:m_compiled (Results 1 – 3 of 3) sorted by relevance
69 if (m_compiled) in CompileFunction()202 m_compiled = (num_errors == 0); in CompileFunction()204 if (!m_compiled) in CompileFunction()
332 bool m_compiled; ///< True if the wrapper function has already been parsed. variable
48 m_return_offset(0), m_arg_values(arg_value_list), m_compiled(false), in FunctionCaller()88 if (!m_compiled) { in WriteFunctionWrapper()