Searched refs:initialize (Results 176 - 200 of 765) sorted by relevance

1234567891011>>

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DLoaderConstraintEntry.java38 initialize(VM.getVM().getTypeDataBase());
43 private static synchronized void initialize(TypeDataBase db) { method in class:LoaderConstraintEntry
H A DOneContigSpaceCardGeneration.java45 initialize(VM.getVM().getTypeDataBase());
50 private static synchronized void initialize(TypeDataBase db) { method in class:OneContigSpaceCardGeneration
H A DSpace.java52 initialize(VM.getVM().getTypeDataBase());
57 private static synchronized void initialize(TypeDataBase db) { method in class:Space
H A DStringTable.java39 initialize(VM.getVM().getTypeDataBase());
44 private static synchronized void initialize(TypeDataBase db) { method in class:StringTable
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DBreakpointInfo.java43 initialize(VM.getVM().getTypeDataBase());
48 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:BreakpointInfo
H A DCompiledICHolder.java37 initialize(VM.getVM().getTypeDataBase());
42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:CompiledICHolder
H A DExceptionTableElement.java39 initialize(VM.getVM().getTypeDataBase());
44 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:ExceptionTableElement
H A DInstance.java39 initialize(VM.getVM().getTypeDataBase());
45 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:Instance
H A DInstanceMirrorKlass.java41 initialize(VM.getVM().getTypeDataBase());
46 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:InstanceMirrorKlass
H A DLocalVariableTableElement.java39 initialize(VM.getVM().getTypeDataBase());
44 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:LocalVariableTableElement
H A DObjArray.java39 initialize(VM.getVM().getTypeDataBase());
44 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:ObjArray
H A Djava_lang_Class.java39 // initialize fields for java.lang.Class
49 initialize(VM.getVM().getTypeDataBase());
54 private static synchronized void initialize(TypeDataBase db) { method in class:java_lang_Class
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/opto/
H A DCallJavaNode.java40 initialize(VM.getVM().getTypeDataBase());
45 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:CallJavaNode
H A DCallStaticJavaNode.java39 initialize(VM.getVM().getTypeDataBase());
44 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:CallStaticJavaNode
H A DMachCallJavaNode.java40 initialize(VM.getVM().getTypeDataBase());
45 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:MachCallJavaNode
H A DMachCallStaticJavaNode.java39 initialize(VM.getVM().getTypeDataBase());
44 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:MachCallStaticJavaNode
H A DMachSafePointNode.java38 initialize(VM.getVM().getTypeDataBase());
43 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:MachSafePointNode
H A DPhaseCFG.java38 initialize(VM.getVM().getTypeDataBase());
43 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:PhaseCFG
H A DSafePointNode.java38 initialize(VM.getVM().getTypeDataBase());
43 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:SafePointNode
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DJNIHandles.java39 initialize(VM.getVM().getTypeDataBase());
44 private static synchronized void initialize(TypeDataBase db) { method in class:JNIHandles
H A DJNIid.java45 initialize(VM.getVM().getTypeDataBase());
50 private static synchronized void initialize(TypeDataBase db) { method in class:JNIid
H A DThreadLocalAllocBuffer.java47 initialize(VM.getVM().getTypeDataBase());
52 private static synchronized void initialize(TypeDataBase db) { method in class:ThreadLocalAllocBuffer
H A DVMReg.java45 initialize(VM.getVM().getTypeDataBase());
50 private static void initialize(TypeDataBase db) { method in class:VMReg
H A DVirtualSpace.java40 initialize(VM.getVM().getTypeDataBase());
45 private static synchronized void initialize(TypeDataBase db) { method in class:VirtualSpace
H A DvmSymbols.java41 initialize(VM.getVM().getTypeDataBase());
50 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:vmSymbols

Completed in 51 milliseconds

1234567891011>>