Searched refs:shadow_stack_end (Results 1 – 3 of 3) sorted by relevance
191 uptr *shadow_stack_end; member786 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end); in FuncEntry()788 if (thr->shadow_stack_pos == thr->shadow_stack_end) in FuncEntry()802 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end); in FuncExit()
427 shadow_stack_end = shadow_stack + kInitStackSize; in ThreadState()880 const int sz = thr->shadow_stack_end - thr->shadow_stack; in GrowShadowStack()887 thr->shadow_stack_end = newstack + newsz; in GrowShadowStack()898 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end); in CurrentStackId()900 if (thr->shadow_stack_pos == thr->shadow_stack_end) in CurrentStackId()
245 thr->shadow_stack_end = nullptr; in ThreadFinish()