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

/openjdk10/hotspot/src/share/vm/utilities/
H A DgrowableArray.cpp33 _nesting = Thread::current()->resource_area()->nesting();
42 _nesting != Thread::current()->resource_area()->nesting()) {
H A DgrowableArray.hpp92 int _nesting; // resource area nesting at creation member in class:GenericGrowableArray
/openjdk10/hotspot/src/share/vm/memory/
H A DresourceArea.hpp48 debug_only(int _nesting;) // current # of nested ResourceMarks
53 debug_only(_nesting = 0;)
57 debug_only(_nesting = 0;);
62 if (_nesting < 1 && !_warned++)
73 debug_only(int nesting() const { return _nesting; });
97 debug_only(_area->_nesting++;)
98 assert( _area->_nesting > 0, "must stack allocate RMs" );
121 debug_only(_area->_nesting++;)
122 assert( _area->_nesting > 0, "must stack allocate RMs" );
157 assert( _area->_nesting >
[all...]
H A Dallocation.cpp263 _nesting = thread->resource_area()->nesting();
269 if (_nesting != Thread::current()->resource_area()->nesting()) {
H A Dallocation.hpp478 NOT_PRODUCT(int _nesting;)
/openjdk10/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)
/openjdk10/hotspot/src/share/vm/code/
H A DexceptionHandlerTable.hpp91 ReallocMark _nesting; // assertion check for reallocations member in class:VALUE_OBJ_CLASS_SPEC
148 ReallocMark _nesting; // assertion check for reallocations member in class:VALUE_OBJ_CLASS_SPEC
H A DexceptionHandlerTable.cpp31 _nesting.check();
/openjdk10/hotspot/src/share/vm/opto/
H A Dblock.hpp633 ReallocMark _nesting; // assertion check for reallocations member in class:UnionFind
H A Dmachnode.hpp767 ReallocMark _nesting; // assertion check for reallocations member in class:MachReturnNode
H A Dblock.cpp1266 _nesting.check();

Completed in 78 milliseconds