Home
last modified time | relevance | path

Searched refs:js_func_count (Results 1 – 10 of 10) sorted by relevance

/dports/lang/quickjs/quickjs-2021-03-27/
H A Dquickjs.h408 int64_t js_func_count, js_func_size, js_func_code_size; member
H A Drun-test262.c1488 update(js_func_count); in update_stats()
H A Dquickjs.c5827 int64_t js_func_count; member
5881 hp->js_func_count += 1; in compute_bytecode_size()
6177 s->js_func_count = mem.js_func_count; in JS_ComputeMemoryUsage()
6185 s->js_func_count + s->js_func_pc2line_count; in JS_ComputeMemoryUsage()
6288 if (s->js_func_count) { in JS_DumpMemoryUsage()
6290 "bytecode functions", s->js_func_count, s->js_func_size); in JS_DumpMemoryUsage()
6292 " bytecode", s->js_func_count, s->js_func_code_size, in JS_DumpMemoryUsage()
6293 (double)s->js_func_code_size / s->js_func_count); in JS_DumpMemoryUsage()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/quickjs/
H A Dquickjs.h408 int64_t js_func_count, js_func_size, js_func_code_size; member
H A Dquickjs.c5576 int64_t js_func_count; member
5630 hp->js_func_count += 1; in compute_bytecode_size()
5925 s->js_func_count = mem.js_func_count; in JS_ComputeMemoryUsage()
5933 s->js_func_count + s->js_func_pc2line_count; in JS_ComputeMemoryUsage()
6036 if (s->js_func_count) { in JS_DumpMemoryUsage()
6038 "bytecode functions", s->js_func_count, s->js_func_size); in JS_DumpMemoryUsage()
6040 " bytecode", s->js_func_count, s->js_func_code_size, in JS_DumpMemoryUsage()
6041 (double)s->js_func_code_size / s->js_func_count); in JS_DumpMemoryUsage()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/quickjs/
H A Dquickjs.h408 int64_t js_func_count, js_func_size, js_func_code_size; member
H A Dquickjs.c5578 int64_t js_func_count; member
5632 hp->js_func_count += 1; in compute_bytecode_size()
5927 s->js_func_count = mem.js_func_count; in JS_ComputeMemoryUsage()
5935 s->js_func_count + s->js_func_pc2line_count; in JS_ComputeMemoryUsage()
6038 if (s->js_func_count) { in JS_DumpMemoryUsage()
6040 "bytecode functions", s->js_func_count, s->js_func_size); in JS_DumpMemoryUsage()
6042 " bytecode", s->js_func_count, s->js_func_code_size, in JS_DumpMemoryUsage()
6043 (double)s->js_func_code_size / s->js_func_count); in JS_DumpMemoryUsage()
/dports/games/warzone2100/warzone2100/3rdparty/quickjs/
H A Dquickjs.h428 int64_t js_func_count, js_func_size, js_func_code_size; member
H A Drun-test262.c1488 update(js_func_count); in update_stats()
H A Dquickjs.c5870 int64_t js_func_count; member
5924 hp->js_func_count += 1; in compute_bytecode_size()
6220 s->js_func_count = mem.js_func_count; in JS_ComputeMemoryUsage()
6228 s->js_func_count + s->js_func_pc2line_count; in JS_ComputeMemoryUsage()
6331 if (s->js_func_count) { in JS_DumpMemoryUsage()
6333 "bytecode functions", s->js_func_count, s->js_func_size); in JS_DumpMemoryUsage()
6335 " bytecode", s->js_func_count, s->js_func_code_size, in JS_DumpMemoryUsage()
6336 (double)s->js_func_code_size / s->js_func_count); in JS_DumpMemoryUsage()