Home
last modified time | relevance | path

Searched refs:byte_code_buf (Results 1 – 5 of 5) sorted by relevance

/dports/games/warzone2100/warzone2100/3rdparty/quickjs/
H A Dquickjs-debugger.c98 line_num1 = find_line_num(ctx, b, pc - b->byte_code_buf - 1); in js_debugger_build_backtrace()
H A Dquickjs.c611 uint8_t *byte_code_buf; /* (self pointer) */ member
5908 if (!b->read_only_bytecode && b->byte_code_buf) { in compute_bytecode_size()
16360 pc = b->byte_code_buf; in JS_CallInternal()
17419 sp[0] = JS_NewInt32(ctx, pc + 4 - b->byte_code_buf); in JS_CallInternal()
17438 pc = b->byte_code_buf + pos; in JS_CallInternal()
18730 pc = b->byte_code_buf + pos; in JS_CallInternal()
18949 sf->cur_pc = b->byte_code_buf; in async_func_init()
29318 dump_byte_code(ctx, 3, b->byte_code_buf, b->byte_code_len, in js_dump_function_bytecode()
32620 b->byte_code_buf = (void *)((uint8_t*)b + byte_code_offset); in js_create_function()
32622 memcpy(b->byte_code_buf, fd->byte_code.buf, fd->byte_code.size); in js_create_function()
[all …]
/dports/lang/quickjs/quickjs-2021-03-27/
H A Dquickjs.c602 uint8_t *byte_code_buf; /* (self pointer) */ member
5865 if (!b->read_only_bytecode && b->byte_code_buf) { in compute_bytecode_size()
16313 pc = b->byte_code_buf; in JS_CallInternal()
17372 sp[0] = JS_NewInt32(ctx, pc + 4 - b->byte_code_buf); in JS_CallInternal()
17391 pc = b->byte_code_buf + pos; in JS_CallInternal()
18683 pc = b->byte_code_buf + pos; in JS_CallInternal()
18902 sf->cur_pc = b->byte_code_buf; in async_func_init()
29271 dump_byte_code(ctx, 3, b->byte_code_buf, b->byte_code_len, in js_dump_function_bytecode()
32573 b->byte_code_buf = (void *)((uint8_t*)b + byte_code_offset); in js_create_function()
32575 memcpy(b->byte_code_buf, fd->byte_code.buf, fd->byte_code.size); in js_create_function()
[all …]
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/quickjs/
H A Dquickjs.c579 uint8_t *byte_code_buf; /* (self pointer) */ member
5614 if (!b->read_only_bytecode && b->byte_code_buf) { in compute_bytecode_size()
15708 pc = b->byte_code_buf; in JS_CallInternal()
16777 sp[0] = JS_NewInt32(ctx, pc + 4 - b->byte_code_buf); in JS_CallInternal()
16796 pc = b->byte_code_buf + pos; in JS_CallInternal()
18110 pc = b->byte_code_buf + pos; in JS_CallInternal()
18295 sf->cur_pc = b->byte_code_buf; in async_func_init()
28188 dump_byte_code(ctx, 3, b->byte_code_buf, b->byte_code_len, in js_dump_function_bytecode()
31421 b->byte_code_buf = (void *)((uint8_t*)b + byte_code_offset); in js_create_function()
31423 memcpy(b->byte_code_buf, fd->byte_code.buf, fd->byte_code.size); in js_create_function()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/quickjs/
H A Dquickjs.c581 uint8_t *byte_code_buf; /* (self pointer) */ member
5616 if (!b->read_only_bytecode && b->byte_code_buf) { in compute_bytecode_size()
15710 pc = b->byte_code_buf; in JS_CallInternal()
16779 sp[0] = JS_NewInt32(ctx, pc + 4 - b->byte_code_buf); in JS_CallInternal()
16798 pc = b->byte_code_buf + pos; in JS_CallInternal()
18112 pc = b->byte_code_buf + pos; in JS_CallInternal()
18297 sf->cur_pc = b->byte_code_buf; in async_func_init()
28190 dump_byte_code(ctx, 3, b->byte_code_buf, b->byte_code_len, in js_dump_function_bytecode()
31423 b->byte_code_buf = (void *)((uint8_t*)b + byte_code_offset); in js_create_function()
31425 memcpy(b->byte_code_buf, fd->byte_code.buf, fd->byte_code.size); in js_create_function()
[all …]