HomeSort by relevance Sort by last modified time
    Searched defs:Footprint (Results 1 - 7 of 7) sorted by null

  /external/caliper/caliper/src/main/java/com/google/caliper/api/
Footprint.java 26 * Annotates a method whose return value is an object whose total memory footprint is to be
31 public @interface Footprint {
34 * example, {@code @Footprint(ignore = Element.class) public Set<Element> set() {...}} would
  /external/caliper/caliper/src/main/java/com/google/caliper/memory/
ObjectGraphMeasurer.java 34 * A tool that can qualitatively measure the footprint
40 * The footprint of an object graph.
42 public final static class Footprint {
53 * Constructs a Footprint, by specifying the number of objects,
62 public Footprint(int objects, int nonNullRefs, int nullRefs,
76 * Returns the number of objects of this footprint.
83 * Returns the number of non-null references of this footprint.
90 * Returns the number of null references of this footprint.
97 * Returns the number of all references (null and non-null) of this footprint.
104 * Returns the number of primitives of this footprint
    [all...]
  /art/runtime/gc/allocator/
rosalloc.cc 172 // Failed to allocate pages. Grow the footprint, if possible.
224 LOG(INFO) << "RosAlloc::AllocPages() : increased the footprint from "
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 

Completed in 114 milliseconds