Searched refs:shadow_stack_end (Results 1 – 4 of 4) sorted by relevance
26 thr.shadow_stack_end = &stack[128]; in TestStackTrace()56 thr.shadow_stack_end = &stack[kShadowStackSize]; in TestTrim()
451 const int sz = thr->shadow_stack_end - thr->shadow_stack; in GrowShadowStack()459 thr->shadow_stack_end = newstack + newsz; in GrowShadowStack()468 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end); in CurrentStackId()470 if (thr->shadow_stack_pos == thr->shadow_stack_end) in CurrentStackId()917 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end); in FuncEntry()919 if (thr->shadow_stack_pos == thr->shadow_stack_end) in FuncEntry()937 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end); in FuncExit()
98 thr->shadow_stack_end = thr->shadow_stack + kShadowStackSize; in OnStarted()105 thr->shadow_stack_end = thr->shadow_stack + kInitStackSize; in OnStarted()
355 uptr *shadow_stack_end; member