Home
last modified time | relevance | path

Searched refs:JERRY_LCACHE (Results 1 - 9 of 9) sorted by relevance

/third_party/jerryscript/jerry-core/
H A Dconfig.h353 #ifndef JERRY_LCACHE
354 # define JERRY_LCACHE 1 macro
355 #endif /* !defined (JERRY_LCACHE) */
721 #if !defined (JERRY_LCACHE) \
722 || ((JERRY_LCACHE != 0) && (JERRY_LCACHE != 1))
723 # error "Invalid value for 'JERRY_LCACHE' macro."
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-lcache.h26 #if ENABLED (JERRY_LCACHE)
31 #endif /* ENABLED (JERRY_LCACHE) */
H A Decma-helpers.c595 #if ENABLED (JERRY_LCACHE) in ecma_find_named_property()
601 #endif /* ENABLED (JERRY_LCACHE) */ in ecma_find_named_property()
616 #if ENABLED (JERRY_LCACHE) in ecma_find_named_property()
622 #endif /* ENABLED (JERRY_LCACHE) */ in ecma_find_named_property()
722 #if ENABLED (JERRY_LCACHE) in ecma_find_named_property()
728 #endif /* ENABLED (JERRY_LCACHE) */ in ecma_find_named_property()
797 #if ENABLED (JERRY_LCACHE) in ecma_free_property()
802 #endif /* ENABLED (JERRY_LCACHE) */ in ecma_free_property()
1135 #if ENABLED (JERRY_LCACHE)
1173 #endif /* ENABLED (JERRY_LCACHE) */
[all...]
H A Decma-lcache.c29 #if ENABLED (JERRY_LCACHE)
220 #endif /* ENABLED (JERRY_LCACHE) */
H A Decma-globals.h1722 #if ENABLED (JERRY_LCACHE)
1754 #endif /* ENABLED (JERRY_LCACHE) */
H A Decma-helpers.h474 #if ENABLED (JERRY_LCACHE)
477 #endif /* ENABLED (JERRY_LCACHE) */
/third_party/jerryscript/jerry-core/jcontext/
H A Djcontext.h225 #if ENABLED (JERRY_LCACHE)
228 #endif /* ENABLED (JERRY_LCACHE) */
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-reference.c307 #if ENABLED (JERRY_LCACHE) in ecma_op_resolve_reference_value()
334 #endif /* ENABLED (JERRY_LCACHE) */ in ecma_op_resolve_reference_value()
/third_party/jerryscript/jerry-core/vm/
H A Dvm.c109 #if ENABLED (JERRY_LCACHE) in vm_op_get_value()
117 #endif /* ENABLED (JERRY_LCACHE) */ in vm_op_get_value()

Completed in 12 milliseconds