Lines Matching refs:zend_jit_trace_stack_frame

467 …return ZEND_MM_ALIGNED_SIZE(offsetof(zend_jit_trace_stack_frame, stack) + ZEND_MM_ALIGNED_SIZE((op…  in zend_jit_trace_frame_size()
469 …return ZEND_MM_ALIGNED_SIZE(offsetof(zend_jit_trace_stack_frame, stack) + ZEND_MM_ALIGNED_SIZE(op_… in zend_jit_trace_frame_size()
471 return ZEND_MM_ALIGNED_SIZE(offsetof(zend_jit_trace_stack_frame, stack)); in zend_jit_trace_frame_size()
475 static zend_jit_trace_stack_frame* zend_jit_trace_call_frame(zend_jit_trace_stack_frame *frame, con… in zend_jit_trace_call_frame()
477 return (zend_jit_trace_stack_frame*)((char*)frame + zend_jit_trace_frame_size(op_array)); in zend_jit_trace_call_frame()
480 static zend_jit_trace_stack_frame* zend_jit_trace_ret_frame(zend_jit_trace_stack_frame *frame, cons… in zend_jit_trace_ret_frame()
482 return (zend_jit_trace_stack_frame*)((char*)frame - zend_jit_trace_frame_size(op_array)); in zend_jit_trace_ret_frame()
485 static void zend_jit_trace_send_type(const zend_op *opline, zend_jit_trace_stack_frame *call, uint8… in zend_jit_trace_send_type()
1200 zend_jit_trace_stack_frame *frame, *top, *call; in zend_jit_trace_build_tssa()
1326 …JIT_G(current_frame) = frame = (zend_jit_trace_stack_frame*)((char*)zend_arena_alloc(&CG(arena), s… in zend_jit_trace_build_tssa()
2719 zend_jit_trace_stack_frame *frame; in zend_jit_trace_allocate_registers()
3030 zend_jit_trace_stack_frame *prev_frame = frame; in zend_jit_trace_allocate_registers()
3957 zend_jit_trace_stack_frame *frame) in zend_jit_trace_next_is_send_result()
4015 zend_jit_trace_stack_frame *frame, *top, *call; in zend_jit_trace()