Searched refs:shadow_stack_end (Results 1 – 3 of 3) sorted by relevance
194 uptr *shadow_stack_end; member789 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end); in FuncEntry()791 if (thr->shadow_stack_pos == thr->shadow_stack_end) in FuncEntry()805 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end); in FuncExit()
427 shadow_stack_end = shadow_stack + kInitStackSize; in ThreadState()902 const int sz = thr->shadow_stack_end - thr->shadow_stack; in GrowShadowStack()909 thr->shadow_stack_end = newstack + newsz; in GrowShadowStack()920 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end); in CurrentStackId()922 if (thr->shadow_stack_pos == thr->shadow_stack_end) in CurrentStackId()
247 thr->shadow_stack_end = nullptr; in ThreadFinish()