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

  /sdk/emulator/qtools/
read_method.cpp 27 static const int kMaxFrames = 1000;
29 frame *frames[kMaxFrames];
42 if (top == kMaxFrames) {
check_stack.cpp 47 static const int kMaxFrames = 1000;
49 frame *frames[kMaxFrames];
61 if (top == kMaxFrames) {

Completed in 183 milliseconds