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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_IR.hpp191 // IRScopeDebugInfo records the debug information for a particular IRScope
198 class IRScopeDebugInfo: public CompilationResourceObj { class in inherits:CompilationResourceObj
205 IRScopeDebugInfo* _caller;
208 IRScopeDebugInfo(IRScope* scope, function in class:IRScopeDebugInfo
213 IRScopeDebugInfo* caller):
227 IRScopeDebugInfo* caller() { return _caller; }
251 IRScopeDebugInfo* _scope_debug_info;

Completed in 31 milliseconds