Searched refs:SLJIT_LOCALS_OFFSET_BASE (Results 1 – 2 of 2) sorted by relevance
650 #define SLJIT_LOCALS_OFFSET_BASE (8 * SSIZE_OF(sw)) macro660 #define SLJIT_LOCALS_OFFSET_BASE 0 macro664 #define SLJIT_LOCALS_OFFSET_BASE (4 * SSIZE_OF(sw)) macro674 #define SLJIT_LOCALS_OFFSET_BASE 0 macro682 #define SLJIT_LOCALS_OFFSET_BASE 0 macro690 #define SLJIT_LOCALS_OFFSET_BASE (2 * (sljit_s32)sizeof(sljit_sw)) macro704 #define SLJIT_LOCALS_OFFSET_BASE (3 * (sljit_s32)sizeof(sljit_sw)) macro716 #define SLJIT_LOCALS_OFFSET_BASE 0 macro725 #define SLJIT_LOCALS_OFFSET_BASE 0 macro764 #define SLJIT_LOCALS_OFFSET_BASE 0 macro[all …]
372 local_size = ((SLJIT_LOCALS_OFFSET_BASE + local_size + size + 0xf) & ~0xf) - size; in sljit_emit_enter()467 size = SLJIT_LOCALS_OFFSET_BASE - SSIZE_OF(sw); in sljit_emit_enter()527 compiler->local_size = ((SLJIT_LOCALS_OFFSET_BASE + local_size + saveds + 0xf) & ~0xf) - saveds; in sljit_set_context()
Completed in 8 milliseconds