Searched refs:extend_stack (Results 1 – 4 of 4) sorted by relevance
84 extern Bool VG_(extend_stack)(ThreadId tid, Addr addr);
1854 && VG_(extend_stack)(tid, base)) { in default_action()2519 Bool VG_(extend_stack)(ThreadId tid, Addr addr) in VG_() argument2714 && VG_(extend_stack)(tid, base)) { in extend_stack_if_appropriate()
68 if (VG_(extend_stack)(tid, addr)) { in ML_() local
1762 VG_(extend_stack)( tid, stackMin ); in VG_() local