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

/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.cpp557 void methodOopDesc::set_native_function(address function, bool post_event_flag) { argument
566 if (post_event_flag && JvmtiExport::should_post_native_method_bind() &&
569 // be passed when post_event_flag is false.
572 "post_event_flag mis-match");

Completed in 553 milliseconds