Searched refs:orig_compiler_options (Results 1 – 2 of 2) sorted by relevance
1544 uint32_t orig_compiler_options; in cache_script_in_file_cache() local1546 orig_compiler_options = CG(compiler_options); in cache_script_in_file_cache()1550 CG(compiler_options) = orig_compiler_options; in cache_script_in_file_cache()1560 uint32_t orig_compiler_options; in cache_script_in_shared_memory() local1562 orig_compiler_options = CG(compiler_options); in cache_script_in_shared_memory()1568 CG(compiler_options) = orig_compiler_options; in cache_script_in_shared_memory()1738 uint32_t orig_compiler_options = 0; in opcache_compile_file() local1811 orig_compiler_options = CG(compiler_options); in opcache_compile_file()1829 CG(compiler_options) = orig_compiler_options; in opcache_compile_file()1833 CG(compiler_options) = orig_compiler_options; in opcache_compile_file()[all …]
951 uint32_t orig_compiler_options; local965 orig_compiler_options = CG(compiler_options);982 CG(compiler_options) = orig_compiler_options;
Completed in 34 milliseconds