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

  /external/webkit/Source/JavaScriptCore/wtf/
Assertions.cpp 219 static const int maxFrames = 32;
220 void* samples[maxFrames];
221 int frames = backtrace(samples, maxFrames);
  /dalvik/tools/dmtracedump/
CreateTestTrace.c 137 int maxFrames = 0;
155 if (indentEnd - cp + 1 > maxFrames)
156 maxFrames = indentEnd - cp + 1;
201 stk = (dataRecord **) malloc(sizeof(dataRecord *) * maxFrames);

Completed in 676 milliseconds