Home
last modified time | relevance | path

Searched refs:JERRY_ERROR_MSG (Results 1 - 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/jrt/
H A Djrt-fatals.c46 JERRY_ERROR_MSG ("\tMemory info:\n"); in jerry_dump_memstats_on_error()
47 JERRY_ERROR_MSG ("\theap total size: %"PRI_SIZET"\n", (MSG_SIZE_TYPE)(jmem_heap_stats.size)); in jerry_dump_memstats_on_error()
49 JERRY_ERROR_MSG ("\tcurrently allocated bytes: %"PRI_SIZET"\n", (MSG_SIZE_TYPE)(jmem_heap_stats.allocated_bytes)); in jerry_dump_memstats_on_error()
50 JERRY_ERROR_MSG ("\tpeak allocated bytes: %"PRI_SIZET"\n", (MSG_SIZE_TYPE)(jmem_heap_stats.peak_allocated_bytes)); in jerry_dump_memstats_on_error()
52 JERRY_ERROR_MSG ("\tbytes waste due to blocks filled partially: %"PRI_SIZET"\n", (MSG_SIZE_TYPE)(jmem_heap_stats.waste_bytes)); in jerry_dump_memstats_on_error()
53 JERRY_ERROR_MSG ("\tpeak wasted bytes: %"PRI_SIZET"\n", (MSG_SIZE_TYPE)(jmem_heap_stats.peak_waste_bytes)); in jerry_dump_memstats_on_error()
55 JERRY_ERROR_MSG ("\tallocated memory for byte code: %"PRI_SIZET"\n", (MSG_SIZE_TYPE)(jmem_heap_stats.byte_code_bytes)); in jerry_dump_memstats_on_error()
56 JERRY_ERROR_MSG ("\tpeak allocated memory for byte code: %"PRI_SIZET"\n", (MSG_SIZE_TYPE)(jmem_heap_stats.peak_byte_code_bytes)); in jerry_dump_memstats_on_error()
58 JERRY_ERROR_MSG ("\tallocated memory for strings: %"PRI_SIZET"\n", (MSG_SIZE_TYPE)(jmem_heap_stats.string_bytes)); in jerry_dump_memstats_on_error()
59 JERRY_ERROR_MSG ("\tpea in jerry_dump_memstats_on_error()
[all...]
H A Djrt.h115 #define JERRY_ERROR_MSG(...) jerry_port_log (JERRY_LOG_LEVEL_ERROR, __VA_ARGS__) macro
120 #define JERRY_ERROR_MSG(...) do { if (false) { JERRY_UNUSED_ALL (__VA_ARGS__); } } while (0) macro
/third_party/jerryscript/jerry-core/debugger/
H A Ddebugger.c648 JERRY_ERROR_MSG ("Invalid message size\n"); \
705 JERRY_ERROR_MSG ("Message requires breakpoint mode\n"); in jerry_debugger_process_message()
724 JERRY_ERROR_MSG ("Unexpected message\n"); in jerry_debugger_process_message()
734 JERRY_ERROR_MSG ("Invalid message size\n"); in jerry_debugger_process_message()
746 JERRY_ERROR_MSG ("Invalid message size\n"); in jerry_debugger_process_message()
796 JERRY_ERROR_MSG ("Invalid byte code free order\n"); in jerry_debugger_process_message()
975 JERRY_ERROR_MSG ("Not in parser wait mode\n"); in jerry_debugger_process_message()
988 JERRY_ERROR_MSG ("Invalid message size\n"); in jerry_debugger_process_message()
1002 JERRY_ERROR_MSG ("Invalid message size\n"); in jerry_debugger_process_message()
1038 JERRY_ERROR_MSG ("Invali in jerry_debugger_process_message()
[all...]
/third_party/jerryscript/jerry-ext/module/
H A Dmodule.c194 JERRY_ERROR_MSG("malloc name_string fail\n"); in jerryx_resolve_native_module()
247 JERRY_ERROR_MSG("malloc canonical_names fail\n"); in jerryx_module_resolve_local()

Completed in 3 milliseconds