Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_vm_execute.skl94 #if ZEND_VM_KIND == ZEND_VM_KIND_CALL
96 #elif ZEND_VM_KIND == ZEND_VM_KIND_HYBRID
112 #if ZEND_VM_KIND == ZEND_VM_KIND_HYBRID
121 return ZEND_VM_KIND;
H A Dzend_vm_opcodes.h32 # define ZEND_VM_KIND ZEND_VM_KIND_HYBRID macro
34 # define ZEND_VM_KIND ZEND_VM_KIND_CALL macro
H A Dzend_vm_gen.php1140 …if ($opcode["hot"] && ZEND_VM_KIND == ZEND_VM_KIND_HYBRID && is_hot_handler($opcode["hot"], $op1, …
2556 if ($GLOBALS["vm_kind_name"][ZEND_VM_KIND] === "ZEND_VM_KIND_HYBRID") {
2564 fputs($f, "#define ZEND_VM_KIND\t\t" . $GLOBALS["vm_kind_name"][ZEND_VM_KIND] . "\n");
2675 gen_executor($f, $skl, ZEND_VM_SPEC, ZEND_VM_KIND, "execute", "zend_vm_init");
2763 if (ZEND_VM_KIND == ZEND_VM_KIND_HYBRID) {
2940 if (ZEND_VM_KIND == ZEND_VM_KIND_CALL || ZEND_VM_KIND == ZEND_VM_KIND_HYBRID) {
2943 if (ZEND_VM_KIND == ZEND_VM_KIND_HYBRID) {
2961 if (ZEND_VM_KIND == ZEND_VM_KIND_HYBRID) {
2969 if (ZEND_VM_KIND == ZEND_VM_KIND_HYBRID) {
3002 ZEND_VM_KIND != ZEND_VM_KIND_CALL) {
[all …]
H A Dzend_execute.c62 #if defined(ZEND_VM_FP_GLOBAL_REG) && ((ZEND_VM_KIND == ZEND_VM_KIND_CALL) || (ZEND_VM_KIND == ZEND…
87 #if defined(ZEND_VM_IP_GLOBAL_REG) && ((ZEND_VM_KIND == ZEND_VM_KIND_CALL) || (ZEND_VM_KIND == ZEND…
2425 #if defined(ZEND_VM_FP_GLOBAL_REG) && ((ZEND_VM_KIND == ZEND_VM_KIND_CALL) || (ZEND_VM_KIND == ZEND… in zend_copy_extra_args()
2477 #if defined(ZEND_VM_FP_GLOBAL_REG) && ((ZEND_VM_KIND == ZEND_VM_KIND_CALL) || (ZEND_VM_KIND == ZEND… in i_init_func_execute_data()
2494 #if defined(ZEND_VM_FP_GLOBAL_REG) && ((ZEND_VM_KIND == ZEND_VM_KIND_CALL) || (ZEND_VM_KIND == ZEND… in i_init_func_execute_data()
2507 #if defined(ZEND_VM_FP_GLOBAL_REG) && ((ZEND_VM_KIND == ZEND_VM_KIND_CALL) || (ZEND_VM_KIND == ZEND… in i_init_func_execute_data()
2601 #if defined(ZEND_VM_FP_GLOBAL_REG) && ((ZEND_VM_KIND == ZEND_VM_KIND_CALL) || (ZEND_VM_KIND == ZEND… in zend_init_func_execute_data()
2615 #if defined(ZEND_VM_FP_GLOBAL_REG) && ((ZEND_VM_KIND == ZEND_VM_KIND_CALL) || (ZEND_VM_KIND == ZEND… in zend_init_func_execute_data()
H A Dzend_vm_execute.h324 #if (ZEND_VM_KIND == ZEND_VM_KIND_HYBRID)
332 #if (ZEND_VM_KIND == ZEND_VM_KIND_HYBRID)
347 #if (ZEND_VM_KIND == ZEND_VM_KIND_HYBRID)
375 # if (ZEND_VM_KIND == ZEND_VM_KIND_HYBRID)
51396 #if (ZEND_VM_KIND == ZEND_VM_KIND_HYBRID)
51421 #if (ZEND_VM_KIND == ZEND_VM_KIND_HYBRID)
55361 #if (ZEND_VM_KIND == ZEND_VM_KIND_HYBRID)
65120 #if ZEND_VM_KIND == ZEND_VM_KIND_CALL
65138 #if ZEND_VM_KIND == ZEND_VM_KIND_HYBRID
65147 return ZEND_VM_KIND;
[all …]
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_prompt.c49 #if ZEND_VM_KIND != ZEND_VM_KIND_CALL && ZEND_VM_KIND != ZEND_VM_KIND_HYBRID

Completed in 222 milliseconds