Home
last modified time | relevance | path

Searched refs:handle_sync_on_value_based_class (Results 1 – 4 of 4) sorted by relevance

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/runtime/
H A Dsynchronizer.hpp164 static void handle_sync_on_value_based_class(Handle obj, Thread* current);
H A Dsynchronizer.cpp392 void ObjectSynchronizer::handle_sync_on_value_based_class(Handle obj, Thread* current) { in handle_sync_on_value_based_class() function in ObjectSynchronizer
450 handle_sync_on_value_based_class(obj, THREAD); in enter()
597 handle_sync_on_value_based_class(obj, THREAD); in jni_enter()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/runtime/
H A Dsynchronizer.hpp186 static void handle_sync_on_value_based_class(Handle obj, JavaThread* current);
H A Dsynchronizer.cpp375 void ObjectSynchronizer::handle_sync_on_value_based_class(Handle obj, JavaThread* current) { in handle_sync_on_value_based_class() function in ObjectSynchronizer
431 handle_sync_on_value_based_class(obj, current); in enter()
574 handle_sync_on_value_based_class(obj, current); in jni_enter()