Searched refs:describe_scope (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DdebugInfoRec.hpp53 // - describe scope (use describe_scope)
100 void describe_scope(int pc_offset,
114 // after any intervening describe_scope calls.
118 // helper fuctions for describe_scope to enable sharing
H A DdebugInfoRec.cpp185 // (See comment below on DebugInformationRecorder::describe_scope.)
206 // (See comment below on DebugInformationRecorder::describe_scope.)
282 void DebugInformationRecorder::describe_scope(int pc_offset, function in class:DebugInformationRecorder
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkCacheDecache.cpp154 debug_info()->describe_scope(
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_IR.hpp243 recorder->describe_scope(pc_offset, scope()->method(), bci(), reexecute, is_method_handle_invoke, return_oop, locvals, expvals, monvals);
H A Dc1_LIRAssembler.cpp408 debug_info->describe_scope(pc_offset, scope->method(), s->bci(), false/*reexecute*/);
/openjdk7/hotspot/src/share/vm/opto/
H A Doutput.cpp958 debug_info()->describe_scope(safepoint_pc_offset, scope_method, jvms->bci(), jvms->should_reexecute(), is_method_handle_invoke, return_oop, locvals, expvals, monvals);
1041 debug_info->describe_scope(pc_offset, method, jvms->bci(), jvms->should_reexecute());

Completed in 35 milliseconds