Home
last modified time | relevance | path

Searched refs:BP_JIT_IS (Results 1 – 3 of 3) sorted by relevance

/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_arm64.dasc5178 if (type == BP_JIT_IS) {
5208 case BP_JIT_IS:
5372 if (type != BP_JIT_IS && (op2_info & MAY_BE_STRING)) {
5387 case BP_JIT_IS:
5481 if (type == BP_JIT_IS && (op2_info & (MAY_BE_LONG|MAY_BE_STRING))) {
5513 case BP_JIT_IS:
11681 …if (!zend_jit_fetch_dimension_address_inner(Dst, opline, BP_JIT_IS, op1_info, op2_info, dim_type, …
H A Dzend_jit_x86.dasc5701 if (type == BP_JIT_IS) {
5736 case BP_JIT_IS:
5899 if (type != BP_JIT_IS && (op2_info & MAY_BE_STRING)) {
5914 case BP_JIT_IS:
6005 if (type == BP_JIT_IS && (op2_info & (MAY_BE_LONG|MAY_BE_STRING))) {
6043 case BP_JIT_IS:
12438 …if (!zend_jit_fetch_dimension_address_inner(Dst, opline, BP_JIT_IS, op1_info, op2_info, dim_type, …
H A Dzend_jit.c774 #define BP_JIT_IS 6 /* Used for ISSET_ISEMPTY_DIM_OBJ. see BP_VAR_*defines in Zend/zend_compile.h */ macro

Completed in 58 milliseconds