HomeSort by: relevance | last modified time | path
    Searched refs:jmaps (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/src/
parse.cc 468 if (jmaps == NULL)
471 JMethod *jfunc = (JMethod*) jmaps->locate_exact_match (mid, ts);
510 if (jmaps == NULL)
Experiment.h 494 PRBTree *jmaps; // JAVA_CLASSES: (id,time)->Histable member in class:Experiment
Experiment.cc 1505 jmaps = NULL; // used by JAVA_CLASSES only
1542 delete jmaps;
2305 jmaps = new PRBTree ();
2345 jmaps->insert (class_id, cur_loaded, cur_mod);
2390 jmaps->insert (method_id, cur_loaded, jmthd);
6011 if (mid == 0 || jmaps == NULL)
6018 jmthd = (JMethod *) jmaps->locate_exact_match (mid, ts);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
parse.cc 468 if (jmaps == NULL)
471 JMethod *jfunc = (JMethod*) jmaps->locate_exact_match (mid, ts);
510 if (jmaps == NULL)
Experiment.h 494 PRBTree *jmaps; // JAVA_CLASSES: (id,time)->Histable member in class:Experiment
Experiment.cc 1505 jmaps = NULL; // used by JAVA_CLASSES only
1542 delete jmaps;
2305 jmaps = new PRBTree ();
2345 jmaps->insert (class_id, cur_loaded, cur_mod);
2390 jmaps->insert (method_id, cur_loaded, jmthd);
6011 if (mid == 0 || jmaps == NULL)
6018 jmthd = (JMethod *) jmaps->locate_exact_match (mid, ts);

Completed in 48 milliseconds