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

/openjdk7/hotspot/src/share/vm/runtime/
H A Drelocator.hpp59 class Relocator : public ResourceObj { class in inherits:ResourceObj
61 Relocator(methodHandle method, RelocatorListener* listener);
H A Drelocator.cpp46 virtual bool handle_code_change(Relocator *r) = 0;
73 bool handle_code_change(Relocator *r) { return r->handle_widen(bci(), _new_ilen, _inst_buffer); };
86 bool handle_code_change(Relocator *r) { return r->handle_jump_widen(bci(), _delta); };
115 bool handle_code_change(Relocator *r) { return r->handle_switch_pad(bci(), _padding, _is_lookup_switch); };
125 // Relocator code
127 Relocator::Relocator(methodHandle m, RelocatorListener* listener) { function in class:Relocator
144 methodHandle Relocator::insert_space_at(int bci, int size, u_char inst_buffer[], TRAPS) {
175 bool Relocator::handle_code_changes() {
199 bool Relocator
[all...]

Completed in 46 milliseconds