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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.hpp165 ValueStack* inline_cleanup_state() const { return _cleanup_state; } function in class:VALUE_OBJ_CLASS_SPEC::ScopeData
324 ValueStack* inline_cleanup_state() const { return scope_data()->inline_cleanup_state(); } function in class:VALUE_OBJ_CLASS_SPEC
328 _state = inline_cleanup_state();

Completed in 32 milliseconds