Searched refs:set_size (Results 1 - 17 of 17) sorted by relevance

/openjdk7/hotspot/src/share/vm/services/
H A DmemPtr.hpp224 inline void set_size(size_t size) { _size = size; } function in class:MemPointerRecord
364 set_size(mp->size());
397 set_size(size() + sz);
400 set_size(size() + sz);
415 set_size(size() - sz);
417 set_size(size() - sz);
/openjdk7/hotspot/src/share/vm/code/
H A DexceptionHandlerTable.hpp152 void set_size( uint size );
H A DexceptionHandlerTable.cpp154 void ImplicitExceptionTable::set_size( uint size ) {
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DfreeChunk.hpp106 void set_size(size_t sz) { function in class:VALUE_OBJ_CLASS_SPEC
H A DcompactibleFreeListSpace.cpp249 _indexedFreeList[i].set_size(i);
281 fc->set_size(mr.word_size());
1633 curFc->set_size(size);
1647 curFc->set_size(size);
1776 ec->set_size(size);
1799 fc->set_size(size);
1927 ffc->set_size(rem_size);
1948 chunk->set_size(new_size);
2055 fc->set_size(blk->_word_size);
2612 _indexedFreeList[i].set_size(
[all...]
H A DconcurrentMarkSweepGeneration.cpp6534 _bm.set_size(_bmWordSize >> _shifter);
8554 fc->set_size(size);
9327 chunk_at_end->set_size(chunk_at_end_old_size -
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DparMarkBitMap.cpp74 _beg_bits.set_size(bits / 2);
76 _end_bits.set_size(bits / 2);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DBitMap.java59 public void set_size(int value) { method in class:BitMap
/openjdk7/hotspot/src/share/vm/opto/
H A DcallGenerator.hpp283 void set_size(float x) { _size = x; } function in class:WarmCallInfo
H A Doutput.cpp1669 _inc_table.set_size(cnt);
/openjdk7/hotspot/src/share/vm/memory/
H A DfreeList.hpp151 void set_size(size_t v) { function in class:VALUE_OBJ_CLASS_SPEC
H A DbinaryTreeDictionary.cpp71 tl->set_size(tc->size());
95 tc->set_size(size);
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcTraceSend.cpp179 space.set_size(summary.size());
/openjdk7/hotspot/src/share/vm/utilities/
H A DbitMap.hpp129 void set_size(idx_t size_in_bits) { _size = size_in_bits; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Compilation.cpp514 _implicit_exception_table.set_size(0);
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1043 _bb_hdr_bits.set_size(new_method_size);
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.cpp72 _bm.set_size(_bmWordSize >> _shifter);

Completed in 110 milliseconds