Home
last modified time | relevance | path

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

/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs.h404 int64_t js_func_count, js_func_size, js_func_code_size; member
A Drun-test262.c1479 update(js_func_count); in update_stats()
A Dquickjs.c5805 int64_t js_func_count; member
5860 hp->js_func_count += 1; in compute_bytecode_size()
6154 s->js_func_count = mem.js_func_count; in JS_ComputeMemoryUsage()
6162 s->js_func_count + s->js_func_pc2line_count; in JS_ComputeMemoryUsage()
6265 if (s->js_func_count) { in JS_DumpMemoryUsage()
6267 "bytecode functions", s->js_func_count, s->js_func_size); in JS_DumpMemoryUsage()
6269 " bytecode", s->js_func_count, s->js_func_code_size, in JS_DumpMemoryUsage()
6270 (double)s->js_func_code_size / s->js_func_count); in JS_DumpMemoryUsage()

Completed in 108 milliseconds