Searched defs:invocations (Results 1 - 6 of 6) sorted by relevance
/openjdk7/jdk/test/java/rmi/server/RMIClassLoader/spi/ |
H A D | TestProvider2.java | 54 public static List invocations = field in class:TestProvider2 65 invocations.add(new Invocation(loadClassMethod, 75 invocations.add(new Invocation(loadProxyClassMethod, 84 invocations.add(new Invocation( 91 invocations.add(new Invocation(
|
H A D | TestProvider.java | 75 public static List invocations = field in class:TestProvider 86 invocations.add(new Invocation(loadClassMethod, 96 invocations.add(new Invocation(loadProxyClassMethod, 105 invocations.add(new Invocation( 112 invocations.add(new Invocation(
|
/openjdk7/hotspot/src/share/vm/runtime/ |
H A D | rframe.hpp | 47 virtual void init() = 0; // compute invocations, loopDepth, etc. 58 int invocations() const { return _invocations; } function in class:RFrame
|
H A D | interfaceSupport.cpp | 104 unsigned int invocations = Universe::heap()->total_full_collections(); local 109 tty->print_cr("Full gc no: %u\tInterval: %d", invocations, 116 if (invocations % 100 == 0) { 117 if (PrintGCDetails && Verbose) tty->print_cr("Full gc no: %u", invocations); 125 unsigned int invocations = Universe::heap()->total_collections() - Universe::heap()->total_full_collections(); local 130 tty->print_cr("Scavenge no: %u\tInterval: %d", invocations, 137 if (invocations % 1000 == 0) { 138 if (PrintGCDetails && Verbose) tty->print_cr("Scavenge no: %u", invocations);
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/ |
H A D | Generation.java | 85 invocationField = type.getCIntegerField("invocations"); 144 public int invocations() { method in class:Generation
|
/openjdk7/hotspot/src/share/vm/memory/ |
H A D | generation.hpp | 605 int invocations; member in struct:Generation::StatRecord 608 invocations(0),
|
Completed in 206 milliseconds