Home
last modified time | relevance | path

Searched defs:non_compressed_pointer (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers.h50 #define ECMA_SET_NON_NULL_POINTER(field, non_compressed_pointer) JMEM_CP_SET_NON_NULL_POINTER (fiel… argument
57 #define ECMA_SET_NON_NULL_POINTER_TAG(field, non_compressed_pointer, tag) \ argument
64 #define ECMA_SET_POINTER(field, non_compressed_pointer) JMEM_CP_SET_POINTER (field, non_compressed_… argument
/third_party/jerryscript/jerry-core/jmem/
Djmem.h240 #define JMEM_CP_SET_NON_NULL_POINTER(cp_value, non_compressed_pointer) \ argument
247 #define JMEM_CP_SET_POINTER(cp_value, non_compressed_pointer) \ argument