Searched refs:_blob (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.cpp190 _blob = blob;
211 if (_blob != NULL) {
212 BufferBlob::free(_blob);
778 DEBUG_ONLY(this->_blob = NULL); // silence a later assert
841 DEBUG_ONLY(cb->_blob = (BufferBlob*)badAddress);
848 if (_blob != NULL) {
850 guarantee(tstart >= _blob->content_begin(), "sanity");
851 guarantee(tend <= _blob->content_end(), "sanity");
858 || sect->is_empty() || _blob == NULL,
H A DcodeBuffer.hpp326 BufferBlob* _blob; // optional buffer in CodeCache for generated code member in class:CodeBuffer
343 _blob = NULL;
461 BufferBlob* blob() const { return _blob; }

Completed in 34 milliseconds