Searched refs:cold (Results 1 – 6 of 6) sorted by relevance
/PHP-8.0/ext/standard/tests/strings/ |
H A D | metaphone.phpt | 18 "They fell forward, grovelling heedlessly on the cold earth.",
|
/PHP-8.0/build/ |
H A D | ax_gcc_func_attribute.m4 | 31 # cold 104 [cold], [
|
/PHP-8.0/Zend/ |
H A D | zend_portability.h | 231 # define ZEND_COLD __attribute__((cold)) 249 # define ZEND_ATTRIBUTE_COLD_LABEL __attribute__((cold));
|
H A D | zend_vm_gen.php | 1161 function gen_helper($f, $spec, $kind, $name, $op1, $op2, $param, $code, $lineno, $inline, $cold = f… argument 1188 if ($cold) { 2498 $cold = !empty($m[1]) && $m[1] === "_COLD"; 2520 …ay("op1"=>$op1,"op2"=>$op2,"param"=>$param,"code"=>"","inline"=>$inline,"cold"=>$cold,"hot"=>$hot);
|
/PHP-8.0/ext/zlib/tests/ |
H A D | data.inc | 80 Words to the heat of deeds too cold breath gives.
|
/PHP-8.0/ext/opcache/jit/ |
H A D | zend_jit_x86.dasc | 1411 |.macro ZVAL_PTR_DTOR, addr, op_info, gc, cold, opline 1415 || if (cold) { 1453 || if (cold && ((op_info) & ((MAY_BE_ANY|MAY_BE_UNDEF|MAY_BE_INDIRECT|MAY_BE_GUARD)-(MAY_BE_OBJECT… 1461 |.macro FREE_OP, op_type, op, op_info, cold, opline 1463 | ZVAL_PTR_DTOR ZEND_ADDR_MEM_ZVAL(ZREG_FP, op.var), op_info, 0, cold, opline 1467 |.macro SEPARATE_ARRAY, addr, op_info, cold 1485 || if (cold) { 1501 || if (cold) { 10719 …asm_State **Dst, const zend_op *opline, const zend_op_array *op_array, uint32_t op1_info, int cold) 10794 | FREE_OP opline->op1_type, opline->op1, op1_info, !cold, opline
|
Completed in 41 milliseconds