Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/
Dconfig.h353 #ifndef JERRY_LCACHE
354 # define JERRY_LCACHE 1 macro
721 #if !defined (JERRY_LCACHE) \
722 || ((JERRY_LCACHE != 0) && (JERRY_LCACHE != 1))
/third_party/jerryscript/jerry-core/ecma/base/
Decma-lcache.h26 #if ENABLED (JERRY_LCACHE)
Decma-helpers.c590 #if ENABLED (JERRY_LCACHE) in ecma_find_named_property()
611 #if ENABLED (JERRY_LCACHE) in ecma_find_named_property()
717 #if ENABLED (JERRY_LCACHE) in ecma_find_named_property()
792 #if ENABLED (JERRY_LCACHE) in ecma_free_property()
1130 #if ENABLED (JERRY_LCACHE)
Decma-lcache.c29 #if ENABLED (JERRY_LCACHE)
Decma-globals.h1722 #if ENABLED (JERRY_LCACHE)
Decma-helpers.h471 #if ENABLED (JERRY_LCACHE)
/third_party/jerryscript/jerry-core/jcontext/
Djcontext.h225 #if ENABLED (JERRY_LCACHE)
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-reference.c307 #if ENABLED (JERRY_LCACHE) in ecma_op_resolve_reference_value()
/third_party/jerryscript/jerry-core/vm/
Dvm.c109 #if ENABLED (JERRY_LCACHE) in vm_op_get_value()