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

/openjdk7/hotspot/src/share/vm/ci/
H A DciStreams.cpp134 // ciBytecodeStream::reset_to_bci
135 void ciBytecodeStream::reset_to_bci( int bci ) { function in class:ciBytecodeStream
144 reset_to_bci(0);
148 reset_to_bci(bci);
H A DciStreams.hpp111 void reset_to_bci( int bci );
H A DciMethod.cpp741 iter.reset_to_bci(bci);
750 iter.reset_to_bci(bci);
H A DbcEscapeAnalyzer.cpp361 s.reset_to_bci(blk->start_bci());
H A DciTypeFlow.cpp2322 str.reset_to_bci(start);
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp244 bytes.reset_to_bci(bci);
633 bytes.reset_to_bci(start_bci());
1019 bytes.reset_to_bci(bci);
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp248 iter()->reset_to_bci(0);
H A DsharkBlock.cpp49 iter()->reset_to_bci(start);
H A DsharkTopLevelBlock.cpp55 iter()->reset_to_bci(start());
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp2455 s.reset_to_bci(bci);
2895 s.reset_to_bci(osr_bci);
3048 s.reset_to_bci(0);
3091 s.reset_to_bci(0);
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse1.cpp1361 iter().reset_to_bci(block()->start());
H A DgraphKit.cpp1060 iter.reset_to_bci(bci());

Completed in 120 milliseconds