Searched defs:third (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/com/sun/jdi/
H A DCountEvent.java44 static CountEventTarg third = new CountEventTarg(); field in class:CountEventTarg
53 third.go();
H A DInstTarg.java28 static InstTarg third = new InstTarg(); field in class:InstTarg
37 third.go();
H A DInstanceFilter.java43 static InstanceFilterTarg third = new InstanceFilterTarg(); field in class:InstanceFilterTarg
52 third.go();
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsMarkSweepDecorator.cpp62 PSMarkSweepDecorator* third = heap->young_gen()->from_mark_sweep(); local
68 _destination_decorator = third;
69 } else if ( _destination_decorator == third ) {

Completed in 55 milliseconds