HomeSort by relevance Sort by last modified time
    Searched refs:STACK_DEPTH (Results 1 - 2 of 2) sorted by null

  /system/core/debuggerd/x86/
x86_utility.h 18 #define STACK_DEPTH 8
unwind.c 12 unsigned int stack_depth = 0; local
42 if (stack_level >= STACK_DEPTH || eip == 0)
48 stack_depth = stack_level;
79 if (stack_level >= STACK_DEPTH || stack_level >= stack_depth)
84 return stack_depth;

Completed in 220 milliseconds