Searched refs:shadow_stack_end (Results 1 – 6 of 6) sorted by relevance
166 shadow_stack_end = shadow_stack + kInitStackSize; in ThreadState()589 const int sz = thr->shadow_stack_end - thr->shadow_stack; in GrowShadowStack()596 thr->shadow_stack_end = newstack + newsz; in GrowShadowStack()605 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end); in CurrentStackId()607 if (thr->shadow_stack_pos == thr->shadow_stack_end) in CurrentStackId()
164 uptr *shadow_stack_end; member765 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end); in FuncEntry()767 if (thr->shadow_stack_pos == thr->shadow_stack_end) in FuncEntry()784 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end); in FuncExit()
253 thr->shadow_stack_end = nullptr; in OnFinished()
190 uptr *shadow_stack_end; member775 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end); in FuncEntry()777 if (thr->shadow_stack_pos == thr->shadow_stack_end) in FuncEntry()791 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end); in FuncExit()
423 shadow_stack_end = shadow_stack + kInitStackSize; in ThreadState()873 const int sz = thr->shadow_stack_end - thr->shadow_stack; in GrowShadowStack()880 thr->shadow_stack_end = newstack + newsz; in GrowShadowStack()891 DCHECK_LT(thr->shadow_stack_pos, thr->shadow_stack_end); in CurrentStackId()893 if (thr->shadow_stack_pos == thr->shadow_stack_end) in CurrentStackId()
245 thr->shadow_stack_end = nullptr; in ThreadFinish()