Searched refs:JMEM_CP_GET_NON_NULL_POINTER (Results 1 – 7 of 7) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/base/ |
D | ecma-literal-storage.c | 37 …ecma_lit_storage_item_t *symbol_list_p = JMEM_CP_GET_NON_NULL_POINTER (ecma_lit_storage_item_t, sy… in ecma_free_symbol_list() 43 ecma_string_t *string_p = JMEM_CP_GET_NON_NULL_POINTER (ecma_string_t, in ecma_free_symbol_list() 66 …ecma_lit_storage_item_t *string_list_p = JMEM_CP_GET_NON_NULL_POINTER (ecma_lit_storage_item_t, st… in ecma_free_string_list() 72 ecma_string_t *string_p = JMEM_CP_GET_NON_NULL_POINTER (ecma_string_t, in ecma_free_string_list() 94 …ecma_number_storage_item_t *number_list_p = JMEM_CP_GET_NON_NULL_POINTER (ecma_number_storage_item… in ecma_free_number_list() 101 … ecma_number_t *num_p = JMEM_CP_GET_NON_NULL_POINTER (ecma_number_t, number_list_p->values[i]); in ecma_free_number_list() 146 …ecma_lit_storage_item_t *string_list_p = JMEM_CP_GET_NON_NULL_POINTER (ecma_lit_storage_item_t, st… in ecma_find_or_create_literal_string() 159 ecma_string_t *value_p = JMEM_CP_GET_NON_NULL_POINTER (ecma_string_t, in ecma_find_or_create_literal_string() 221 …ecma_number_storage_item_t *number_list_p = JMEM_CP_GET_NON_NULL_POINTER (ecma_number_storage_item… in ecma_find_or_create_literal_number() 235 ecma_number_t *number_p = JMEM_CP_GET_NON_NULL_POINTER (ecma_number_t, in ecma_find_or_create_literal_number()
|
D | ecma-gc.c | 1371 obj_iter_p = JMEM_CP_GET_NON_NULL_POINTER (ecma_object_t, obj_iter_cp); in ecma_gc_run() 1400 obj_iter_p = JMEM_CP_GET_NON_NULL_POINTER (ecma_object_t, obj_iter_cp); in ecma_gc_run() 1426 obj_iter_p = JMEM_CP_GET_NON_NULL_POINTER (ecma_object_t, obj_iter_cp); in ecma_gc_run() 1475 obj_iter_p = JMEM_CP_GET_NON_NULL_POINTER (ecma_object_t, obj_iter_cp); in ecma_gc_run()
|
D | ecma-helpers.h | 33 #define ECMA_GET_NON_NULL_POINTER(type, field) JMEM_CP_GET_NON_NULL_POINTER (type, field)
|
D | ecma-helpers.c | 1431 first_byte_code_free_p = JMEM_CP_GET_NON_NULL_POINTER (jerry_debugger_byte_code_free_t, in ecma_bytecode_deref()
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-symbol.c | 110 ecma_lit_storage_item_t *symbol_list_p = JMEM_CP_GET_NON_NULL_POINTER (ecma_lit_storage_item_t, in ecma_builtin_symbol_for_helper() 117 ecma_string_t *value_p = JMEM_CP_GET_NON_NULL_POINTER (ecma_string_t, in ecma_builtin_symbol_for_helper()
|
/third_party/jerryscript/jerry-core/jmem/ |
D | jmem.h | 227 #define JMEM_CP_GET_NON_NULL_POINTER(type, cp_value) \ macro 234 …(((JERRY_UNLIKELY ((cp_value) == JMEM_CP_NULL)) ? NULL : JMEM_CP_GET_NON_NULL_POINTER (type, cp_va…
|
/third_party/jerryscript/jerry-core/debugger/ |
D | debugger.c | 802 byte_code_free_p = JMEM_CP_GET_NON_NULL_POINTER (jerry_debugger_byte_code_free_t, in jerry_debugger_process_message() 832 uint8_t *byte_code_p = JMEM_CP_GET_NON_NULL_POINTER (uint8_t, byte_code_cp); in jerry_debugger_process_message()
|