Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/jmem/
Djmem.h227 #define JMEM_CP_GET_NON_NULL_POINTER(type, cp_value) \ argument
233 #define JMEM_CP_GET_POINTER(type, cp_value) \ argument
240 #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
266 #define JMEM_CP_SET_NON_NULL_POINTER_TAG(cp_value, pointer, tag) \ argument
277 #define JMEM_CP_GET_NON_NULL_POINTER_FROM_POINTER_TAG(type, cp_value) \ argument
283 #define JMEM_CP_GET_FIRST_BIT_FROM_POINTER_TAG(cp_value) \ argument
285 #define JMEM_CP_GET_SECOND_BIT_FROM_POINTER_TAG(cp_value) \ argument
287 #define JMEM_CP_GET_THIRD_BIT_FROM_POINTER_TAG(cp_value) \ argument
293 #define JMEM_CP_SET_FIRST_BIT_TO_POINTER_TAG(cp_value) \ argument
[all …]