Searched refs:args_size (Results 1 – 7 of 7) sorted by relevance
300 compiler->args_size = 0; in sljit_emit_enter()305 args_size = SSIZE_OF(sw); in sljit_emit_enter()340 args_size -= SSIZE_OF(sw); in sljit_emit_enter()341 compiler->args_size = args_size; in sljit_emit_enter()377 args_size = size; in sljit_emit_enter()491 sljit_s32 args_size; in sljit_set_context() local498 args_size = 0; in sljit_set_context()517 compiler->args_size = args_size; in sljit_set_context()757 args_size = 0; in tail_call_with_args()779 if (args_size <= compiler->args_size) { in tail_call_with_args()[all …]
453 sljit_s32 args_size; member477 sljit_uw args_size; member491 sljit_uw args_size; member
121 if (offset > 4 * sizeof(sljit_sw) && (!is_tail_call || offset > compiler->args_size)) { in call_with_args()
1251 compiler->args_size = offset; in sljit_emit_enter()2348 if (offset > 4 * sizeof(sljit_sw) && (!is_tail_call || offset > compiler->args_size)) { in softfloat_call_with_args()
1175 compiler->args_size = offset; in sljit_emit_enter()2771 if (offset > 4 * sizeof(sljit_sw) && (!is_tail_call || offset > compiler->args_size)) { in softfloat_call_with_args()
846 compiler->args_size = (sljit_uw)arg_count << 2; in sljit_emit_enter()961 SLJIT_ASSERT(compiler->args_size == (sljit_uw)arg_count << 2); in sljit_emit_enter()
424 compiler->args_size = -1; in sljit_create_compiler()
Completed in 83 milliseconds