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

  /external/llvm/include/llvm/Analysis/
PathProfileInfo.h 22 class ProfilePath;
32 typedef std::map<unsigned int,ProfilePath*> ProfilePathMap;
33 typedef std::map<unsigned int,ProfilePath*>::iterator ProfilePathIterator;
54 class ProfilePath {
56 ProfilePath(unsigned int number, unsigned int count,
90 ProfilePath* getPath(unsigned int number);
108 friend class ProfilePath;
  /external/llvm/lib/Analysis/
PathProfileInfo.cpp 113 ProfilePath::ProfilePath (unsigned int number, unsigned int count,
117 double ProfilePath::getFrequency() const {
138 ProfilePathEdgeVector* ProfilePath::getPathEdges() const {
177 ProfilePathBlockVector* ProfilePath::getPathBlocks() const {
202 BasicBlock* ProfilePath::getFirstBlockInPath() const {
253 ProfilePath* PathProfileInfo::getPath(unsigned int number) {
392 = new ProfilePath(pathTable[j].pathNumber, pathTable[j].pathCounter,
PathProfileVerifier.cpp 122 ProfilePath* currentPath = nextPath->second;
  /external/webkit/Source/WebKit2/WebProcess/mac/
WebProcessMac.mm 189 const char* profilePath = [[[NSBundle mainBundle] pathForResource:@"com.apple.WebProcess" ofType:@"sb"] fileSystemRepresentation];
192 if (sandbox_init_with_parameters(profilePath, SANDBOX_NAMED_EXTERNAL, sandboxParameters.data(), &errorBuf)) {
193 fprintf(stderr, "WebProcess: couldn't initialize sandbox profile [%s]\n", profilePath);
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 273 milliseconds