Searched refs:stack_min (Results 1 - 6 of 6) sorted by relevance

/external/valgrind/main/drd/
H A Ddrd_thread.h74 Addr stack_min; /**< Current stack pointer. */ member in struct:__anon32778
286 void DRD_(thread_set_stack_min)(const DrdThreadId tid, const Addr stack_min) argument
293 DRD_(g_threadinfo)[tid].stack_min = stack_min;
297 tl_assert(DRD_(g_threadinfo)[tid].stack_min
301 if (UNLIKELY(stack_min < DRD_(g_threadinfo)[tid].stack_min_min))
303 DRD_(g_threadinfo)[tid].stack_min_min = stack_min;
314 return (DRD_(g_threadinfo)[DRD_(g_drd_running_tid)].stack_min <= a
330 && DRD_(g_threadinfo)[i].stack_min <= a
H A Ddrd_thread.c189 DRD_(g_threadinfo)[i].stack_min = 0;
326 DRD_(g_threadinfo)[created].stack_min
421 tl_assert(DRD_(g_threadinfo)[tid].stack_min <= stack_startup);
431 return DRD_(g_threadinfo)[tid].stack_min;
534 DRD_(g_threadinfo)[tid].stack_min = DRD_(g_threadinfo)[tid].stack_max;
/external/valgrind/main/include/
H A Dpub_tool_machine.h146 /*OUT*/Addr* stack_min,
/external/valgrind/main/coregrind/
H A Dm_addrinfo.c47 Addr stack_min, stack_max; local
98 while ( VG_(thread_stack_next)(&tid, &stack_min, &stack_max) ) {
99 if (stack_min - VG_STACK_REDZONE_SZB <= a && a <= stack_max) {
H A Dm_machine.c373 /*OUT*/Addr* stack_min,
382 *stack_min = VG_(get_SP)(i);
372 thread_stack_next( ThreadId* tid, Addr* stack_min, Addr* stack_max) argument
/external/valgrind/main/coregrind/m_debuginfo/
H A Ddebuginfo.c3232 Addr stack_min, stack_max; local
3324 while ( VG_(thread_stack_next)(&tid, &stack_min, &stack_max) ) {
3325 if (stack_min >= stack_max)
3327 if (stack_min - VG_STACK_REDZONE_SZB <= data_addr

Completed in 310 milliseconds