Searched refs:map_ptr_base (Results 1 – 7 of 7) sorted by relevance
/PHP-8.3/Zend/ |
H A D | zend_map_ptr.h | 34 ((void**)((char*)CG(map_ptr_base) + offset)) 36 ((void*)(((char*)(ptr)) - ((char*)CG(map_ptr_base))))
|
H A D | zend.c | 728 compiler_globals->map_ptr_base = ZEND_MAP_PTR_BIASED_BASE(NULL); in compiler_globals_ctor() 736 compiler_globals->map_ptr_base = ZEND_MAP_PTR_BIASED_BASE(base); in compiler_globals_ctor() 778 compiler_globals->map_ptr_base = ZEND_MAP_PTR_BIASED_BASE(NULL); in compiler_globals_dtor() 1018 CG(map_ptr_base) = ZEND_MAP_PTR_BIASED_BASE(NULL); in zend_startup() 1099 compiler_globals->map_ptr_base = ZEND_MAP_PTR_BIASED_BASE(NULL); in zend_post_startup() 1163 CG(map_ptr_base) = ZEND_MAP_PTR_BIASED_BASE(NULL); in zend_shutdown() 1961 CG(map_ptr_base) = ZEND_MAP_PTR_BIASED_BASE(CG(map_ptr_real_base)); in zend_map_ptr_new() 1978 CG(map_ptr_base) = ZEND_MAP_PTR_BIASED_BASE(CG(map_ptr_real_base)); in zend_map_ptr_extend()
|
H A D | zend_globals.h | 144 void *map_ptr_base; member
|
/PHP-8.3/ext/opcache/jit/ |
H A D | zend_jit_disasm.c | 593 REGISTER_CG(map_ptr_base);
|
H A D | zend_jit_x86.dasc | 10050 | MEM_LOAD_ZTS r2, aword, compiler_globals, map_ptr_base, r1 10066 | MEM_LOAD_OP_ZTS add, r2, aword, compiler_globals, map_ptr_base, r1
|
H A D | zend_jit_arm64.dasc | 9339 | MEM_LOAD_64_ZTS ldr, REG2, compiler_globals, map_ptr_base, TMP1 9356 | MEM_LOAD_OP_ZTS add, ldr, REG2, compiler_globals, map_ptr_base, REG1, TMP1
|
/PHP-8.3/ext/opcache/ |
H A D | ZendAccelerator.c | 4313 CG(map_ptr_base) = ZEND_MAP_PTR_BIASED_BASE(CG(map_ptr_real_base));
|
Completed in 98 milliseconds