Searched refs:non_compressed_pointer (Results 1 – 2 of 2) sorted by relevance
240 #define JMEM_CP_SET_NON_NULL_POINTER(cp_value, non_compressed_pointer) \ argument241 (cp_value) = jmem_compress_pointer (non_compressed_pointer)247 #define JMEM_CP_SET_POINTER(cp_value, non_compressed_pointer) \ argument250 void *ptr_value = (void *) non_compressed_pointer; \
50 #define ECMA_SET_NON_NULL_POINTER(field, non_compressed_pointer) JMEM_CP_SET_NON_NULL_POINTER (fiel… argument51 … non_compressed_pointer)57 #define ECMA_SET_NON_NULL_POINTER_TAG(field, non_compressed_pointer, tag) \ argument58 JMEM_CP_SET_NON_NULL_POINTER_TAG (field, non_compressed_pointer, tag)64 #define ECMA_SET_POINTER(field, non_compressed_pointer) JMEM_CP_SET_POINTER (field, non_compressed_… argument