Searched refs:handle_sync_on_value_based_class (Results 1 – 4 of 4) sorted by relevance
164 static void handle_sync_on_value_based_class(Handle obj, Thread* current);
392 void ObjectSynchronizer::handle_sync_on_value_based_class(Handle obj, Thread* current) { in handle_sync_on_value_based_class() function in ObjectSynchronizer450 handle_sync_on_value_based_class(obj, THREAD); in enter()597 handle_sync_on_value_based_class(obj, THREAD); in jni_enter()
186 static void handle_sync_on_value_based_class(Handle obj, JavaThread* current);
375 void ObjectSynchronizer::handle_sync_on_value_based_class(Handle obj, JavaThread* current) { in handle_sync_on_value_based_class() function in ObjectSynchronizer431 handle_sync_on_value_based_class(obj, current); in enter()574 handle_sync_on_value_based_class(obj, current); in jni_enter()