Searched refs:sample (Results 51 - 66 of 66) sorted by relevance

123

/openjdk7/corba/make/common/
H A DDefs.gmk118 # for sample code
119 SAMPLEDIR = $(OUTPUTDIR)/sample
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DByteInterleavedRaster.java258 * is the index into the band's data array, of the first sample of the
268 * in which the first sample of the first scanline is stored.
277 * a given sample and the sample in the same column of the next row in the
842 byte sample = data[offset];
843 return (sample & bitMasks[b]) >>> bitOffsets[b];
935 int sample = iArray[srcOffset++];
936 value |= (sample << bitOffsets[b]) & bitMask;
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsAdaptiveSizePolicy.hpp243 _avg_pretenured->sample(size);
/openjdk7/jdk/make/common/
H A DDefs.gmk295 # for sample code
296 SAMPLEDIR = $(OUTPUTDIR)/sample
320 #where the sample source can be found
321 SAMPLESRCDIR = $(SHARE_SRC)/sample
H A DRelease.gmk95 IMAGE_DOCLIST_JDK_DEMOS_AND_SAMPLES = demo/DEMOS_LICENSE sample/SAMPLES_LICENSE
541 $(JDK_IMAGE_DIR)/sample/SAMPLES_LICENSE: $(SHARE_JDK_DOC_SRC)/SAMPLES_LICENSE
941 $(RM) -r $(JDK_SERVER_BUNDLE_DIR)/Home/sample
950 $(RM) -r $(JDK_SERVER_IMAGE_DIR)/sample
1296 # In general, ignore the fastdebug tree, and changes in the demo and sample area
1297 COMPARE_FILTER = | $(EGREP) -v /fastdebug/ | $(EGREP) -v /demo/ | $(EGREP) -v /sample/
/openjdk7/jdk/make/mksample/jmx/jmx-scandir/
H A DMakefile27 # Makefile for the nioserver sample code
36 SAMPLE_SRC_DIR = $(SHARE_SRC)/sample/jmx/jmx-scandir
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DparGCAllocBuffer.cpp113 _filter.sample(plab_sz);
H A DmutableNUMASpace.cpp375 lgrp_spaces()->at(i)->sample();
/openjdk7/hotspot/src/share/vm/memory/
H A DtenuredGeneration.cpp329 gc_stats()->avg_promoted()->sample(promoted_in_bytes);
/openjdk7/hotspot/src/share/vm/opto/
H A Dnode.hpp1062 void sample(const Node* node); // used by c'tor to set up for verifies
1102 void sample(const Node* node); // Initialize _refresh_tick etc.
1112 { _idx = 0; debug_only(sample(node)); }
1174 { _outp = node->_out + offset; debug_only(sample(node)); }
H A Dnode.cpp86 void DUIterator_Common::sample(const Node* node) { function in class:DUIterator_Common
130 void DUIterator::sample(const Node* node) { function in class:DUIterator
131 DUIterator_Common::sample(node); // Initialize the assertion data.
163 sample(that._node);
174 DUIterator_Common::sample(_node); // Re-fetch assertion data.
/openjdk7/hotspot/src/share/vm/classfile/
H A DsymbolTable.cpp578 int sample(u1* save_buf) { function in class:StableMemoryChecker
594 sample(_save_buf);
599 int check_size = sample(check_buf);
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.inline.hpp339 _cms_gen->gc_stats()->avg_promoted()->sample(promoted_bytes);
H A DconcurrentMarkSweepGeneration.cpp2046 // Note that we do not use this sample to update the _inter_sweep_estimate.
4518 // reading and recording of a sample.
4528 _eden_chunk_array[_eden_chunk_index] = *_top_addr; // take sample
4533 // initialized. So we'll instead do the check when we _use_ this sample
4539 _eden_chunk_index++; // commit sample
6087 _inter_sweep_estimate.sample(_inter_sweep_timer.seconds());
6088 size_policy()->avg_cms_free_at_sweep()->sample(_cmsGen->free());
6158 _intra_sweep_estimate.sample(_intra_sweep_timer.seconds());
9259 size_policy->avg_cms_promo()->sample(free());
9260 size_policy->avg_old_live()->sample(use
[all...]
H A DcompactibleFreeListSpace.cpp2698 _blocks_to_claim[i].sample(
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparNewGeneration.cpp1080 size_policy->avg_survived()->sample(from()->used());

Completed in 108 milliseconds

123