Home
last modified time | relevance | path

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

/third_party/quickjs/
Dquickjs.h404 int64_t js_func_count, js_func_size, js_func_code_size; member
Drun-test262.c1488 update(js_func_count); in update_stats()
Dquickjs.c5844 int64_t js_func_count; member
5898 hp->js_func_count += 1; in compute_bytecode_size()
6194 s->js_func_count = mem.js_func_count; in JS_ComputeMemoryUsage()
6202 s->js_func_count + s->js_func_pc2line_count; in JS_ComputeMemoryUsage()
6305 if (s->js_func_count) { in JS_DumpMemoryUsage()
6307 "bytecode functions", s->js_func_count, s->js_func_size); in JS_DumpMemoryUsage()
6309 " bytecode", s->js_func_count, s->js_func_code_size, in JS_DumpMemoryUsage()
6310 (double)s->js_func_code_size / s->js_func_count); in JS_DumpMemoryUsage()