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

/openjdk7/hotspot/src/share/vm/ci/
H A DciEnv.hpp55 DebugInformationRecorder* _debug_info; member in class:ciEnv
268 DebugInformationRecorder* debug_info() { return _debug_info; }
269 void set_debug_info(DebugInformationRecorder* i) { _debug_info = i; }

Completed in 48 milliseconds