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

/openjdk7/hotspot/src/share/vm/opto/
H A Doutput.cpp971 int _pending_offset; member in class:NonSafepointEmitter
979 _pending_offset = 0;
990 _pending_offset = pc_offset;
993 _pending_offset < pc_offset) {
1000 _pending_offset = pc_offset;
1009 _pending_offset < pc_offset) {
1025 int pc_offset = _pending_offset;

Completed in 658 milliseconds