Home
last modified time | relevance | path

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

/third_party/quickjs/
Dquickjs.h405 int64_t js_func_pc2line_count, js_func_pc2line_size; member
Drun-test262.c1492 update(js_func_pc2line_size); in update_stats()
Dquickjs.c5848 int64_t js_func_pc2line_size; member
5894 hp->js_func_pc2line_size += b->debug.pc2line_len; in compute_bytecode_size()
6198 s->js_func_pc2line_size = mem.js_func_pc2line_size; in JS_ComputeMemoryUsage()
6205 s->js_func_size + s->js_func_code_size + s->js_func_pc2line_size; in JS_ComputeMemoryUsage()
6314 s->js_func_pc2line_size, in JS_DumpMemoryUsage()
6315 (double)s->js_func_pc2line_size / s->js_func_pc2line_count); in JS_DumpMemoryUsage()