Home
last modified time | relevance | path

Searched refs:fast_path (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/dom/
H A Dhtml_document.c74 bool fast_path; /* Put first, near the encode & decode structures, for cache locality */ member
110 ctx->fast_path = true; in dom_decoding_encoding_ctx_init()
464 …decoding_encoding_ctx->fast_path = decoding_encoding_ctx->decode_data == decoding_encoding_ctx->en… in dom_setup_parser_encoding_manually()
466 if (decoding_encoding_ctx->fast_path) { in dom_setup_parser_encoding_manually()
645 if (decoding_encoding_ctx->fast_path) { in dom_parse_decode_encode_step()
679 if (!decoding_encoding_ctx->fast_path) { in dom_parse_decode_encode_finish()
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c5048 fast_path = ir_END(); in zend_jit_math_long_long()
5978 fast_path = ir_END(); in zend_jit_concat_helper()
8002 fast_path = ir_END(); in zend_jit_fetch_constant()
8006 fast_path = ir_END(); in zend_jit_fetch_constant()
8915 fast_path = ir_END();
8927 fast_path = ir_END();
10489 if (fast_path) {
10664 if (fast_path) {
10816 if (fast_path) {
11156 fast_path = ir_END();
[all …]

Completed in 83 milliseconds