| /openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orb/ |
| H A D | AppletDataCollector.java | 46 protected void collect( ) method in class:AppletDataCollector
|
| H A D | NormalDataCollector.java | 50 protected void collect() method in class:NormalDataCollector
|
| H A D | PropertyOnlyDataCollector.java | 49 protected void collect() method in class:PropertyOnlyDataCollector
|
| H A D | DataCollectorBase.java | 113 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 D | vmGCOperations.cpp | 147 bool VM_GC_HeapInspection::collect() { function in class:VM_GC_HeapInspection 161 if (!collect()) {
|
| /openjdk7/jdk/src/share/classes/sun/tools/asm/ |
| H A D | Instruction.java | 306 void collect(ConstantPool tab) { method in class:Instruction
|
| H A D | Assembler.java | 236 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 D | jvmtiCodeBlobEvents.cpp | 37 // 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 D | Node.java | 136 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 D | tenuredGeneration.cpp | 305 void TenuredGeneration::collect(bool full, function in class:TenuredGeneration 310 OneContigSpaceCardGeneration::collect(full, clear_all_soft_refs,
|
| H A D | defNewGeneration.cpp | 533 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 D | generation.cpp | 466 void OneContigSpaceCardGeneration::collect(bool full, function in class:OneContigSpaceCardGeneration
|
| H A D | genCollectedHeap.cpp | 490 // 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 D | parallelScavengeHeap.cpp | 575 // 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 D | parNewGeneration.cpp | 918 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 D | g1CollectedHeap.cpp | 1049 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
|