Searched refs:called_from (Results 1 – 1 of 1) sorted by relevance
697 …c bool zend_jit_class_may_be_modified(const zend_class_entry *ce, const zend_op_array *called_from) in zend_jit_class_may_be_modified() argument712 if (ce->info.user.filename == called_from->filename) { in zend_jit_class_may_be_modified()715 || zend_jit_class_may_be_modified(ce->parent, called_from))) { in zend_jit_class_may_be_modified()723 if (zend_jit_class_may_be_modified(ce->interfaces[i], called_from)) { in zend_jit_class_may_be_modified()736 if (!trait || zend_jit_class_may_be_modified(trait, called_from)) { in zend_jit_class_may_be_modified()747 static bool zend_jit_may_be_modified(const zend_function *func, const zend_op_array *called_from) in zend_jit_may_be_modified() argument760 if (func->op_array.filename == called_from->filename in zend_jit_may_be_modified()762 || !zend_jit_class_may_be_modified(func->op_array.scope, called_from))) { in zend_jit_may_be_modified()
Completed in 9 milliseconds