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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.cpp1152 method->set_signature_handler(Interpreter::slow_signature_handler());
1155 method->set_signature_handler(_handlers->at(handler_index));
1160 method->set_signature_handler(Interpreter::slow_signature_handler());
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodKlass.cpp98 m->set_signature_handler(NULL);
H A DmethodOop.hpp419 void set_signature_handler(address handler);
H A DmethodOop.cpp610 void methodOopDesc::set_signature_handler(address handler) { function in class:methodOopDesc
729 set_signature_handler(NULL);
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.cpp4087 m->set_signature_handler(NULL);

Completed in 56 milliseconds