Searched refs:calls (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DCallSite.java39 private List<CallSite> calls; field in class:CallSite
176 return calls;
179 public void setCalls(List<CallSite> calls) { argument
180 this.calls = calls;
/openjdk7/jdk/src/share/demo/jvmti/mtrace/
H A Dmtrace.c77 * and delay the actual calls to the native code until the VM has reached
100 int calls; /* Method call count */ member in struct:MethodInfo
108 int calls; /* Method call count for this class */ member in struct:ClassInfo
189 if ( c1->calls > c2->calls ) return 1;
190 if ( c1->calls < c2->calls ) return -1;
200 if ( m1->calls > m2->calls ) return 1;
201 if ( m1->calls < m
[all...]
/openjdk7/jdk/test/com/sun/jdi/
H A DPopSynchronousTest.java100 static final String[] calls = {"a", "b", "c", "p", "main"}; field in class:PopSynchronousTest
101 static final int popMax = calls.length - 1;
147 if (methodName.equals(calls[i])) {
246 String from = calls[i];
248 String to = calls[j];
249 String prev = calls[j+1];
H A DRedefineMulti.sh32 # a method that it calls multiple times is redefined
53 // stat() calls version 2 of doSomething() instead of
/openjdk7/jdk/src/share/classes/java/awt/
H A DToolkit.java923 * If so, the method calls the security manager's
958 * If so, the method calls the security manager's
983 * If so, the method calls the security manager's
1002 * If so, the method calls the security manager's
1982 private int[] calls = new int[LONG_BITS]; field in class:Toolkit
2074 calls[i]++;
2128 calls[i] -= listenerCalls[i];
2129 assert calls[i] >= 0: "Negative Listeners count";
2131 if (calls[i] == 0) {
2150 return calls[c
2323 int[] calls = new int[Toolkit.LONG_BITS]; field in class:Toolkit.SelectiveAWTEventListener
[all...]
/openjdk7/jdk/test/java/util/concurrent/forkjoin/
H A DIntegrate.java70 * The number of recursive calls for
74 static final int calls = 263479047; field in class:Integrate
121 System.out.printf("Calls/sec: %12d", (long) (calls / s));
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DApplicationDelegate.m508 #pragma mark Native JNI calls
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp84 // SharedHeap::process_strong_roots() which calls eventually to
144 int calls() { return _calls; } function in class:ClearLoggedCardTableEntryClosure
173 int calls() { return _calls; } function in class:RedirtyLoggedCardTableEntryClosure
508 clear.calls(), orig_count);
509 guarantee(redirty.calls() == clear.calls(),
4923 // This task calls set_n_termination() in par_non_clean_card_iterate_work()
6554 // interval between two calls to verification) and it might hide

Completed in 109 milliseconds