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

/openjdk7/hotspot/src/share/vm/runtime/
H A Drelocator.hpp66 bool handle_widen (int bci, int new_ilen, u_char inst_buffer[]); // handles general instructions
H A Drelocator.cpp73 bool handle_code_change(Relocator *r) { return r->handle_widen(bci(), _new_ilen, _inst_buffer); };
637 bool Relocator::handle_widen(int bci, int new_ilen, u_char inst_buffer[]) { function in class:Relocator

Completed in 24 milliseconds