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

  /external/llvm/lib/ProfileData/
InstrProfReader.cpp 252 ProfileEnd = Start + ProfileSize;
261 if (std::error_code EC = readNextHeader(ProfileEnd))
  /cts/hostsidetests/dumpsys/src/android/dumpsys/cts/
DumpsysHostTest.java 843 int profileEnd = frameinfo.indexOf(MARKER, profileStart + 1);
845 assertTrue(profileEnd > profileStart);
846 String profileData = frameinfo.substring(profileStart + MARKER.length(), profileEnd);
    [all...]
  /external/llvm/include/llvm/ProfileData/
InstrProfReader.h 170 const char *ProfileEnd;

Completed in 529 milliseconds