Home
last modified time | relevance | path

Searched refs:ZEND_FASTCALL (Results 1 – 25 of 54) sorted by relevance

123

/php-src/Zend/
H A Dzend_operators.h302 ZEND_API void ZEND_FASTCALL convert_scalar_to_number(zval *op);
303 ZEND_API void ZEND_FASTCALL _convert_to_string(zval *op);
304 ZEND_API void ZEND_FASTCALL convert_to_long(zval *op);
305 ZEND_API void ZEND_FASTCALL convert_to_double(zval *op);
306 ZEND_API void ZEND_FASTCALL convert_to_null(zval *op);
307 ZEND_API void ZEND_FASTCALL convert_to_boolean(zval *op);
308 ZEND_API void ZEND_FASTCALL convert_to_array(zval *op);
309 ZEND_API void ZEND_FASTCALL convert_to_object(zval *op);
369 ZEND_API bool ZEND_FASTCALL _try_convert_to_string(zval *op);
388 ZEND_API bool ZEND_FASTCALL zend_is_true(const zval *op);
[all …]
H A Dzend_vm.h29 ZEND_API void ZEND_FASTCALL zend_vm_set_opcode_handler(zend_op* opcode);
30 ZEND_API void ZEND_FASTCALL zend_vm_set_opcode_handler_ex(zend_op* opcode, uint32_t op1_info, uint3…
31 ZEND_API void ZEND_FASTCALL zend_serialize_opcode_handler(zend_op *op);
32 ZEND_API void ZEND_FASTCALL zend_deserialize_opcode_handler(zend_op *op);
33 ZEND_API const void* ZEND_FASTCALL zend_get_opcode_handler_func(const zend_op *op);
35 ZEND_API int ZEND_FASTCALL zend_vm_call_opcode_handler(zend_execute_data *ex);
H A Dzend_variables.c30 static void ZEND_FASTCALL zend_string_destroy(zend_string *str);
34 static void ZEND_FASTCALL zend_reference_destroy(zend_reference *ref);
35 static void ZEND_FASTCALL zend_empty_destroy(zend_reference *ref);
37 typedef void (ZEND_FASTCALL *zend_rc_dtor_func_t)(zend_refcounted *p);
54 ZEND_API void ZEND_FASTCALL rc_dtor_func(zend_refcounted *p) in rc_dtor_func()
61 static void ZEND_FASTCALL zend_string_destroy(zend_string *str) in zend_string_destroy()
71 static void ZEND_FASTCALL zend_reference_destroy(zend_reference *ref) in zend_reference_destroy()
78 static void ZEND_FASTCALL zend_empty_destroy(zend_reference *ref) in zend_empty_destroy()
124 ZEND_API void ZEND_FASTCALL zval_copy_ctor_func(zval *zvalue) in zval_copy_ctor_func()
H A Dzend_ast.h225 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_zval_ex(zval *zv, zend_ast_attr attr);
226 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_zval(zval *zv);
227 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_zval_from_str(zend_string *str);
228 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_zval_from_long(zend_long lval);
243 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_0(zend_ast_kind kind);
286 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_list_0(zend_ast_kind kind);
303 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_list_add(zend_ast *list, zend_ast *op);
318 ZEND_API zend_ast_ref * ZEND_FASTCALL zend_ast_copy(zend_ast *ast);
319 ZEND_API void ZEND_FASTCALL zend_ast_destroy(zend_ast *ast);
320 ZEND_API void ZEND_FASTCALL zend_ast_ref_destroy(zend_ast_ref *ast);
[all …]
H A Dzend_execute.h66 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_false_to_array_deprecated(void);
68 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_use_resource_as_offset(const zval *dim);
94 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_cannot_add_element(void);
210 ZEND_API zend_result ZEND_FASTCALL zval_update_constant(zval *pp);
404 ZEND_API ZEND_NORETURN void ZEND_FASTCALL zend_timeout(void);
409 ZEND_API zend_function * ZEND_FASTCALL zend_fetch_function(zend_string *name);
411 ZEND_API void ZEND_FASTCALL zend_init_func_run_time_cache(zend_op_array *op_array);
439 ZEND_API void ZEND_FASTCALL zend_non_static_method_call(const zend_function *fbc);
443 zval * ZEND_FASTCALL zend_handle_named_arg(
446 ZEND_API zend_result ZEND_FASTCALL zend_handle_undef_args(zend_execute_data *call);
[all …]
H A Dzend_objects_API.h56 ZEND_API void ZEND_FASTCALL zend_objects_store_init(zend_objects_store *objects, uint32_t init_size…
57 ZEND_API void ZEND_FASTCALL zend_objects_store_call_destructors(zend_objects_store *objects);
58 ZEND_API void ZEND_FASTCALL zend_objects_store_mark_destructed(zend_objects_store *objects);
59 ZEND_API void ZEND_FASTCALL zend_objects_store_free_object_storage(zend_objects_store *objects, boo…
60 ZEND_API void ZEND_FASTCALL zend_objects_store_destroy(zend_objects_store *objects);
63 ZEND_API void ZEND_FASTCALL zend_objects_store_put(zend_object *object);
64 ZEND_API void ZEND_FASTCALL zend_objects_store_del(zend_object *object);
H A Dzend_observer.h87 ZEND_API void ZEND_FASTCALL zend_observer_fcall_begin(zend_execute_data *execute_data);
89 ZEND_API void ZEND_FASTCALL zend_observer_fcall_begin_prechecked(zend_execute_data *execute_data, z…
120 ZEND_API void ZEND_FASTCALL zend_observer_generator_resume(zend_execute_data *execute_data);
123 ZEND_API void ZEND_FASTCALL zend_observer_fcall_end_prechecked(zend_execute_data *execute_data, zva…
135 ZEND_API void ZEND_FASTCALL _zend_observer_function_declared_notify(zend_op_array *op_array, zend_s…
145 ZEND_API void ZEND_FASTCALL _zend_observer_class_linked_notify(zend_class_entry *ce, zend_string *n…
170 ZEND_API void ZEND_FASTCALL zend_observer_fiber_init_notify(zend_fiber_context *initializing);
171 ZEND_API void ZEND_FASTCALL zend_observer_fiber_switch_notify(zend_fiber_context *from, zend_fiber_…
172 ZEND_API void ZEND_FASTCALL zend_observer_fiber_destroy_notify(zend_fiber_context *destroying);
H A Dzend_objects.h26 ZEND_API void ZEND_FASTCALL zend_object_std_init(zend_object *object, zend_class_entry *ce);
27 ZEND_API zend_object* ZEND_FASTCALL zend_objects_new(zend_class_entry *ce);
28 ZEND_API void ZEND_FASTCALL zend_objects_clone_members(zend_object *new_object, zend_object *old_ob…
H A Dzend_alloc.h65 ZEND_API ZEND_ATTRIBUTE_MALLOC char* ZEND_FASTCALL zend_strndup(const char *s, size_t length);
69 ZEND_API ZEND_ATTRIBUTE_MALLOC void* ZEND_FASTCALL _safe_malloc(size_t nmemb, size_t size, size_t …
70 ZEND_API void ZEND_FASTCALL _efree(void *ptr ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_DC);
75 ZEND_API void* ZEND_FASTCALL _safe_realloc(void *ptr, size_t nmemb, size_t size, size_t offset);
78 ZEND_API size_t ZEND_FASTCALL _zend_mem_block_size(void *ptr ZEND_FILE_LINE_DC ZEND_FILE_LINE_ORIG_…
86 ZEND_API ZEND_ATTRIBUTE_MALLOC void* ZEND_FASTCALL _emalloc_ ## _size(void);
90 ZEND_API ZEND_ATTRIBUTE_MALLOC void* ZEND_FASTCALL _emalloc_large(size_t size) ZEND_ATTRIBUTE_ALLOC…
91 ZEND_API ZEND_ATTRIBUTE_MALLOC void* ZEND_FASTCALL _emalloc_huge(size_t size) ZEND_ATTRIBUTE_ALLOC_…
111 ZEND_API void ZEND_FASTCALL _efree_ ## _size(void *);
115 ZEND_API void ZEND_FASTCALL _efree_large(void *, size_t size);
[all …]
H A Dzend_hash.h105 ZEND_API void ZEND_FASTCALL zend_hash_destroy(HashTable *ht);
106 ZEND_API void ZEND_FASTCALL zend_hash_clean(HashTable *ht);
113 ZEND_API void ZEND_FASTCALL zend_hash_real_init_mixed(HashTable *ht);
114 ZEND_API void ZEND_FASTCALL zend_hash_packed_to_hash(HashTable *ht);
115 ZEND_API void ZEND_FASTCALL zend_hash_to_packed(HashTable *ht);
118 ZEND_API void ZEND_FASTCALL zend_hash_packed_grow(HashTable *ht);
316 ZEND_API void ZEND_FASTCALL zend_hash_rehash(HashTable *ht);
334 ZEND_API HashTable* ZEND_FASTCALL _zend_new_array_0(void);
335 ZEND_API HashTable* ZEND_FASTCALL _zend_new_array(uint32_t size);
339 ZEND_API void ZEND_FASTCALL zend_array_destroy(HashTable *ht);
[all …]
H A Dzend_string.c34 static zend_string* ZEND_FASTCALL zend_new_interned_string_permanent(zend_string *str);
35 static zend_string* ZEND_FASTCALL zend_new_interned_string_request(zend_string *str);
36 static zend_string* ZEND_FASTCALL zend_string_init_interned_permanent(const char *str, size_t size,…
38 static zend_string* ZEND_FASTCALL zend_string_init_interned_request(const char *str, size_t size, b…
55 ZEND_API zend_ulong ZEND_FASTCALL zend_string_hash_func(zend_string *str) in zend_string_hash_func()
60 ZEND_API zend_ulong ZEND_FASTCALL zend_hash_func(const char *str, size_t len) in zend_hash_func()
192 ZEND_API zend_string* ZEND_FASTCALL zend_interned_string_find_permanent(zend_string *str) in zend_interned_string_find_permanent()
198 static zend_string* ZEND_FASTCALL zend_init_string_for_interning(zend_string *str, bool persistent) in zend_init_string_for_interning()
209 static zend_string* ZEND_FASTCALL zend_new_interned_string_permanent(zend_string *str) in zend_new_interned_string_permanent()
232 static zend_string* ZEND_FASTCALL zend_new_interned_string_request(zend_string *str) in zend_new_interned_string_request()
[all …]
H A Dzend_objects_API.c28 ZEND_API void ZEND_FASTCALL zend_objects_store_init(zend_objects_store *objects, uint32_t init_size) in zend_objects_store_init()
37 ZEND_API void ZEND_FASTCALL zend_objects_store_destroy(zend_objects_store *objects) in zend_objects_store_destroy()
43 ZEND_API void ZEND_FASTCALL zend_objects_store_call_destructors(zend_objects_store *objects) in zend_objects_store_call_destructors()
66 ZEND_API void ZEND_FASTCALL zend_objects_store_mark_destructed(zend_objects_store *objects) in zend_objects_store_mark_destructed()
83 ZEND_API void ZEND_FASTCALL zend_objects_store_free_object_storage(zend_objects_store *objects, boo… in zend_objects_store_free_object_storage()
127 static ZEND_COLD zend_never_inline void ZEND_FASTCALL zend_objects_store_put_cold(zend_object *obje… in zend_objects_store_put_cold()
140 ZEND_API void ZEND_FASTCALL zend_objects_store_put(zend_object *object) in zend_objects_store_put()
160 ZEND_API void ZEND_FASTCALL zend_objects_store_del(zend_object *object) /* {{{ */ in zend_objects_store_del()
H A Dzend_list.h55 ZEND_API zval* ZEND_FASTCALL zend_list_insert(void *ptr, int type);
56 ZEND_API void ZEND_FASTCALL zend_list_free(zend_resource *res);
57 ZEND_API zend_result ZEND_FASTCALL zend_list_delete(zend_resource *res);
58 ZEND_API void ZEND_FASTCALL zend_list_close(zend_resource *res);
H A Dzend_smart_str.c30 ZEND_API void ZEND_FASTCALL smart_str_erealloc(smart_str *str, size_t len) in smart_str_erealloc()
44 ZEND_API void ZEND_FASTCALL smart_str_realloc(smart_str *str, size_t len) in smart_str_realloc()
77 ZEND_API void ZEND_FASTCALL smart_str_append_escaped(smart_str *str, const char *s, size_t l) { in smart_str_append_escaped()
116 ZEND_API void ZEND_FASTCALL smart_str_append_double( in smart_str_append_double()
139 ZEND_API void ZEND_FASTCALL _smart_string_alloc_persistent(smart_string *str, size_t len) in _smart_string_alloc_persistent()
159 ZEND_API void ZEND_FASTCALL _smart_string_alloc(smart_string *str, size_t len) in _smart_string_alloc()
185 ZEND_API void ZEND_FASTCALL smart_str_append_escaped_truncated(smart_str *str, const zend_string *v… in smart_str_append_escaped_truncated()
194 ZEND_API void ZEND_FASTCALL smart_str_append_scalar(smart_str *dest, const zval *value, size_t trun… in smart_str_append_scalar()
226 ZEND_API zend_result ZEND_FASTCALL smart_str_append_zval(smart_str *dest, const zval *value, size_t… in smart_str_append_zval()
H A Dzend_operators.c226 ZEND_API int ZEND_FASTCALL zend_atoi(const char *str, size_t str_len) in zend_atoi()
540 ZEND_API void ZEND_FASTCALL convert_to_long(zval *op) /* {{{ */ in convert_to_long()
597 ZEND_API void ZEND_FASTCALL convert_to_double(zval *op) /* {{{ */ in convert_to_double()
656 ZEND_API void ZEND_FASTCALL convert_to_null(zval *op) /* {{{ */ in convert_to_null()
663 ZEND_API void ZEND_FASTCALL convert_to_boolean(zval *op) /* {{{ */ in convert_to_boolean()
728 ZEND_API void ZEND_FASTCALL _convert_to_string(zval *op) /* {{{ */ in _convert_to_string()
805 ZEND_API void ZEND_FASTCALL convert_to_array(zval *op) /* {{{ */ in convert_to_array()
851 ZEND_API void ZEND_FASTCALL convert_to_object(zval *op) /* {{{ */ in convert_to_object()
2524 static bool ZEND_FASTCALL increment_string(zval *str) /* {{{ */ in increment_string()
3479 ZEND_API zend_string* ZEND_FASTCALL zend_u64_to_str(uint64_t num)
[all …]
H A Dzend_vm_opcodes.c451 ZEND_API const char* ZEND_FASTCALL zend_get_opcode_name(uint8_t opcode) { in zend_get_opcode_name()
457 ZEND_API uint32_t ZEND_FASTCALL zend_get_opcode_flags(uint8_t opcode) { in zend_get_opcode_flags()
H A Dzend_smart_str.h26 ZEND_API void ZEND_FASTCALL smart_str_erealloc(smart_str *str, size_t len);
27 ZEND_API void ZEND_FASTCALL smart_str_realloc(smart_str *str, size_t len);
28 ZEND_API void ZEND_FASTCALL smart_str_append_escaped(smart_str *str, const char *s, size_t l);
31 ZEND_API void ZEND_FASTCALL smart_str_append_double(
35 ZEND_API void ZEND_FASTCALL smart_str_append_escaped_truncated(smart_str *str, const zend_string *v…
36 ZEND_API void ZEND_FASTCALL smart_str_append_scalar(smart_str *str, const zval *value, size_t trunc…
37 ZEND_API zend_result ZEND_FASTCALL smart_str_append_zval(smart_str *dest, const zval *value, size_t…
H A Dzend_hash.c112 static void ZEND_FASTCALL zend_hash_do_resize(HashTable *ht);
282 ZEND_API HashTable* ZEND_FASTCALL _zend_new_array_0(void) in _zend_new_array_0()
289 ZEND_API HashTable* ZEND_FASTCALL _zend_new_array(uint32_t nSize) in _zend_new_array()
311 ZEND_API void ZEND_FASTCALL zend_hash_packed_grow(HashTable *ht) in zend_hash_packed_grow()
374 ZEND_API void ZEND_FASTCALL zend_hash_to_packed(HashTable *ht) in zend_hash_to_packed()
1300 static void ZEND_FASTCALL zend_hash_do_resize(HashTable *ht) in zend_hash_do_resize()
1328 ZEND_API void ZEND_FASTCALL zend_hash_rehash(HashTable *ht) in zend_hash_rehash()
1727 ZEND_API void ZEND_FASTCALL zend_hash_destroy(HashTable *ht) in zend_hash_destroy()
1808 ZEND_API void ZEND_FASTCALL zend_array_destroy(HashTable *ht) in zend_array_destroy()
1869 ZEND_API void ZEND_FASTCALL zend_hash_clean(HashTable *ht) in zend_hash_clean()
[all …]
H A Dzend_observer.c249 static void ZEND_FASTCALL _zend_observe_fcall_begin(zend_execute_data *execute_data) { in _zend_observe_fcall_begin()
257 ZEND_API void ZEND_FASTCALL zend_observer_fcall_begin_prechecked(zend_execute_data *execute_data, z… in zend_observer_fcall_begin_prechecked()
283 ZEND_API void ZEND_FASTCALL zend_observer_generator_resume(zend_execute_data *execute_data) in zend_observer_generator_resume()
288 ZEND_API void ZEND_FASTCALL zend_observer_fcall_begin(zend_execute_data *execute_data) in zend_observer_fcall_begin()
313 ZEND_API void ZEND_FASTCALL zend_observer_fcall_end_prechecked(zend_execute_data *execute_data, zva… in zend_observer_fcall_end_prechecked()
337 ZEND_API void ZEND_FASTCALL _zend_observer_function_declared_notify(zend_op_array *op_array, zend_s… in _zend_observer_function_declared_notify()
355 ZEND_API void ZEND_FASTCALL _zend_observer_class_linked_notify(zend_class_entry *ce, zend_string *n… in _zend_observer_class_linked_notify()
396 ZEND_API void ZEND_FASTCALL zend_observer_fiber_init_notify(zend_fiber_context *initializing) in zend_observer_fiber_init_notify()
409 ZEND_API void ZEND_FASTCALL zend_observer_fiber_switch_notify(zend_fiber_context *from, zend_fiber_… in zend_observer_fiber_switch_notify()
427 ZEND_API void ZEND_FASTCALL zend_observer_fiber_destroy_notify(zend_fiber_context *destroying) in zend_observer_fiber_destroy_notify()
H A Dzend_variables.h30 ZEND_API void ZEND_FASTCALL rc_dtor_func(zend_refcounted *p);
31 ZEND_API void ZEND_FASTCALL zval_copy_ctor_func(zval *zvalue);
H A Dzend_vm_execute.h405 typedef ZEND_OPCODE_HANDLER_RET (ZEND_FASTCALL *opcode_handler_t) (ZEND_OPCODE_HANDLER_ARGS);
444 static ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL zend_interrupt_helper_SPEC(ZEND_OPCODE_HANDLER_ARGS);
445 static ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL ZEND_NULL_HANDLER(ZEND_OPCODE_HANDLER_ARGS);
3145 static ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL ZEND_TICKS_SPEC_HANDLER(ZEND_OPCODE_HANDLER_ARGS) in ZEND_TICKS_SPEC_HANDLER()
3405 static ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL ZEND_FAST_RET_SPEC_HANDLER(ZEND_OPCODE_HANDLER_ARGS) in ZEND_FAST_RET_SPEC_HANDLER()
54983 static ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL ZEND_NULL_HANDLER(ZEND_OPCODE_HANDLER_ARGS) in ZEND_NULL_HANDLER()
68011 ZEND_API void ZEND_FASTCALL zend_serialize_opcode_handler(zend_op *op)
68023 ZEND_API void ZEND_FASTCALL zend_deserialize_opcode_handler(zend_op *op)
68028 ZEND_API const void* ZEND_FASTCALL zend_get_opcode_handler_func(const zend_op *op)
68121 ZEND_API void ZEND_FASTCALL zend_vm_set_opcode_handler(zend_op* op)
[all …]
H A Dzend_vm_execute.skl109 ZEND_API void ZEND_FASTCALL zend_serialize_opcode_handler(zend_op *op)
121 ZEND_API void ZEND_FASTCALL zend_deserialize_opcode_handler(zend_op *op)
126 ZEND_API const void* ZEND_FASTCALL zend_get_opcode_handler_func(const zend_op *op)
/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c130 static void ZEND_FASTCALL zend_jit_unref_helper(zval *zv) in zend_jit_unref_helper()
432 static int ZEND_FASTCALL zend_jit_undefined_op_helper(uint32_t var) in zend_jit_undefined_op_helper()
1932 static void ZEND_FASTCALL zend_jit_fetch_obj_r_slow(zend_object *zobj) in zend_jit_fetch_obj_r_slow()
1988 static void ZEND_FASTCALL zend_jit_fetch_obj_is_slow(zend_object *zobj) in zend_jit_fetch_obj_is_slow()
2219 static void ZEND_FASTCALL zend_jit_fetch_obj_w_slow(zend_object *zobj) in zend_jit_fetch_obj_w_slow()
2564 static void ZEND_FASTCALL zend_jit_only_vars_by_reference(zval *arg) in zend_jit_only_vars_by_reference()
2645 static void ZEND_FASTCALL zend_jit_pre_inc(zval *var_ptr, zval *ret) in zend_jit_pre_inc()
2651 static void ZEND_FASTCALL zend_jit_pre_dec(zval *var_ptr, zval *ret) in zend_jit_pre_dec()
2672 static void ZEND_FASTCALL zend_jit_array_free(HashTable *ht) in zend_jit_array_free()
2684 static HashTable *ZEND_FASTCALL zend_jit_zval_array_dup(zval *arr) in zend_jit_zval_array_dup()
[all …]
H A Dzend_jit_internal.h160 void ZEND_FASTCALL zend_jit_hot_func(zend_execute_data *execute_data, const zend_op *opline);
226 ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL zend_jit_leave_func_helper(EXECUTE_DATA_D);
228 ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL zend_jit_profile_helper(ZEND_OPCODE_HANDLER_ARGS);
233 void ZEND_FASTCALL zend_jit_copy_extra_args_helper(EXECUTE_DATA_D);
234 bool ZEND_FASTCALL zend_jit_deprecated_helper(OPLINE_D);
235 void ZEND_FASTCALL zend_jit_undefined_long_key(EXECUTE_DATA_D);
236 void ZEND_FASTCALL zend_jit_undefined_long_key_ex(zend_long key EXECUTE_DATA_DC);
237 void ZEND_FASTCALL zend_jit_undefined_string_key(EXECUTE_DATA_D);
239 zend_constant* ZEND_FASTCALL zend_jit_get_constant(const zval *key, uint32_t flags);
240 zend_constant* ZEND_FASTCALL zend_jit_check_constant(const zval *key);
[all …]
H A Dzend_jit_vm_helpers.c112 ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL zend_jit_leave_func_helper(EXECUTE_DATA_D) in zend_jit_leave_func_helper()
123 void ZEND_FASTCALL zend_jit_copy_extra_args_helper(EXECUTE_DATA_D) in zend_jit_copy_extra_args_helper()
169 bool ZEND_FASTCALL zend_jit_deprecated_helper(OPLINE_D) in zend_jit_deprecated_helper()
197 void ZEND_FASTCALL zend_jit_undefined_long_key(EXECUTE_DATA_D) in zend_jit_undefined_long_key()
213 void ZEND_FASTCALL zend_jit_undefined_long_key_ex(zend_long key EXECUTE_DATA_DC) in zend_jit_undefined_long_key_ex()
222 void ZEND_FASTCALL zend_jit_undefined_string_key(EXECUTE_DATA_D) in zend_jit_undefined_string_key()
243 ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL zend_jit_profile_helper(ZEND_OPCODE_HANDLER_ARGS) in zend_jit_profile_helper()
338 zend_constant* ZEND_FASTCALL zend_jit_get_constant(const zval *key, uint32_t flags) in zend_jit_get_constant()
343 zend_constant* ZEND_FASTCALL zend_jit_check_constant(const zval *key) in zend_jit_check_constant()
388 ZEND_OPCODE_HANDLER_RET ZEND_FASTCALL zend_jit_ret_trace_helper(ZEND_OPCODE_HANDLER_ARGS) in zend_jit_ret_trace_helper()
[all …]

Completed in 255 milliseconds

123