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

  /external/google-breakpad/src/client/solaris/handler/
solaris_lwp.cc 409 const int MAX_STACK_DEPTH = 50;
431 IsAddressMapped(sighandler_ebp) && depth_counter < MAX_STACK_DEPTH);
  /art/tools/dmtracedump/
tracedump.cc 43 #define MAX_STACK_DEPTH 10000
204 StackEntry calls[MAX_STACK_DEPTH];
1042 char spaces[MAX_STACK_DEPTH + 1];
1043 memset(spaces, '.', MAX_STACK_DEPTH);
1044 spaces[MAX_STACK_DEPTH] = '\0';
1098 } else if (printDepth > MAX_STACK_DEPTH) {
1099 printDepth = MAX_STACK_DEPTH;
1113 spaces + (MAX_STACK_DEPTH - printDepth), method->className,
1118 spaces + (MAX_STACK_DEPTH - printDepth), method->className);
    [all...]
  /external/ImageMagick/MagickWand/
operation.c 79 #define MAX_STACK_DEPTH 32
    [all...]
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 

Completed in 216 milliseconds