Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_debuginfo/
Dreaddwarf.c1889 #define N_RR_STACK 4 macro
1913 state[N_RR_STACK];
1955 for (j = 0; j < N_RR_STACK; j++) { in initUnwindContext()
2029 if (ctx->state_sp >= N_RR_STACK) { why = 9; goto failed; } in summarise_context()
2904 if (ctx->state_sp < 0 || ctx->state_sp >= N_RR_STACK) in run_CF_instruction()
3252 vg_assert(ctx->state_sp >= 0 && ctx->state_sp < N_RR_STACK); in run_CF_instruction()
3254 if (ctx->state_sp == N_RR_STACK) { in run_CF_instruction()
3270 vg_assert(ctx->state_sp >= 0 && ctx->state_sp < N_RR_STACK); in run_CF_instruction()