Searched refs:generate_handler_blob (Results 1 - 6 of 6) 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) { function in class:SharedRuntime
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.hpp80 static SafepointBlob* generate_handler_blob(address call_ptr, int poll_type);
H A DsharedRuntime.cpp111 _polling_page_vectors_safepoint_handler_blob = generate_handler_blob(CAST_FROM_FN_PTR(address, SafepointSynchronize::handle_polling_page_exception), POLL_AT_VECTOR_LOOP);
114 _polling_page_safepoint_handler_blob = generate_handler_blob(CAST_FROM_FN_PTR(address, SafepointSynchronize::handle_polling_page_exception), POLL_AT_LOOP);
115 _polling_page_return_handler_blob = generate_handler_blob(CAST_FROM_FN_PTR(address, SafepointSynchronize::handle_polling_page_exception), POLL_AT_RETURN);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DsharedRuntime_sparc.cpp3724 //------------------------------generate_handler_blob-------------------
3746 SafepointBlob* SharedRuntime::generate_handler_blob(address call_ptr, int poll_type) { function in class:SharedRuntime
/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp3331 //------------------------------generate_handler_blob------
3337 SafepointBlob* SharedRuntime::generate_handler_blob(address call_ptr, int poll_type) { function in class:SharedRuntime
H A DsharedRuntime_x86_64.cpp3783 //------------------------------generate_handler_blob------
3788 SafepointBlob* SharedRuntime::generate_handler_blob(address call_ptr, int poll_type) { function in class:SharedRuntime

Completed in 79 milliseconds