Searched refs:BP_JIT_IS (Results 1 – 3 of 3) sorted by relevance
/PHP-8.2/ext/opcache/jit/ |
H A D | zend_jit_arm64.dasc | 5161 if (type == BP_JIT_IS) { 5191 case BP_JIT_IS: 5355 if (type != BP_JIT_IS && (op2_info & MAY_BE_STRING)) { 5370 case BP_JIT_IS: 5464 if (type == BP_JIT_IS && (op2_info & (MAY_BE_LONG|MAY_BE_STRING))) { 5496 case BP_JIT_IS: 11655 …if (!zend_jit_fetch_dimension_address_inner(Dst, opline, BP_JIT_IS, op1_info, op2_info, dim_type, …
|
H A D | zend_jit_x86.dasc | 5684 if (type == BP_JIT_IS) { 5719 case BP_JIT_IS: 5882 if (type != BP_JIT_IS && (op2_info & MAY_BE_STRING)) { 5897 case BP_JIT_IS: 5988 if (type == BP_JIT_IS && (op2_info & (MAY_BE_LONG|MAY_BE_STRING))) { 6026 case BP_JIT_IS: 12404 …if (!zend_jit_fetch_dimension_address_inner(Dst, opline, BP_JIT_IS, op1_info, op2_info, dim_type, …
|
H A D | zend_jit.c | 750 #define BP_JIT_IS 6 /* Used for ISSET_ISEMPTY_DIM_OBJ. see BP_VAR_*defines in Zend/zend_compile.h */ macro
|
Completed in 106 milliseconds