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

/openjdk7/hotspot/src/share/vm/prims/
H A DmethodComparator.hpp93 // |<- new_st_bci |<- new_end_bci
100 void store_fragment_location(int old_bci, int new_st_bci, int new_end_bci) { argument
109 _new_end_bci[_cur_pos] = new_end_bci;
H A DmethodComparator.cpp109 int new_end_bci = s_new.bci(); local
110 bci_map.store_fragment_location(old_bci, new_st_bci, new_end_bci);

Completed in 22 milliseconds