Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/m_debuginfo/
Dreaddwarf.c1984 #define N_RR_STACK 4 macro
2008 state[N_RR_STACK];
2050 for (j = 0; j < N_RR_STACK; j++) { in initUnwindContext()
2119 if (ctx->state_sp >= N_RR_STACK) { why = 9; goto failed; } in summarise_context()
2903 if (ctx->state_sp < 0 || ctx->state_sp >= N_RR_STACK) in run_CF_instruction()
3275 vg_assert(ctx->state_sp >= 0 && ctx->state_sp < N_RR_STACK); in run_CF_instruction()
3277 if (ctx->state_sp == N_RR_STACK) { in run_CF_instruction()
3293 vg_assert(ctx->state_sp >= 0 && ctx->state_sp < N_RR_STACK); in run_CF_instruction()