Searched defs:initialize (Results 201 - 225 of 513) sorted by relevance

1234567891011>>

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DObjArray.java39 initialize(VM.getVM().getTypeDataBase());
44 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:ObjArray
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/opto/
H A DBlock.java38 initialize(VM.getVM().getTypeDataBase());
43 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:Block
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DObjectSynchronizer.java38 initialize(VM.getVM().getTypeDataBase());
43 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:ObjectSynchronizer
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
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1HotCardCache.cpp36 void G1HotCardCache::initialize() { function in class:G1HotCardCache
52 _card_counts.initialize();
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DobjectStartArray.cpp33 void ObjectStartArray::initialize(MemRegion reserved_region) { function in class:ObjectStartArray
57 if (!_virtual_space.initialize(backing_store, 0)) {
H A DpsPromotionLAB.cpp37 void PSPromotionLAB::initialize(MemRegion lab) { function in class:PSPromotionLAB
/openjdk7/hotspot/src/share/vm/interpreter/
H A DcppInterpreter.cpp34 void CppInterpreter::initialize() { function in class:CppInterpreter
36 AbstractInterpreter::initialize();
51 BytecodeInterpreter start_msg(BytecodeInterpreter::initialize);
/openjdk7/hotspot/src/os/windows/vm/
H A Ddecoder_windows.cpp36 initialize();
39 void WindowsDecoder::initialize() { function in class:WindowsDecoder
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/RhinoScriptEngineProxy/src/com/sun/hotspot/igv/rhino/
H A DRhinoScriptEngine.java46 public boolean initialize(String s) { method in class:RhinoScriptEngine
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Compiler.cpp59 Runtime1::initialize(buffer_blob);
60 FrameMap::initialize();
61 // initialize data structures
62 ValueType::initialize(arena);
63 // Instruction::initialize();
64 // BlockBegin::initialize();
65 GraphBuilder::initialize();
68 Interval::initialize(arena);
72 void Compiler::initialize() { function in class:Compiler
102 initialize();
[all...]
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaInternalFrameBorderMetrics.java45 initialize();
48 protected abstract void initialize(); method in class:AquaInternalFrameBorderMetrics
62 protected void initialize() {
79 protected void initialize() {
96 protected void initialize() {
113 protected void initialize() {
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPlatformComponent.java52 public void initialize(final PlatformWindow platformWindow) { method in class:CPlatformComponent
/openjdk7/hotspot/src/share/vm/runtime/
H A Dicache.cpp32 void AbstractICache::initialize() { function in class:AbstractICache
105 ICache::initialize();
H A DperfMemory.cpp56 PerfMemory::initialize();
80 void PerfMemory::initialize() { function in class:PerfMemory
/openjdk7/hotspot/src/share/vm/utilities/
H A Darray.hpp49 // client may call initialize, at most once
55 initialize(esize, length);
58 void initialize(size_t esize, int length) { function in class:ResourceArray
127 array_name(const int length, const etype fx) { initialize(length, fx); } \
128 void initialize(const int length) { base_class::initialize(esize, length); } \
129 void initialize(const int length, const etype fx) { \
130 initialize(length); \
177 stack_name(const int size) { initialize(size); } \
178 stack_name(const int size, const etype fx) { initialize(siz
[all...]
H A Dhashtable.inline.hpp40 initialize(table_size, entry_size, 0);
52 initialize(table_size, entry_size, number_of_entries);
57 template <MEMFLAGS F> inline void BasicHashtable<F>::initialize(int table_size, int entry_size, function in class:BasicHashtable
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWCanvasPeer.java46 void initialize() { method in class:WCanvasPeer
56 super.initialize();
H A DWCheckboxPeer.java69 void initialize() { method in class:WCheckboxPeer
79 super.initialize();
H A DWLabelPeer.java65 void initialize() { method in class:WLabelPeer
83 super.initialize();
H A DWTextFieldPeer.java88 void initialize() { method in class:WTextFieldPeer
93 super.initialize();
/openjdk7/jdk/test/java/beans/XMLEncoder/
H A DTest5023557.java42 protected void initialize(XMLEncoder encoder) { method in class:Test5023557
H A DTest6187118.java54 protected void initialize(XMLEncoder encoder) { method in class:Test6187118
H A DTest8013416.java53 protected void initialize(XMLEncoder encoder) { method in class:Test8013416
54 super.initialize(encoder);
65 protected void initialize(Class<?> type, Object oldInstance, Object newInstance, Encoder out) { method in class:Test8013416.PublicPersistenceDelegate
66 super.initialize(type, oldInstance, newInstance, out);

Completed in 668 milliseconds

1234567891011>>