Searched refs:map_ptr_last (Results 1 – 10 of 10) sorted by relevance
730 compiler_globals->map_ptr_last = global_map_ptr_last; in compiler_globals_ctor()731 if (compiler_globals->map_ptr_last) { in compiler_globals_ctor()1020 CG(map_ptr_last) = 0; in zend_startup()1085 global_map_ptr_last = compiler_globals->map_ptr_last; in zend_post_startup()1113 global_map_ptr_last = CG(map_ptr_last); in zend_post_startup()1270 if (CG(map_ptr_last)) { in zend_activate()1950 CG(map_ptr_last) = global_map_ptr_last; in zend_map_ptr_reset()1957 if (CG(map_ptr_last) >= CG(map_ptr_size)) { in zend_map_ptr_new()1965 CG(map_ptr_last)++; in zend_map_ptr_new()1971 if (last > CG(map_ptr_last)) { in zend_map_ptr_extend()[all …]
146 size_t map_ptr_last; member
841 #define ZSTR_VALID_CE_CACHE(s) EXPECTED((GC_REFCOUNT(s)-1)/sizeof(void *) < CG(map_ptr_last))
37 // Ensure that map_ptr_last did not increase
444 if (idx >= ZCSG(map_ptr_last)) { in accel_interned_strings_restore_state()2288 if (ZCSG(map_ptr_last) > CG(map_ptr_last)) { in zend_accel_inheritance_cache_get()2385 zend_map_ptr_extend(ZCSG(map_ptr_last)); in zend_accel_inheritance_cache_add()2431 ZCSG(map_ptr_last) = CG(map_ptr_last); in zend_accel_inheritance_cache_add()2583 ZCSG(map_ptr_last) = CG(map_ptr_last); in zend_reset_cache_vars()4308 if (CG(map_ptr_last) != ZCSG(map_ptr_last)) {4310 CG(map_ptr_last) = ZCSG(map_ptr_last);4334 orig_map_ptr_last = CG(map_ptr_last);4442 CG(map_ptr_last) = orig_map_ptr_last;4454 CG(map_ptr_last) = orig_map_ptr_last;[all …]
384 if (ZCSG(map_ptr_last) > CG(map_ptr_last)) { in zend_accel_load_script()385 zend_map_ptr_extend(ZCSG(map_ptr_last)); in zend_accel_load_script()
249 size_t map_ptr_last; member
1359 zend_map_ptr_extend(ZCSG(map_ptr_last)); in zend_accel_script_persist()1385 ZCSG(map_ptr_last) = CG(map_ptr_last); in zend_accel_script_persist()
1909 zend_map_ptr_extend(ZCSG(map_ptr_last));1940 ZCSG(map_ptr_last) = CG(map_ptr_last);
616 RETURN_LONG(CG(map_ptr_last)); in ZEND_FUNCTION()
Completed in 50 milliseconds