Searched refs:byte_code_header_cp (Results 1 – 1 of 1) sorted by relevance
1223 jmem_cpointer_t byte_code_header_cp; in jerry_debugger_breakpoint_hit() local1224 JMEM_CP_SET_NON_NULL_POINTER (byte_code_header_cp, frame_ctx_p->bytecode_header_p); in jerry_debugger_breakpoint_hit()1225 memcpy (breakpoint_hit_p->byte_code_cp, &byte_code_header_cp, sizeof (jmem_cpointer_t)); in jerry_debugger_breakpoint_hit()