Searched defs:call_ptr (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/cpu/zero/vm/
H A DsharedRuntime_zero.cpp127 SafepointBlob* SharedRuntime::generate_handler_blob(address call_ptr, int poll_type) { argument
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp3746 SafepointBlob* SharedRuntime::generate_handler_blob(address call_ptr, int poll_type) { argument
3784 __ call(call_ptr);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp3337 SafepointBlob* SharedRuntime::generate_handler_blob(address call_ptr, int poll_type) { argument
3386 __ call(RuntimeAddress(call_ptr));
H A DsharedRuntime_x86_64.cpp3788 SafepointBlob* SharedRuntime::generate_handler_blob(address call_ptr, int poll_type) { argument
3831 __ call(RuntimeAddress(call_ptr));

Completed in 51 milliseconds