Searched refs:collect (Results 1 - 25 of 37) sorted by relevance

12

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orb/
H A DAppletDataCollector.java46 protected void collect( ) method in class:AppletDataCollector
H A DPropertyOnlyDataCollector.java49 protected void collect() method in class:PropertyOnlyDataCollector
H A DNormalDataCollector.java50 protected void collect() method in class:NormalDataCollector
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/memory/
H A DtenuredGeneration.hpp73 // Does a "full" (forced) collection invoked on this generation collect
91 virtual void collect(bool full,
H A DgenCollectedHeap.hpp186 void collect(GCCause::Cause cause);
199 void collect(GCCause::Cause cause, int max_level);
534 // collect() and collect_locked(). Caller holds the Heap_lock on entry.
H A DgcLocker.cpp135 Universe::heap()->collect(GCCause::_gc_locker);
H A Dgeneration.hpp343 // This generation will collect all younger generations
354 // Returns "true" iff collect() should subsequently be called on this
362 // Thus, older generations which collect younger generations should
363 // test this flag and collect if it is set.
384 virtual void collect(bool full,
436 // statistics are valid to collect. For example, the
742 virtual void collect(bool full,
H A DtenuredGeneration.cpp305 void TenuredGeneration::collect(bool full, function in class:TenuredGeneration
310 OneContigSpaceCardGeneration::collect(full, clear_all_soft_refs,
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...]
H A DdefNewGeneration.hpp327 virtual void collect(bool full,
H A Dgeneration.cpp466 void OneContigSpaceCardGeneration::collect(bool full, function in class:OneContigSpaceCardGeneration
/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/src/share/vm/gc_implementation/shared/
H A DvmGCOperations.cpp147 bool VM_GC_HeapInspection::collect() { function in class:VM_GC_HeapInspection
161 if (!collect()) {
H A DvmGCOperations.hpp154 bool 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/runtime/
H A DinterfaceSupport.cpp103 Universe::heap()->collect(GCCause::_full_gc_alot);
124 Universe::heap()->collect(GCCause::_scavenge_alot);
H A Djava.cpp515 Universe::heap()->collect(GCCause::_allocation_profiler);
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DparallelScavengeHeap.hpp192 void collect(GCCause::Cause cause);
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.hpp385 virtual void collect(bool full,
/openjdk7/hotspot/src/share/vm/gc_interface/
H A DcollectedHeap.hpp536 virtual void collect(GCCause::Cause cause) = 0;
/openjdk7/hotspot/src/share/vm/services/
H A DdiagnosticCommand.cpp240 Universe::heap()->collect(GCCause::_java_lang_system_gc);
/openjdk7/jdk/src/share/classes/sun/tools/asm/
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
H A DInstruction.java306 void collect(ConstantPool tab) { method in class:Instruction
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.hpp905 void collect(bool full,
1111 // will collect this generation (at least).
1185 // Does a "full" (forced) collection invoked on this generation collect
1238 void collect(bool full,

Completed in 229 milliseconds

12