Searched refs:getCalls (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DCallSite.java53 if (getCalls() == null) {
56 getCalls().add(site);
64 return getCalls().get(getCalls().size() + fromEnd);
75 if (getCalls() != null) {
76 for (CallSite site : getCalls()) {
120 if (getCalls() != null) {
121 for (CallSite site : getCalls()) {
175 public List<CallSite> getCalls() { method in class:CallSite
H A DCompilation.java80 for (CallSite site : getCall().getCalls()) {
84 if (getLateInlineCall().getCalls() != null) {
86 for (CallSite site : getLateInlineCall().getCalls()) {
121 if (printInlining && call.getCalls() != null) {
122 for (CallSite site : call.getCalls()) {
126 if (printInlining && lateInlineCall.getCalls() != null) {
128 for (CallSite site : lateInlineCall.getCalls()) {
H A DLogParser.java406 } else if (scopes.peek().getCalls().size() > 2 && m == scopes.peek().last(-2).getMethod()) {
/openjdk7/jdk/src/share/classes/java/awt/
H A DToolkit.java2126 int[] listenerCalls = selectiveListener.getCalls();
2327 public int[] getCalls() {return calls;} method in class:Toolkit.SelectiveAWTEventListener

Completed in 2558 milliseconds