Searched defs:counter (Results 1 – 12 of 12) sorted by relevance
298 # define GC_BENCH_INC(counter) GC_G(counter)++ argument299 # define GC_BENCH_DEC(counter) GC_G(counter)-- argument300 # define GC_BENCH_PEAK(peak, counter) do { \ argument306 # define GC_BENCH_INC(counter) argument307 # define GC_BENCH_DEC(counter) argument308 # define GC_BENCH_PEAK(peak, counter) argument
131 sljit_uw counter, used_size; in sljit_serialize_compiler() local
712 sljit_s32 counter; in get_imm() local
354 sljit_uw counter = 0; in patch_pc_relative_loads() local
165 int16_t *counter; member332 int16_t *counter; member
2991 uintptr_t counter; in zend_jit_check_funcs() local
8267 uint8_t *counter = JIT_G(exit_counters) + in zend_jit_trace_exit_is_bad() local8279 uint8_t *counter = JIT_G(exit_counters) + in zend_jit_trace_exit_is_hot() local
1567 ir_ref counter = ir_LOAD_U32(ref); in jit_GC_ADDREF2() local1573 ir_ref counter = ir_LOAD_U32(ref); in jit_GC_DELREF() local6493 ir_ref ref, counter, if_not_zero; in zend_jit_assign_to_variable() local
376 int counter = 0; in sxe_prop_dim_write() local
2172 int counter = 1; in dom_get_ns_resolve_prefix_conflict() local
1322 unsigned int counter; member
1786 __m128i counter = _mm_setzero_si128(); /* Vector of 16 continuation-byte counters */ in mb_fast_strlen_utf8() local
Completed in 226 milliseconds