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

  /external/emma/tools/java/com/vladium/tools/
ClassDep.java 65 final String [] rootSet = args.length > offset
69 for (int a = 0; a < rootSet.length; ++ a)
71 rootSet [a] = args [a + offset];
75 final ClassDep _this = new ClassDep (rootSet, classPath);
99 public ClassDep (final String [] rootSet, final URL [] classPath)
101 if (rootSet == null)
102 throw new IllegalArgumentException ("null input: rootSet");
107 m_rootSet = rootSet;
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp     [all...]
  /dalvik/vm/hprof/
HprofHeap.cpp 120 * objects. Used to add rootset references to obj.

Completed in 376 milliseconds