Home
last modified time | relevance | path

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

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/gtest/utilities/
H A Dtest_concurrentHashtable.cpp287 SimpleTestTable* to_cht = new SimpleTestTable(); in cht_move_to() local
288 EXPECT_TRUE(from_cht->try_move_nodes_to(thr, to_cht)) << "Moving nodes to new table failed"; in cht_move_to()
295 EXPECT_TRUE(to_cht->try_scan(thr, scan_new)) << "Scanning table should work."; in cht_move_to()
297 EXPECT_TRUE(to_cht->get_copy(thr, stl1) == val1) << "Getting an inserted value should work."; in cht_move_to()
298 EXPECT_TRUE(to_cht->get_copy(thr, stl2) == val2) << "Getting an inserted value should work."; in cht_move_to()
299 EXPECT_TRUE(to_cht->get_copy(thr, stl3) == val3) << "Getting an inserted value should work."; in cht_move_to()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/gtest/utilities/
H A Dtest_concurrentHashtable.cpp282 SimpleTestTable* to_cht = new SimpleTestTable(); in cht_move_to() local
283 EXPECT_TRUE(from_cht->try_move_nodes_to(thr, to_cht)) << "Moving nodes to new table failed"; in cht_move_to()
290 EXPECT_TRUE(to_cht->try_scan(thr, scan_new)) << "Scanning table should work."; in cht_move_to()
292 EXPECT_TRUE(cht_get_copy(to_cht, thr, stl1) == val1) << "Getting an inserted value should work."; in cht_move_to()
293 EXPECT_TRUE(cht_get_copy(to_cht, thr, stl2) == val2) << "Getting an inserted value should work."; in cht_move_to()
294 EXPECT_TRUE(cht_get_copy(to_cht, thr, stl3) == val3) << "Getting an inserted value should work."; in cht_move_to()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/gtest/utilities/
H A Dtest_concurrentHashtable.cpp280 SimpleTestTable* to_cht = new SimpleTestTable(); in cht_move_to() local
281 EXPECT_TRUE(from_cht->try_move_nodes_to(thr, to_cht)) << "Moving nodes to new table failed"; in cht_move_to()
288 EXPECT_TRUE(to_cht->try_scan(thr, scan_new)) << "Scanning table should work."; in cht_move_to()
290 EXPECT_TRUE(cht_get_copy(to_cht, thr, stl1) == val1) << "Getting an inserted value should work."; in cht_move_to()
291 EXPECT_TRUE(cht_get_copy(to_cht, thr, stl2) == val2) << "Getting an inserted value should work."; in cht_move_to()
292 EXPECT_TRUE(cht_get_copy(to_cht, thr, stl3) == val3) << "Getting an inserted value should work."; in cht_move_to()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/gtest/utilities/
H A Dtest_concurrentHashtable.cpp280 SimpleTestTable* to_cht = new SimpleTestTable(); in cht_move_to() local
281 EXPECT_TRUE(from_cht->try_move_nodes_to(thr, to_cht)) << "Moving nodes to new table failed"; in cht_move_to()
288 EXPECT_TRUE(to_cht->try_scan(thr, scan_new)) << "Scanning table should work."; in cht_move_to()
290 EXPECT_TRUE(cht_get_copy(to_cht, thr, stl1) == val1) << "Getting an inserted value should work."; in cht_move_to()
291 EXPECT_TRUE(cht_get_copy(to_cht, thr, stl2) == val2) << "Getting an inserted value should work."; in cht_move_to()
292 EXPECT_TRUE(cht_get_copy(to_cht, thr, stl3) == val3) << "Getting an inserted value should work."; in cht_move_to()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/gtest/utilities/
H A Dtest_concurrentHashtable.cpp287 SimpleTestTable* to_cht = new SimpleTestTable(); in cht_move_to() local
288 EXPECT_TRUE(from_cht->try_move_nodes_to(thr, to_cht)) << "Moving nodes to new table failed"; in cht_move_to()
295 EXPECT_TRUE(to_cht->try_scan(thr, scan_new)) << "Scanning table should work."; in cht_move_to()
297 EXPECT_TRUE(to_cht->get_copy(thr, stl1) == val1) << "Getting an inserted value should work."; in cht_move_to()
298 EXPECT_TRUE(to_cht->get_copy(thr, stl2) == val2) << "Getting an inserted value should work."; in cht_move_to()
299 EXPECT_TRUE(to_cht->get_copy(thr, stl3) == val3) << "Getting an inserted value should work."; in cht_move_to()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/gtest/utilities/
H A Dtest_concurrentHashtable.cpp287 SimpleTestTable* to_cht = new SimpleTestTable(); in cht_move_to() local
288 EXPECT_TRUE(from_cht->try_move_nodes_to(thr, to_cht)) << "Moving nodes to new table failed"; in cht_move_to()
295 EXPECT_TRUE(to_cht->try_scan(thr, scan_new)) << "Scanning table should work."; in cht_move_to()
297 EXPECT_TRUE(to_cht->get_copy(thr, stl1) == val1) << "Getting an inserted value should work."; in cht_move_to()
298 EXPECT_TRUE(to_cht->get_copy(thr, stl2) == val2) << "Getting an inserted value should work."; in cht_move_to()
299 EXPECT_TRUE(to_cht->get_copy(thr, stl3) == val3) << "Getting an inserted value should work."; in cht_move_to()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/gtest/utilities/
H A Dtest_concurrentHashtable.cpp280 SimpleTestTable* to_cht = new SimpleTestTable(); in cht_move_to() local
281 EXPECT_TRUE(from_cht->try_move_nodes_to(thr, to_cht)) << "Moving nodes to new table failed"; in cht_move_to()
288 EXPECT_TRUE(to_cht->try_scan(thr, scan_new)) << "Scanning table should work."; in cht_move_to()
290 EXPECT_TRUE(cht_get_copy(to_cht, thr, stl1) == val1) << "Getting an inserted value should work."; in cht_move_to()
291 EXPECT_TRUE(cht_get_copy(to_cht, thr, stl2) == val2) << "Getting an inserted value should work."; in cht_move_to()
292 EXPECT_TRUE(cht_get_copy(to_cht, thr, stl3) == val3) << "Getting an inserted value should work."; in cht_move_to()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/gtest/utilities/
H A Dtest_concurrentHashtable.cpp370 SimpleTestTable* to_cht = new SimpleTestTable(); in cht_move_to() local
371 EXPECT_TRUE(from_cht->try_move_nodes_to(thr, to_cht)) << "Moving nodes to new table failed"; in cht_move_to()
378 EXPECT_TRUE(to_cht->try_scan(thr, scan_new)) << "Scanning table should work."; in cht_move_to()
380 EXPECT_TRUE(cht_get_copy(to_cht, thr, stl1) == val1) << "Getting an inserted value should work."; in cht_move_to()
381 EXPECT_TRUE(cht_get_copy(to_cht, thr, stl2) == val2) << "Getting an inserted value should work."; in cht_move_to()
382 EXPECT_TRUE(cht_get_copy(to_cht, thr, stl3) == val3) << "Getting an inserted value should work."; in cht_move_to()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.hpp476 bool try_move_nodes_to(Thread* thread, ConcurrentHashTable<VALUE, CONFIG, F>* to_cht);
H A DconcurrentHashTable.inline.hpp1250 try_move_nodes_to(Thread* thread, ConcurrentHashTable<VALUE, CONFIG, F>* to_cht) in try_move_nodes_to() argument
1266 Bucket* insert_bucket = to_cht->get_bucket(insert_hash); in try_move_nodes_to()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.hpp473 bool try_move_nodes_to(Thread* thread, ConcurrentHashTable<CONFIG, F>* to_cht);
H A DconcurrentHashTable.inline.hpp1235 try_move_nodes_to(Thread* thread, ConcurrentHashTable<CONFIG, F>* to_cht) in try_move_nodes_to() argument
1251 Bucket* insert_bucket = to_cht->get_bucket(insert_hash); in try_move_nodes_to()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.hpp477 bool try_move_nodes_to(Thread* thread, ConcurrentHashTable<CONFIG, F>* to_cht);
H A DconcurrentHashTable.inline.hpp1235 try_move_nodes_to(Thread* thread, ConcurrentHashTable<CONFIG, F>* to_cht) in try_move_nodes_to() argument
1251 Bucket* insert_bucket = to_cht->get_bucket(insert_hash); in try_move_nodes_to()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.hpp477 bool try_move_nodes_to(Thread* thread, ConcurrentHashTable<CONFIG, F>* to_cht);
H A DconcurrentHashTable.inline.hpp1235 try_move_nodes_to(Thread* thread, ConcurrentHashTable<CONFIG, F>* to_cht) in try_move_nodes_to() argument
1251 Bucket* insert_bucket = to_cht->get_bucket(insert_hash); in try_move_nodes_to()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.hpp495 bool try_move_nodes_to(Thread* thread, ConcurrentHashTable<CONFIG, F>* to_cht);
H A DconcurrentHashTable.inline.hpp1260 try_move_nodes_to(Thread* thread, ConcurrentHashTable<CONFIG, F>* to_cht) in try_move_nodes_to() argument
1276 Bucket* insert_bucket = to_cht->get_bucket(insert_hash); in try_move_nodes_to()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.hpp494 bool try_move_nodes_to(Thread* thread, ConcurrentHashTable<VALUE, CONFIG, F>* to_cht);
H A DconcurrentHashTable.inline.hpp1258 try_move_nodes_to(Thread* thread, ConcurrentHashTable<VALUE, CONFIG, F>* to_cht) in try_move_nodes_to() argument
1274 Bucket* insert_bucket = to_cht->get_bucket(insert_hash); in try_move_nodes_to()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.hpp494 bool try_move_nodes_to(Thread* thread, ConcurrentHashTable<VALUE, CONFIG, F>* to_cht);
H A DconcurrentHashTable.inline.hpp1258 try_move_nodes_to(Thread* thread, ConcurrentHashTable<VALUE, CONFIG, F>* to_cht) in try_move_nodes_to() argument
1274 Bucket* insert_bucket = to_cht->get_bucket(insert_hash); in try_move_nodes_to()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/utilities/
H A DconcurrentHashTable.hpp503 bool try_move_nodes_to(Thread* thread, ConcurrentHashTable<VALUE, CONFIG, F>* to_cht);
H A DconcurrentHashTable.inline.hpp1326 try_move_nodes_to(Thread* thread, ConcurrentHashTable<VALUE, CONFIG, F>* to_cht) in try_move_nodes_to() argument
1342 Bucket* insert_bucket = to_cht->get_bucket(insert_hash); in try_move_nodes_to()