Searched defs:_area (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DresourceArea.hpp93 ResourceArea *_area; // Resource area to stack allocate member in class:ResourceMark
99 _area = thread->resource_area();
100 _chunk = _area->_chunk;
101 _hwm = _area->_hwm;
102 _max= _area->_max;
103 _size_in_bytes = _area->size_in_bytes();
104 debug_only(_area->_nesting++;)
105 assert( _area->_nesting > 0, "must stack allocate RMs" );
121 _area(r), _chunk(r->_chunk), _hwm(r->_hwm), _max(r->_max) {
123 debug_only(_area
190 ResourceArea *_area; // Resource area to stack allocate member in class:DeoptResourceMark
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Dhandles.hpp311 HandleArea *_area; // saved handle area member in class:HandleMark
/openjdk7/hotspot/src/share/vm/opto/
H A Dchaitin.hpp58 double _area; // Sum of all simultaneously live values member in class:LRG

Completed in 622 milliseconds