Searched defs:initialize (Results 26 - 50 of 513) sorted by relevance

1234567891011>>

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DCMSPermGen.java39 initialize(VM.getVM().getTypeDataBase());
44 private static synchronized void initialize(TypeDataBase db) { method in class:CMSPermGen
H A DCompactibleSpace.java45 initialize(VM.getVM().getTypeDataBase());
50 private static synchronized void initialize(TypeDataBase db) { method in class:CompactibleSpace
H A DCompactingPermGen.java42 initialize(VM.getVM().getTypeDataBase());
47 private static synchronized void initialize(TypeDataBase db) { method in class:CompactingPermGen
H A DGenerationFactory.java42 initialize(VM.getVM().getTypeDataBase());
47 private static synchronized void initialize(TypeDataBase db) { method in class:GenerationFactory
H A DLinearAllocBlock.java37 initialize(VM.getVM().getTypeDataBase());
42 private static synchronized void initialize(TypeDataBase db) { method in class:LinearAllocBlock
H A DLoaderConstraintTable.java38 initialize(VM.getVM().getTypeDataBase());
43 private static synchronized void initialize(TypeDataBase db) { method in class:LoaderConstraintTable
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/opto/
H A DBlock_List.java37 initialize(VM.getVM().getTypeDataBase());
42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:Block_List
H A DCallDynamicJavaNode.java37 initialize(VM.getVM().getTypeDataBase());
42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:CallDynamicJavaNode
H A DHaltNode.java37 initialize(VM.getVM().getTypeDataBase());
42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:HaltNode
H A DLoopNode.java37 initialize(VM.getVM().getTypeDataBase());
42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:LoopNode
H A DMachCallNode.java38 initialize(VM.getVM().getTypeDataBase());
43 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:MachCallNode
H A DMachNode.java37 initialize(VM.getVM().getTypeDataBase());
42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:MachNode
H A DMachReturnNode.java37 initialize(VM.getVM().getTypeDataBase());
42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:MachReturnNode
H A DMultiNode.java37 initialize(VM.getVM().getTypeDataBase());
42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:MultiNode
H A DNode_List.java37 initialize(VM.getVM().getTypeDataBase());
42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:Node_List
H A DPhase.java37 initialize(VM.getVM().getTypeDataBase());
42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:Phase
H A DPhiNode.java37 initialize(VM.getVM().getTypeDataBase());
42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:PhiNode
H A DProjNode.java37 initialize(VM.getVM().getTypeDataBase());
42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:ProjNode
H A DRegionNode.java37 initialize(VM.getVM().getTypeDataBase());
42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:RegionNode
H A DRootNode.java37 initialize(VM.getVM().getTypeDataBase());
42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:RootNode
H A DTypeNode.java37 initialize(VM.getVM().getTypeDataBase());
42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:TypeNode
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/prims/
H A DJvmtiExport.java37 initialize(VM.getVM().getTypeDataBase());
42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:JvmtiExport
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DBasicLock.java37 initialize(VM.getVM().getTypeDataBase());
42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:BasicLock
H A DStubRoutines.java39 initialize(VM.getVM().getTypeDataBase());
44 private static synchronized void initialize(TypeDataBase db) { method in class:StubRoutines
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DHashtableEntry.java38 initialize(VM.getVM().getTypeDataBase());
43 private static synchronized void initialize(TypeDataBase db) { method in class:HashtableEntry

Completed in 132 milliseconds

1234567891011>>