Home
last modified time | relevance | path

Searched refs:JMEM_CP_SET_NON_NULL_POINTER (Results 1 – 6 of 6) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-symbol.c164 JMEM_CP_SET_NON_NULL_POINTER (result, new_symbol_p); in ecma_builtin_symbol_for_helper()
182 JMEM_CP_SET_NON_NULL_POINTER (JERRY_CONTEXT (symbol_list_first_cp), new_item_p); in ecma_builtin_symbol_for_helper()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-literal-storage.c207 JMEM_CP_SET_NON_NULL_POINTER (result, string_p); in ecma_find_or_create_literal_string()
226 JMEM_CP_SET_NON_NULL_POINTER (JERRY_CONTEXT (string_list_first_cp), new_item_p); in ecma_find_or_create_literal_string()
285 JMEM_CP_SET_NON_NULL_POINTER (result, num_p); in ecma_find_or_create_literal_number()
303 JMEM_CP_SET_NON_NULL_POINTER (JERRY_CONTEXT (number_list_first_cp), new_item_p); in ecma_find_or_create_literal_number()
Decma-helpers.h50 #define ECMA_SET_NON_NULL_POINTER(field, non_compressed_pointer) JMEM_CP_SET_NON_NULL_POINTER (fiel…
Decma-helpers.c1421 JMEM_CP_SET_NON_NULL_POINTER (byte_code_free_cp, byte_code_free_p); in ecma_bytecode_deref()
/third_party/jerryscript/jerry-core/jmem/
Djmem.h240 #define JMEM_CP_SET_NON_NULL_POINTER(cp_value, non_compressed_pointer) \ macro
258 JMEM_CP_SET_NON_NULL_POINTER (cp_value, ptr_value); \
/third_party/jerryscript/jerry-core/debugger/
Ddebugger.c195 JMEM_CP_SET_NON_NULL_POINTER (byte_code_cp, frame_ctx_p->bytecode_header_p); in jerry_debugger_send_backtrace()
1224 JMEM_CP_SET_NON_NULL_POINTER (byte_code_header_cp, frame_ctx_p->bytecode_header_p); in jerry_debugger_breakpoint_hit()
1396 JMEM_CP_SET_NON_NULL_POINTER (compiled_code_cp, compiled_code_p); in jerry_debugger_send_function_cp()