Searched refs:js_func_pc2line_size (Results 1 – 3 of 3) sorted by relevance
405 int64_t js_func_pc2line_count, js_func_pc2line_size; member
1483 update(js_func_pc2line_size); in update_stats()
5809 int64_t js_func_pc2line_size; member5856 hp->js_func_pc2line_size += b->debug.pc2line_len; in compute_bytecode_size()6158 s->js_func_pc2line_size = mem.js_func_pc2line_size; in JS_ComputeMemoryUsage()6165 s->js_func_size + s->js_func_code_size + s->js_func_pc2line_size; in JS_ComputeMemoryUsage()6274 s->js_func_pc2line_size, in JS_DumpMemoryUsage()6275 (double)s->js_func_pc2line_size / s->js_func_pc2line_count); in JS_DumpMemoryUsage()
Completed in 99 milliseconds