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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.hpp99 BlockBegin* _cleanup_block; // The block to which the return was added member in class:VALUE_OBJ_CLASS_SPEC::ScopeData
163 BlockBegin* inline_cleanup_block() const { return _cleanup_block; }
H A Dc1_GraphBuilder.cpp676 , _cleanup_block(NULL)
761 _cleanup_block = block;

Completed in 40 milliseconds