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

  /sdk/emulator/qtools/
read_trace.cpp 14 static const uint32_t kOffsetThreshold = 0x100000;
85 if (strcmp(sym->name, "(unknown)") == 0 || offset > kOffsetThreshold) {
159 assert(offset < kOffsetThreshold);
check_trace.cpp 14 static const uint32_t kOffsetThreshold = 0x100000;
profile_trace.cpp 21 static const uint32_t kOffsetThreshold = 0x100000;

Completed in 94 milliseconds