Home
last modified time | relevance | path

Searched refs:MultiGetHandle (Results 1 – 24 of 24) sorted by relevance

/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.hpp493 class MultiGetHandle : private ScopedCS { class in ConcurrentHashTable
495 MultiGetHandle(Thread* thread, ConcurrentHashTable<VALUE, CONFIG, F>* cht) in MultiGetHandle() function in ConcurrentHashTable::MultiGetHandle
H A DconcurrentHashTable.inline.hpp250 MultiGetHandle::get(LOOKUP_FUNC& lookup_f, bool* grow_hint) in get()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.hpp476 class MultiGetHandle : private ScopedCS { class in ConcurrentHashTable
478 MultiGetHandle(Thread* thread, ConcurrentHashTable<CONFIG, F>* cht) in MultiGetHandle() function in ConcurrentHashTable::MultiGetHandle
H A DconcurrentHashTable.inline.hpp235 MultiGetHandle::get(LOOKUP_FUNC& lookup_f, bool* grow_hint) in get()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.hpp480 class MultiGetHandle : private ScopedCS { class in ConcurrentHashTable
482 MultiGetHandle(Thread* thread, ConcurrentHashTable<CONFIG, F>* cht) in MultiGetHandle() function in ConcurrentHashTable::MultiGetHandle
H A DconcurrentHashTable.inline.hpp235 MultiGetHandle::get(LOOKUP_FUNC& lookup_f, bool* grow_hint) in get()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.hpp480 class MultiGetHandle : private ScopedCS { class in ConcurrentHashTable
482 MultiGetHandle(Thread* thread, ConcurrentHashTable<CONFIG, F>* cht) in MultiGetHandle() function in ConcurrentHashTable::MultiGetHandle
H A DconcurrentHashTable.inline.hpp235 MultiGetHandle::get(LOOKUP_FUNC& lookup_f, bool* grow_hint) in get()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.hpp498 class MultiGetHandle : private ScopedCS { class in ConcurrentHashTable
500 MultiGetHandle(Thread* thread, ConcurrentHashTable<CONFIG, F>* cht) in MultiGetHandle() function in ConcurrentHashTable::MultiGetHandle
H A DconcurrentHashTable.inline.hpp236 MultiGetHandle::get(LOOKUP_FUNC& lookup_f, bool* grow_hint) in get()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.hpp515 class MultiGetHandle : private ScopedCS { class in ConcurrentHashTable
517 MultiGetHandle(Thread* thread, ConcurrentHashTable<VALUE, CONFIG, F>* cht) in MultiGetHandle() function in ConcurrentHashTable::MultiGetHandle
H A DconcurrentHashTable.inline.hpp249 MultiGetHandle::get(LOOKUP_FUNC& lookup_f, bool* grow_hint) in get()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.hpp515 class MultiGetHandle : private ScopedCS { class in ConcurrentHashTable
517 MultiGetHandle(Thread* thread, ConcurrentHashTable<VALUE, CONFIG, F>* cht) in MultiGetHandle() function in ConcurrentHashTable::MultiGetHandle
H A DconcurrentHashTable.inline.hpp249 MultiGetHandle::get(LOOKUP_FUNC& lookup_f, bool* grow_hint) in get()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/utilities/
H A DconcurrentHashTable.hpp524 class MultiGetHandle : private ScopedCS { class in ConcurrentHashTable
526 MultiGetHandle(Thread* thread, ConcurrentHashTable<VALUE, CONFIG, F>* cht) in MultiGetHandle() function in ConcurrentHashTable::MultiGetHandle
H A DconcurrentHashTable.inline.hpp246 MultiGetHandle::get(LOOKUP_FUNC& lookup_f, bool* grow_hint) in get()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/gtest/utilities/
H A Dtest_concurrentHashtable.cpp42 typedef ConcurrentHashTable<uintptr_t, Pointer, mtInternal>::MultiGetHandle SimpleTestGetHandle;
425 typedef ConcurrentHashTable<uintptr_t, TestInterface, mtInternal>::MultiGetHandle TestGetHandle;
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/gtest/utilities/
H A Dtest_concurrentHashtable.cpp42 typedef ConcurrentHashTable<uintptr_t, Pointer, mtInternal>::MultiGetHandle SimpleTestGetHandle;
420 typedef ConcurrentHashTable<uintptr_t, TestInterface, mtInternal>::MultiGetHandle TestGetHandle;
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/gtest/utilities/
H A Dtest_concurrentHashtable.cpp53 typedef ConcurrentHashTable<Pointer, mtInternal>::MultiGetHandle SimpleTestGetHandle;
430 typedef ConcurrentHashTable<TestInterface, mtInternal>::MultiGetHandle TestGetHandle;
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/gtest/utilities/
H A Dtest_concurrentHashtable.cpp53 typedef ConcurrentHashTable<Pointer, mtInternal>::MultiGetHandle SimpleTestGetHandle;
430 typedef ConcurrentHashTable<TestInterface, mtInternal>::MultiGetHandle TestGetHandle;
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/gtest/utilities/
H A Dtest_concurrentHashtable.cpp42 typedef ConcurrentHashTable<uintptr_t, Pointer, mtInternal>::MultiGetHandle SimpleTestGetHandle;
425 typedef ConcurrentHashTable<uintptr_t, TestInterface, mtInternal>::MultiGetHandle TestGetHandle;
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/gtest/utilities/
H A Dtest_concurrentHashtable.cpp42 typedef ConcurrentHashTable<uintptr_t, Pointer, mtInternal>::MultiGetHandle SimpleTestGetHandle;
425 typedef ConcurrentHashTable<uintptr_t, TestInterface, mtInternal>::MultiGetHandle TestGetHandle;
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/gtest/utilities/
H A Dtest_concurrentHashtable.cpp53 typedef ConcurrentHashTable<Pointer, mtInternal>::MultiGetHandle SimpleTestGetHandle;
430 typedef ConcurrentHashTable<TestInterface, mtInternal>::MultiGetHandle TestGetHandle;
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/gtest/utilities/
H A Dtest_concurrentHashtable.cpp99 typedef ConcurrentHashTable<Pointer, mtInternal>::MultiGetHandle SimpleTestGetHandle;
528 typedef ConcurrentHashTable<TestInterface, mtInternal>::MultiGetHandle TestGetHandle;