Searched refs:cold (Results 1 – 7 of 7) sorted by relevance
/PHP-8.2/ext/standard/tests/strings/ |
H A D | metaphone.phpt | 18 "They fell forward, grovelling heedlessly on the cold earth.",
|
/PHP-8.2/build/ |
H A D | ax_gcc_func_attribute.m4 | 31 # cold 104 [cold], [
|
/PHP-8.2/Zend/ |
H A D | zend_portability.h | 264 # define ZEND_COLD __attribute__((cold)) 282 # define ZEND_ATTRIBUTE_COLD_LABEL __attribute__((cold));
|
H A D | zend_vm_gen.php | 1126 function gen_helper($f, $spec, $kind, $name, $op1, $op2, $param, $code, $lineno, $inline, $cold = f… argument 1153 if ($cold) { 2522 $cold = !empty($m[1]) && $m[1] === "_COLD"; 2545 …ay("op1"=>$op1,"op2"=>$op2,"param"=>$param,"code"=>"","inline"=>$inline,"cold"=>$cold,"hot"=>$hot);
|
/PHP-8.2/ext/zlib/tests/ |
H A D | data.inc | 80 Words to the heat of deeds too cold breath gives.
|
/PHP-8.2/ext/opcache/jit/ |
H A D | zend_jit_arm64.dasc | 1511 |.macro ZVAL_PTR_DTOR, addr, op_info, gc, cold, opline, tmp_reg1, tmp_reg2 1515 || if (cold) { 1553 || if (cold && ((op_info) & ((MAY_BE_ANY|MAY_BE_UNDEF|MAY_BE_INDIRECT|MAY_BE_GUARD)-(MAY_BE_OBJECT… 1561 |.macro FREE_OP, op_type, op, op_info, cold, opline, tmp_reg1, tmp_reg2 1564 | ZVAL_PTR_DTOR addr, op_info, 0, cold, opline, tmp_reg1, tmp_reg2 1568 |.macro SEPARATE_ARRAY, addr, op_info, cold, tmp_reg1, tmp_reg2 1591 || if (cold) { 1608 || if (cold) { 9806 …asm_State **Dst, const zend_op *opline, const zend_op_array *op_array, uint32_t op1_info, int cold) 9884 | FREE_OP opline->op1_type, opline->op1, op1_info, !cold, opline, ZREG_TMP1, ZREG_TMP2
|
H A D | zend_jit_x86.dasc | 1407 |.macro ZVAL_PTR_DTOR, addr, op_info, gc, cold, opline 1411 || if (cold) { 1449 || if (cold && ((op_info) & ((MAY_BE_ANY|MAY_BE_UNDEF|MAY_BE_INDIRECT|MAY_BE_GUARD)-(MAY_BE_OBJECT… 1457 |.macro FREE_OP, op_type, op, op_info, cold, opline 1459 | ZVAL_PTR_DTOR ZEND_ADDR_MEM_ZVAL(ZREG_FP, op.var), op_info, 0, cold, opline 1463 |.macro SEPARATE_ARRAY, addr, op_info, cold 1481 || if (cold) { 1497 || if (cold) { 10525 …asm_State **Dst, const zend_op *opline, const zend_op_array *op_array, uint32_t op1_info, int cold) 10600 | FREE_OP opline->op1_type, opline->op1, op1_info, !cold, opline
|
Completed in 69 milliseconds