Searched defs:initialize (Results 101 - 125 of 513) sorted by relevance

1234567891011>>

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DMethodDataKlass.java39 initialize(VM.getVM().getTypeDataBase());
44 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:MethodDataKlass
H A DMethodKlass.java39 initialize(VM.getVM().getTypeDataBase());
44 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:MethodKlass
H A DObjArrayKlassKlass.java40 initialize(VM.getVM().getTypeDataBase());
45 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:ObjArrayKlassKlass
H A DTypeArrayKlassKlass.java37 initialize(VM.getVM().getTypeDataBase());
42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:TypeArrayKlassKlass
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 DBlock_Array.java37 initialize(VM.getVM().getTypeDataBase());
42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:Block_Array
H A DCallJavaNode.java40 initialize(VM.getVM().getTypeDataBase());
45 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:CallJavaNode
H A DCallNode.java38 initialize(VM.getVM().getTypeDataBase());
43 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:CallNode
H A DCallRuntimeNode.java39 initialize(VM.getVM().getTypeDataBase());
44 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:CallRuntimeNode
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 DMachCallRuntimeNode.java39 initialize(VM.getVM().getTypeDataBase());
44 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:MachCallRuntimeNode
H A DMachCallStaticJavaNode.java39 initialize(VM.getVM().getTypeDataBase());
44 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:MachCallStaticJavaNode
H A DMachIfNode.java38 initialize(VM.getVM().getTypeDataBase());
43 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:MachIfNode
H A DMachSafePointNode.java38 initialize(VM.getVM().getTypeDataBase());
43 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:MachSafePointNode
H A DNode_Array.java37 initialize(VM.getVM().getTypeDataBase());
42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:Node_Array
H A DPhaseCFG.java38 initialize(VM.getVM().getTypeDataBase());
43 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:PhaseCFG
H A DPhaseRegAlloc.java37 initialize(VM.getVM().getTypeDataBase());
42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:PhaseRegAlloc
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 DBasicObjectLock.java36 initialize(VM.getVM().getTypeDataBase());
41 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:BasicObjectLock
H A DCompilerThread.java37 initialize(VM.getVM().getTypeDataBase());
44 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:CompilerThread
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 DJavaCallWrapper.java49 initialize(VM.getVM().getTypeDataBase());
54 private static synchronized void initialize(TypeDataBase db) { method in class:JavaCallWrapper
H A DOSThread.java39 initialize(VM.getVM().getTypeDataBase());
44 private static synchronized void initialize(TypeDataBase db) { method in class:OSThread

Completed in 73 milliseconds

1234567891011>>