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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.hpp101 ValueStack* _cleanup_state; // State of that block (not yet pinned) member in class:VALUE_OBJ_CLASS_SPEC::ScopeData
165 ValueStack* inline_cleanup_state() const { return _cleanup_state; }
H A Dc1_GraphBuilder.cpp678 , _cleanup_state(NULL)
763 _cleanup_state = return_state;

Completed in 42 milliseconds