Searched refs:stack_frame_size (Results 1 – 1 of 1) sorted by relevance
690 const size_t stack_frame_size = 512 * 1024; in PrepareToExecuteJITExpression() local692 m_stack_frame_bottom = m_execution_unit_ap->Malloc(stack_frame_size, in PrepareToExecuteJITExpression()698 m_stack_frame_top = m_stack_frame_bottom + stack_frame_size; in PrepareToExecuteJITExpression()