Searched refs:_nesting (Results 1 - 16 of 16) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DresourceArea.hpp59 debug_only(int _nesting;) // current # of nested ResourceMarks
64 debug_only(_nesting = 0;)
68 debug_only(_nesting = 0;);
73 if (_nesting < 1 && !_warned++)
84 debug_only(int nesting() const { return _nesting; });
104 debug_only(_area->_nesting++;)
105 assert( _area->_nesting > 0, "must stack allocate RMs" );
123 debug_only(_area->_nesting++;)
124 assert( _area->_nesting > 0, "must stack allocate RMs" );
148 assert( _area->_nesting >
[all...]
H A Dallocation.cpp702 _nesting = thread->resource_area()->nesting();
708 if (_nesting != Thread::current()->resource_area()->nesting()) {
H A Dallocation.hpp580 NOT_PRODUCT(int _nesting;)
/openjdk7/hotspot/src/share/vm/utilities/
H A DgrowableArray.cpp43 _nesting = Thread::current()->resource_area()->nesting();
52 _nesting != Thread::current()->resource_area()->nesting()) {
H A Darray.cpp44 _nesting = Thread::current()->resource_area()->nesting();
60 _nesting == Thread::current()->resource_area()->nesting(),
H A Darray.hpp41 int _nesting; // the resource area nesting level member in class:ResourceArray
H A DgrowableArray.hpp93 int _nesting; // resource area nesting at creation member in class:GenericGrowableArray
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_ValueMap.hpp36 int _nesting; member in class:ValueMapEntry
43 , _nesting(nesting)
50 int nesting() { return _nesting; }
76 int _nesting; member in class:ValueMap
81 int nesting() { return _nesting; }
82 bool is_local_value_numbering() { return _nesting == 0; }
83 bool is_global_value_numbering() { return _nesting > 0; }
H A Dc1_ValueMap.cpp48 : _nesting(0)
58 : _nesting(old->_nesting + 1)
/openjdk7/hotspot/src/share/vm/code/
H A DexceptionHandlerTable.hpp90 ReallocMark _nesting; // assertion check for reallocations member in class:VALUE_OBJ_CLASS_SPEC
146 ReallocMark _nesting; // assertion check for reallocations member in class:VALUE_OBJ_CLASS_SPEC
H A DexceptionHandlerTable.cpp31 _nesting.check();
/openjdk7/hotspot/src/share/vm/opto/
H A Dchaitin.hpp197 ReallocMark _nesting; // assertion check for reallocations member in class:LRG_List
H A Dblock.hpp480 ReallocMark _nesting; // assertion check for reallocations member in class:UnionFind
H A Dmachnode.hpp634 ReallocMark _nesting; // assertion check for reallocations member in class:MachReturnNode
H A Dblock.cpp963 _nesting.check();
H A Dchaitin.cpp134 _nesting.check();

Completed in 254 milliseconds