Searched defs:collect (Results 1 - 16 of 16) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orb/
H A DAppletDataCollector.java46 protected void collect( ) method in class:AppletDataCollector
H A DNormalDataCollector.java50 protected void collect() method in class:NormalDataCollector
H A DPropertyOnlyDataCollector.java49 protected void collect() method in class:PropertyOnlyDataCollector
H A DDataCollectorBase.java113 collect() ;
134 protected abstract void collect() ; method in class:DataCollectorBase
469 // Used to collect properties from various sources.
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DvmGCOperations.cpp147 bool VM_GC_HeapInspection::collect() { function in class:VM_GC_HeapInspection
161 if (!collect()) {
/openjdk7/jdk/src/share/classes/sun/tools/asm/
H A DInstruction.java306 void collect(ConstantPool tab) { method in class:Instruction
H A DAssembler.java236 public void collect(Environment env, MemberDefinition field, ConstantPool tab) { method in class:Assembler
251 inst.collect(tab);
844 * added to the constant table by the collect() method. The flowFields method
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiCodeBlobEvents.cpp37 // Support class to collect a list of the non-nmethod CodeBlobs in
50 // collector.collect();
80 // collect list of code blobs in the cache
81 void collect();
155 void CodeBlobCollector::collect() { function in class:CodeBlobCollector
186 // First collect all the code blobs. This has to be done in a
192 collector.collect();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/opto/
H A DNode.java136 public ArrayList collect(int d, boolean onlyCtrl) { method in class:Node
173 ArrayList nstack = s.collect(d, onlyCtrl);
/openjdk7/hotspot/src/share/vm/memory/
H A DtenuredGeneration.cpp305 void TenuredGeneration::collect(bool full, function in class:TenuredGeneration
310 OneContigSpaceCardGeneration::collect(full, clear_all_soft_refs,
H A DdefNewGeneration.cpp533 void DefNewGeneration::collect(bool full, function in class:DefNewGeneration
537 assert(full || size > 0, "otherwise we don't want to collect");
624 // collection(s). When a minor collection fails to collect
H A Dgeneration.cpp466 void OneContigSpaceCardGeneration::collect(bool full, function in class:OneContigSpaceCardGeneration
H A DgenCollectedHeap.cpp490 // Search for the oldest generation which will collect all younger
561 // collect method so that ref discovery and enqueueing concerns
562 // are local to a generation. The collect method could return
583 // collect() below will enable discovery as appropriate
585 _gens[i]->collect(full, do_clear_all_soft_refs, size, is_tlab);
775 void GenCollectedHeap::collect(GCCause::Cause cause) { function in class:GenCollectedHeap
787 collect(cause, 0);
790 collect(cause, n_gens() - 1);
794 collect(cause, n_gens() - 1);
799 void GenCollectedHeap::collect(GCCaus function in class:GenCollectedHeap
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DparallelScavengeHeap.cpp575 // We assume that allocation in eden will fail unless we collect.
743 // collect.
752 // unless we collect.
805 void ParallelScavengeHeap::collect(GCCause::Cause cause) { function in class:ParallelScavengeHeap
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.cpp918 void ParNewGeneration::collect(bool full, function in class:ParNewGeneration
922 assert(full || size > 0, "otherwise we don't want to collect");
1043 // collection(s). When a minor collection fails to collect
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp1049 collect(GCCause::_g1_humongous_allocation);
1700 // Then, try a Full GC that will collect all soft references.
2578 void G1CollectedHeap::collect(GCCause::Cause cause) { function in class:G1CollectedHeap

Completed in 167 milliseconds