Home
last modified time | relevance | path

Searched refs:map_ptr_base (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_map_ptr.h62 ((void**)((char*)CG(map_ptr_base) + (uintptr_t)ZEND_MAP_PTR(ptr)))
64 ((void*)(((char*)(ptr)) - ((char*)CG(map_ptr_base))))
H A Dzend.c681 ZEND_MAP_PTR_SET_REAL_BASE(compiler_globals->map_ptr_base, NULL); in compiler_globals_ctor()
715 if (ZEND_MAP_PTR_REAL_BASE(compiler_globals->map_ptr_base)) { in compiler_globals_dtor()
716 free(ZEND_MAP_PTR_REAL_BASE(compiler_globals->map_ptr_base)); in compiler_globals_dtor()
950 ZEND_MAP_PTR_SET_REAL_BASE(CG(map_ptr_base), NULL); in zend_startup()
1065 if (ZEND_MAP_PTR_REAL_BASE(compiler_globals->map_ptr_base)) { in zend_post_startup()
1066 free(ZEND_MAP_PTR_REAL_BASE(compiler_globals->map_ptr_base)); in zend_post_startup()
1124 if (ZEND_MAP_PTR_REAL_BASE(CG(map_ptr_base))) { in zend_shutdown()
1125 free(ZEND_MAP_PTR_REAL_BASE(CG(map_ptr_base))); in zend_shutdown()
1126 ZEND_MAP_PTR_SET_REAL_BASE(CG(map_ptr_base), NULL); in zend_shutdown()
1762 …ZEND_MAP_PTR_SET_REAL_BASE(CG(map_ptr_base), perealloc(ZEND_MAP_PTR_REAL_BASE(CG(map_ptr_base)), C… in zend_map_ptr_new()
[all …]
H A Dzend_globals.h123 void *map_ptr_base; member
/PHP-8.0/ext/opcache/
H A DZendAccelerator.c4360 …ZEND_MAP_PTR_SET_REAL_BASE(CG(map_ptr_base), perealloc(ZEND_MAP_PTR_REAL_BASE(CG(map_ptr_base)), C…
4361 memset((void **) ZEND_MAP_PTR_REAL_BASE(CG(map_ptr_base)) + old_map_ptr_last, 0,
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_x86.dasc10246 | MEM_OP2_2_ZTS add, r2, aword, compiler_globals, map_ptr_base, r1
10251 | MEM_OP2_2_ZTS add, r2, aword, compiler_globals, map_ptr_base, r1
10258 | MEM_OP2_2_ZTS add, r2, aword, compiler_globals, map_ptr_base, r1

Completed in 49 milliseconds