Searched defs:debugging (Results 1 - 5 of 5) sorted by relevance
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/compiler/ |
H A D | OopMapSet.java | 122 public OopMap findMapAtOffset(long pcOffset, boolean debugging) { argument 137 if (!debugging) { 165 public static void oopsDo(Frame fr, CodeBlob cb, RegisterMap regMap, AddressVisitor oopVisitor, boolean debugging) { argument 166 allDo(fr, cb, regMap, new MyVisitor(oopVisitor), debugging); 171 public static void allDo(Frame fr, CodeBlob cb, RegisterMap regMap, OopMapVisitor visitor, boolean debugging) { argument 178 OopMap map = cb.getOopMapForReturnAddress(fr.getPC(), debugging); 213 // to detect in the debugging system 228 public static void updateRegisterMap(Frame fr, CodeBlob cb, RegisterMap regMap, boolean debugging) { argument 258 OopMap map = cb.getOopMapForReturnAddress(fr.getPC(), debugging);
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/ |
H A D | CodeBlob.java | 185 public OopMap getOopMapForReturnAddress(Address returnAddress, boolean debugging) { argument 190 return getOopMaps().findMapAtOffset(pc.minus(codeBegin()), debugging);
|
/openjdk7/jdk/src/share/javavm/export/ |
H A D | jvm.h | 1476 jboolean debugging; member in struct:JDK1_1InitArgs
|
/openjdk7/jdk/src/share/classes/sun/tools/java/ |
H A D | Environment.java | 807 * Dump debugging stuff 892 * for debugging. This should be used instead of println. 898 private static boolean debugging = (System.getProperty("javac.debug") != null); field in class:Environment 901 if (Environment.debugging) 964 * but we need to give more thought to the issue of classifying debugging
|
/openjdk7/hotspot/src/share/vm/prims/ |
H A D | jvm.h | 1634 jboolean debugging; member in struct:JDK1_1InitArgs
|
Completed in 55 milliseconds