Searched refs:describe_scope (Results 1 - 6 of 6) sorted by relevance
/openjdk7/hotspot/src/share/vm/code/ |
H A D | debugInfoRec.hpp | 53 // - 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 D | debugInfoRec.cpp | 185 // (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 D | sharkCacheDecache.cpp | 154 debug_info()->describe_scope(
|
/openjdk7/hotspot/src/share/vm/c1/ |
H A D | c1_IR.hpp | 243 recorder->describe_scope(pc_offset, scope()->method(), bci(), reexecute, is_method_handle_invoke, return_oop, locvals, expvals, monvals);
|
H A D | c1_LIRAssembler.cpp | 408 debug_info->describe_scope(pc_offset, scope->method(), s->bci(), false/*reexecute*/);
|
/openjdk7/hotspot/src/share/vm/opto/ |
H A D | output.cpp | 958 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