Home
last modified time | relevance | path

Searched refs:stack_tmp_size (Results 1 – 2 of 2) sorted by relevance

/external/pcre/dist2/src/sljit/
DsljitNativeX86_32.c81 compiler->stack_tmp_size = 2 * sizeof(sljit_sw); in sljit_emit_enter()
85 compiler->stack_tmp_size = 3 * sizeof(sljit_sw); in sljit_emit_enter()
88 compiler->saveds_offset = compiler->stack_tmp_size; in sljit_emit_enter()
253 compiler->stack_tmp_size = 2 * sizeof(sljit_sw); in sljit_set_context()
257 compiler->stack_tmp_size = 3 * sizeof(sljit_sw); in sljit_set_context()
260 compiler->saveds_offset = compiler->stack_tmp_size; in sljit_set_context()
648 if (stack_size <= compiler->stack_tmp_size) in cdecl_call_get_stack_size()
652 return ((stack_size - compiler->stack_tmp_size + 15) & ~15); in cdecl_call_get_stack_size()
654 return stack_size - compiler->stack_tmp_size; in cdecl_call_get_stack_size()
DsljitLir.h399 sljit_s32 stack_tmp_size; member