Home | History | Annotate | Download | only in rtl

Lines Matching refs:shadow_stack_pos

480   thr->shadow_stack_pos = newstack + sz;
490 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end);
492 if (thr->shadow_stack_pos == thr->shadow_stack_end)
495 thr->shadow_stack_pos[0] = pc;
496 thr->shadow_stack_pos++;
499 StackTrace(thr->shadow_stack, thr->shadow_stack_pos - thr->shadow_stack));
501 thr->shadow_stack_pos--;
937 DCHECK_GE(thr->shadow_stack_pos, thr->shadow_stack);
939 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end);
941 if (thr->shadow_stack_pos == thr->shadow_stack_end)
944 thr->shadow_stack_pos[0] = pc;
945 thr->shadow_stack_pos++;
957 DCHECK_GT(thr->shadow_stack_pos, thr->shadow_stack);
959 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end);
961 thr->shadow_stack_pos--;