Searched refs:_BLOCKSIZE (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dsynchronizer.cpp836 for (int i = _BLOCKSIZE - 1; i > 0; i--) {
860 for (int i = 1; i < _BLOCKSIZE; i++) {
1018 assert (_BLOCKSIZE > 1, "invariant") ;
1019 ObjectMonitor * temp = new ObjectMonitor[_BLOCKSIZE];
1025 vm_exit_out_of_memory (sizeof (ObjectMonitor[_BLOCKSIZE]), "Allocate ObjectMonitors") ;
1036 for (int i = 1; i < _BLOCKSIZE ; i++) {
1041 temp[_BLOCKSIZE - 1].FreeNext = NULL ;
1053 MonitorPopulation += _BLOCKSIZE-1;
1054 MonitorFreeCount += _BLOCKSIZE-1;
1063 temp[_BLOCKSIZE
[all...]
H A Dsynchronizer.hpp131 enum { _BLOCKSIZE = 128 }; enumerator in enum:ObjectSynchronizer::__anon449
H A DvmStructs.cpp2479 declare_constant(ObjectSynchronizer::_BLOCKSIZE) \

Completed in 44 milliseconds