Home
last modified time | relevance | path

Searched refs:ZEND_ACC_ARENA_ALLOCATED (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/opcache/
H A Dzend_persist_calc.c339 if (op_array->fn_flags & ZEND_ACC_ARENA_ALLOCATED) { in zend_persist_class_method_calc()
H A Dzend_persist.c713 if (op_array->fn_flags & ZEND_ACC_ARENA_ALLOCATED) { in zend_persist_class_method()
/php-src/Zend/
H A Dzend_enum.c435 ZEND_ACC_PUBLIC|ZEND_ACC_STATIC|ZEND_ACC_HAS_RETURN_TYPE|ZEND_ACC_ARENA_ALLOCATED; in zend_enum_register_funcs()
H A Dzend_compile.h368 #define ZEND_ACC_ARENA_ALLOCATED (1 << 25) /* | X | | */ macro
H A Dzend_opcode.c171 if (!(function->common.fn_flags & ZEND_ACC_ARENA_ALLOCATED)) { in zend_function_dtor()
H A Dzend_inheritance.c105 new_function->common.fn_flags |= ZEND_ACC_ARENA_ALLOCATED; in zend_duplicate_internal_function()
2007 new_fn->common.fn_flags |= ZEND_ACC_ARENA_ALLOCATED; in zend_add_trait_method()

Completed in 64 milliseconds