Lines Matching refs:n_push
982 #define DEF(id, size, n_pop, n_push, f) argument
990 #define DEF(id, size, n_pop, n_push, f) OP_ ## id, argument
991 #define def(id, size, n_pop, n_push, f) argument
1001 #define DEF(id, size, n_pop, n_push, f) argument
1002 #define def(id, size, n_pop, n_push, f) OP_ ## id, argument
16193 #define DEF(id, size, n_pop, n_push, f) && case_OP_ ## id, in JS_CallInternal() argument
16195 #define def(id, size, n_pop, n_push, f) in JS_CallInternal() argument
16197 #define def(id, size, n_pop, n_push, f) && case_default, in JS_CallInternal()
16205 #define DEF(id, size, n_pop, n_push, f) && case_debugger_OP_ ## id, in JS_CallInternal() argument
16207 #define def(id, size, n_pop, n_push, f) in JS_CallInternal() argument
16209 #define def(id, size, n_pop, n_push, f) && case_default, in JS_CallInternal()
20114 uint8_t n_push; member
20121 #define DEF(id, size, n_pop, n_push, f) { #id, size, n_pop, n_push, OP_FMT_ ## f }, argument
20123 #define DEF(id, size, n_pop, n_push, f) { size, n_pop, n_push, OP_FMT_ ## f },
32332 stack_len += oi->n_push - n_pop; in compute_stack_size()