Searched refs:object_buckets (Results 1 – 9 of 9) sorted by relevance
41 efree(objects->object_buckets); in zend_objects_store_destroy()42 objects->object_buckets = NULL; in zend_objects_store_destroy()50 if (objects->object_buckets[i].valid) { in zend_objects_store_call_destructors()54 objects->object_buckets[i].destructor_called = 1; in zend_objects_store_call_destructors()58 obj = &objects->object_buckets[i].bucket.obj; in zend_objects_store_call_destructors()70 if (!objects->object_buckets) { in zend_objects_store_mark_destructed()74 if (objects->object_buckets[i].valid) { in zend_objects_store_mark_destructed()75 objects->object_buckets[i].destructor_called = 1; in zend_objects_store_mark_destructed()85 if (objects->object_buckets[i].valid) { in zend_objects_store_free_object_storage()90 objects->object_buckets[i].valid = 0; in zend_objects_store_free_object_storage()[all …]
198 EG(objects_store).object_buckets == NULL)) { in gc_zobj_possible_root()277 if (Z_TYPE_P(pz) == IS_OBJECT && EG(objects_store).object_buckets) { in zval_scan_black()348 if (Z_TYPE_P(pz) == IS_OBJECT && EG(objects_store).object_buckets) { in zval_mark_grey()418 if (EG(objects_store).object_buckets) { in gc_mark_roots()499 if (EG(objects_store).object_buckets) { in zobj_scan()598 if (EG(objects_store).object_buckets) { in zobj_collect_white()631 if (EG(objects_store).object_buckets) { in gc_collect_roots()679 if (EG(objects_store).object_buckets && in gc_collect_cycles()680 EG(objects_store).object_buckets[Z_OBJ_HANDLE(p->z)].valid && in gc_collect_cycles()700 if (EG(objects_store).object_buckets && in gc_collect_cycles()[all …]
165 if (EXPECTED(EG(objects_store).object_buckets != NULL) && \166 EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(zobject)].valid) { \
51 zend_object_store_bucket *object_buckets; member
92 obj_bucket = &EG(objects_store).object_buckets[handle]; in zend_objects_destroy_object()
841 …(!EG(objects_store).object_buckets || !EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(fci->object… in zend_call_function()
2721 (!EG(objects_store).object_buckets || in zend_is_callable_ex()2722 !EG(objects_store).object_buckets[Z_OBJ_HANDLE_P(object_ptr)].valid)) { in zend_is_callable_ex()2802 if (!EG(objects_store).object_buckets || in zend_is_callable_ex()2803 !EG(objects_store).object_buckets[Z_OBJ_HANDLE_PP(obj)].valid) { in zend_is_callable_ex()
2317 if (!SOAP_GLOBAL(use_soap_error_handler) || !EG(objects_store).object_buckets) {2373 old_objects = EG(objects_store).object_buckets;2374 EG(objects_store).object_buckets = NULL;2389 EG(objects_store).object_buckets = old_objects;
599 obj = &EG(objects_store).object_buckets[handle].bucket.obj; in dom_objects_store_clone_obj()
Completed in 46 milliseconds