Lines Matching refs:jsc
39 # 1. use JS_ENGINE environment variable, value can be either 'jsc' or 'v8'
41 # 2. if JS_ENGINE is not set, or is not 'jsc' or 'v8', this makefile picks
46 # To enable JIT in Android's JSC, please set ENABLE_JSC_JIT environment
49 # To enable JIT in Android's JSC, please set ENABLE_JSC_JIT environment
57 ALT_ENGINE = jsc
59 ifneq ($(JAVASCRIPT_ENGINE),jsc)
70 # V8 also requires an ARMv7 CPU, and since we must use jsc, we cannot
73 JAVASCRIPT_ENGINE := jsc
94 # The Chrome stack can not be used with JSC and hence can not be used be used
96 ifeq ($(JAVASCRIPT_ENGINE),jsc)
98 $(error Can not build with JSC and the Chrome HTTP stack)
277 ifeq ($(JAVASCRIPT_ENGINE),jsc)
289 ifeq ($(JAVASCRIPT_ENGINE),jsc)
323 # Enable JSC JIT if JSC is used and ENABLE_JSC_JIT environment
325 ifeq ($(JAVASCRIPT_ENGINE),jsc)
433 ifeq ($(JAVASCRIPT_ENGINE),jsc)
452 # Append jsc intermediate include paths to the WebKit include list.
459 endif # JAVASCRIPT_ENGINE == jsc
472 ifeq ($(JAVASCRIPT_ENGINE),jsc)