Home
last modified time | relevance | path

Searched refs:JERRY_CPOINTER_32_BIT (Results 1 – 19 of 19) sorted by relevance

/third_party/jerryscript/jerry-core/jmem/
Djmem-poolman.c47 #if ENABLED (JERRY_CPOINTER_32_BIT) in jmem_pools_finalize()
65 #if ENABLED (JERRY_CPOINTER_32_BIT) in jmem_pools_alloc()
90 #if ENABLED (JERRY_CPOINTER_32_BIT) in jmem_pools_alloc()
129 #if ENABLED (JERRY_CPOINTER_32_BIT) in jmem_pools_free()
139 #if ENABLED (JERRY_CPOINTER_32_BIT) in jmem_pools_free()
172 #if ENABLED (JERRY_CPOINTER_32_BIT) in jmem_pools_collect_empty()
Djmem-allocator.c188 #if defined (ECMA_VALUE_CAN_STORE_UINTPTR_VALUE_DIRECTLY) && ENABLED (JERRY_CPOINTER_32_BIT) in jmem_compress_pointer()
196 #if ENABLED (JERRY_CPOINTER_32_BIT) in jmem_compress_pointer()
221 #if defined (ECMA_VALUE_CAN_STORE_UINTPTR_VALUE_DIRECTLY) && ENABLED (JERRY_CPOINTER_32_BIT) in jmem_decompress_pointer()
Djmem.h58 #if defined (JMEM_CAN_STORE_POINTER_VALUE_DIRECTLY) && ENABLED (JERRY_CPOINTER_32_BIT)
97 #if ENABLED (JERRY_CPOINTER_32_BIT)
Djmem-heap.c89 #if !ENABLED (JERRY_CPOINTER_32_BIT) in jmem_heap_init()
/third_party/jerryscript/jerry-core/
Dconfig.h208 #ifndef JERRY_CPOINTER_32_BIT
209 # define JERRY_CPOINTER_32_BIT 0 macro
638 #if !defined (JERRY_CPOINTER_32_BIT) \
639 || ((JERRY_CPOINTER_32_BIT != 0) && (JERRY_CPOINTER_32_BIT != 1))
DCMakeLists.txt23 set(JERRY_CPOINTER_32_BIT OFF CACHE BOOL "Enable 32 bit compressed pointers?") variable
54 set(JERRY_CPOINTER_32_BIT ON) variable
60 set(JERRY_CPOINTER_32_BIT ON) variable
87 message(STATUS "JERRY_CPOINTER_32_BIT " ${JERRY_CPOINTER_32_BIT} ${JERRY_CPOINTER_32_BIT_M…
237 jerry_add_define01(JERRY_CPOINTER_32_BIT)
DBUILD.gn240 "JERRY_CPOINTER_32_BIT=0",
/third_party/jerryscript/jerry-core/ecma/base/
Decma-globals.h510 #if ENABLED (JERRY_CPOINTER_32_BIT)
515 #if ENABLED (JERRY_CPOINTER_32_BIT)
537 #if ENABLED (JERRY_CPOINTER_32_BIT)
1420 #if ENABLED (JERRY_CPOINTER_32_BIT)
1726 #if ENABLED (JERRY_CPOINTER_32_BIT)
Decma-helpers.c559 #if ENABLED (JERRY_CPOINTER_32_BIT) in ecma_create_named_accessor_property()
773 #if ENABLED (JERRY_CPOINTER_32_BIT) in ecma_free_property()
977 #if ENABLED (JERRY_CPOINTER_32_BIT) in ecma_get_named_accessor_property()
994 #if ENABLED (JERRY_CPOINTER_32_BIT) in ecma_set_named_accessor_property_getter()
1014 #if ENABLED (JERRY_CPOINTER_32_BIT) in ecma_set_named_accessor_property_setter()
Decma-lcache.c34 #if ENABLED (JERRY_CPOINTER_32_BIT)
/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-limits.h41 #if ENABLED (JERRY_CPOINTER_32_BIT)
Dcommon.h85 #if ENABLED (JERRY_CPOINTER_32_BIT)
/third_party/jerryscript/jerry-core/jcontext/
Djcontext.h138 #if ENABLED (JERRY_CPOINTER_32_BIT)
/third_party/jerryscript/jerry-port/default/
DBUILD.gn48 "JERRY_CPOINTER_32_BIT=0",
/third_party/jerryscript/jerry-ext/
DBUILD.gn63 "JERRY_CPOINTER_32_BIT=0",
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-objects-general.c556 #if ENABLED (JERRY_CPOINTER_32_BIT) in ecma_op_general_object_define_own_property()
570 #if ENABLED (JERRY_CPOINTER_32_BIT) in ecma_op_general_object_define_own_property()
Decma-array-object.c38 #if ENABLED (JERRY_CPOINTER_32_BIT)
/third_party/jerryscript/
DBUILD.gn48 "JERRY_CPOINTER_32_BIT=0",
/third_party/jerryscript/jerry-core/api/
Djerry.c982 #if ENABLED (JERRY_CPOINTER_32_BIT) in jerry_is_feature_enabled()