Searched refs:initialize (Results 151 - 175 of 765) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/java/beans/XMLEncoder/
H A Djavax_swing_DefaultCellEditor.java51 protected void initialize(XMLEncoder encoder) { method in class:javax_swing_DefaultCellEditor
/openjdk7/jdk/test/sun/security/rsa/
H A DTestKeyPairGeneratorLength.java44 kpg.initialize(len);
/openjdk7/jdk/test/java/security/Signature/
H A DTestInitSignWithMyOwnRandom.java39 kpg.initialize(512);
H A DVerifyRangeCheckOverflow.java43 keyPairGenerator.initialize(1024);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ci/
H A DciConstant.java38 initialize(VM.getVM().getTypeDataBase());
43 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:ciConstant
H A DciEnv.java42 initialize(VM.getVM().getTypeDataBase());
47 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:ciEnv
H A DciInstanceKlass.java41 initialize(VM.getVM().getTypeDataBase());
46 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:ciInstanceKlass
H A DciMethod.java39 initialize(VM.getVM().getTypeDataBase());
44 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:ciMethod
H A DciObject.java38 initialize(VM.getVM().getTypeDataBase());
43 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:ciObject
H A DciObjectFactory.java39 initialize(VM.getVM().getTypeDataBase());
44 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:ciObjectFactory
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DVMRegImpl.java44 initialize(VM.getVM().getTypeDataBase());
49 private static void initialize(TypeDataBase db) { method in class:VMRegImpl
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/compiler/
H A DCompileTask.java40 initialize(VM.getVM().getTypeDataBase());
45 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:CompileTask
H A DOopMap.java47 initialize(VM.getVM().getTypeDataBase());
52 private static void initialize(TypeDataBase db) { method in class:OopMap
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_implementation/g1/
H A DG1MonitoringSupport.java56 initialize(VM.getVM().getTypeDataBase());
61 static private synchronized void initialize(TypeDataBase db) { method in class:G1MonitoringSupport
H A DHeapRegionSetBase.java53 initialize(VM.getVM().getTypeDataBase());
58 static private synchronized void initialize(TypeDataBase db) { method in class:HeapRegionSetBase
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_implementation/parallelScavenge/
H A DPSOldGen.java40 initialize(VM.getVM().getTypeDataBase());
45 private static synchronized void initialize(TypeDataBase db) { method in class:PSOldGen
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_implementation/shared/
H A DImmutableSpace.java39 initialize(VM.getVM().getTypeDataBase());
44 private static synchronized void initialize(TypeDataBase db) { method in class:ImmutableSpace
H A DMutableSpace.java39 initialize(VM.getVM().getTypeDataBase());
44 private static synchronized void initialize(TypeDataBase db) { method in class:MutableSpace
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/gc_interface/
H A DCollectedHeap.java41 initialize(VM.getVM().getTypeDataBase());
46 private static synchronized void initialize(TypeDataBase db) { method in class:CollectedHeap
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DInterpreterCodelet.java49 initialize(VM.getVM().getTypeDataBase());
54 private static synchronized void initialize(TypeDataBase db) { method in class:InterpreterCodelet
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DCMSCollector.java43 initialize(VM.getVM().getTypeDataBase());
48 private static synchronized void initialize(TypeDataBase db) { method in class:CMSCollector
H A DConcurrentMarkSweepGeneration.java43 initialize(VM.getVM().getTypeDataBase());
48 private static synchronized void initialize(TypeDataBase db) { method in class:ConcurrentMarkSweepGeneration
H A DContiguousSpace.java40 initialize(VM.getVM().getTypeDataBase());
45 private static synchronized void initialize(TypeDataBase db) { method in class:ContiguousSpace
H A DGenerationFactory.java42 initialize(VM.getVM().getTypeDataBase());
47 private static synchronized void initialize(TypeDataBase db) { method in class:GenerationFactory
H A DHeapBlock.java42 initialize(VM.getVM().getTypeDataBase());
47 private static void initialize(TypeDataBase db) { method in class:HeapBlock

Completed in 250 milliseconds

1234567891011>>