Home
last modified time | relevance | path

Searched refs:from_index (Results 1 – 25 of 1180) sorted by relevance

12345678910>>...48

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/gtest/gc/z/
H A Dtest_zForwardingTable.cpp68 uintptr_t from_index = SequenceToFromIndex::one_to_one(i); in find_empty() local
70 EXPECT_TRUE(table.find(from_index).is_empty()) << CAPTURE2(from_index, size); in find_empty()
88 table.insert(from_index, from_index, &cursor); in find_full()
95 ZForwardingTableEntry entry = table.find(from_index); in find_full()
98 ASSERT_EQ(entry.from_index(), from_index) << CAPTURE(size); in find_full()
109 uintptr_t from_index = SequenceToFromIndex::even(i); in find_every_other() local
115 table.insert(from_index, from_index, &cursor); in find_every_other()
120 uintptr_t from_index = SequenceToFromIndex::even(i); in find_every_other() local
126 ASSERT_EQ(entry.from_index(), from_index) << CAPTURE(size); in find_every_other()
135 uintptr_t from_index = SequenceToFromIndex::odd(i); in find_every_other() local
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/gtest/gc/z/
H A Dtest_zForwardingTable.cpp68 uintptr_t from_index = SequenceToFromIndex::one_to_one(i); in find_empty() local
70 EXPECT_TRUE(table.find(from_index).is_empty()) << CAPTURE2(from_index, size); in find_empty()
88 table.insert(from_index, from_index, &cursor); in find_full()
95 ZForwardingTableEntry entry = table.find(from_index); in find_full()
98 ASSERT_EQ(entry.from_index(), from_index) << CAPTURE(size); in find_full()
109 uintptr_t from_index = SequenceToFromIndex::even(i); in find_every_other() local
115 table.insert(from_index, from_index, &cursor); in find_every_other()
120 uintptr_t from_index = SequenceToFromIndex::even(i); in find_every_other() local
126 ASSERT_EQ(entry.from_index(), from_index) << CAPTURE(size); in find_every_other()
135 uintptr_t from_index = SequenceToFromIndex::odd(i); in find_every_other() local
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/gtest/gc/z/
H A Dtest_zForwardingTable.cpp68 uintptr_t from_index = SequenceToFromIndex::one_to_one(i); in find_empty() local
70 EXPECT_TRUE(table.find(from_index).is_empty()) << CAPTURE2(from_index, size); in find_empty()
88 table.insert(from_index, from_index, &cursor); in find_full()
95 ZForwardingTableEntry entry = table.find(from_index); in find_full()
98 ASSERT_EQ(entry.from_index(), from_index) << CAPTURE(size); in find_full()
109 uintptr_t from_index = SequenceToFromIndex::even(i); in find_every_other() local
115 table.insert(from_index, from_index, &cursor); in find_every_other()
120 uintptr_t from_index = SequenceToFromIndex::even(i); in find_every_other() local
126 ASSERT_EQ(entry.from_index(), from_index) << CAPTURE(size); in find_every_other()
135 uintptr_t from_index = SequenceToFromIndex::odd(i); in find_every_other() local
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/gtest/gc/z/
H A Dtest_zForwarding.cpp71 uintptr_t from_index = SequenceToFromIndex::one_to_one(i); in find_empty() local
73 EXPECT_FALSE(forwarding->find(from_index).populated()) << CAPTURE2(from_index, size); in find_empty()
89 forwarding->insert(from_index, from_index, &cursor); in find_full()
96 ZForwardingEntry entry = forwarding->find(from_index); in find_full()
99 ASSERT_EQ(entry.from_index(), from_index) << CAPTURE(size); in find_full()
110 uintptr_t from_index = SequenceToFromIndex::even(i); in find_every_other() local
116 forwarding->insert(from_index, from_index, &cursor); in find_every_other()
121 uintptr_t from_index = SequenceToFromIndex::even(i); in find_every_other() local
127 ASSERT_EQ(entry.from_index(), from_index) << CAPTURE(size); in find_every_other()
136 uintptr_t from_index = SequenceToFromIndex::odd(i); in find_every_other() local
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/gtest/gc/z/
H A Dtest_zForwarding.cpp67 uintptr_t from_index = SequenceToFromIndex::one_to_one(i); in find_empty() local
69 EXPECT_FALSE(forwarding->find(from_index).populated()) << CAPTURE2(from_index, size); in find_empty()
85 forwarding->insert(from_index, from_index, &cursor); in find_full()
92 ZForwardingEntry entry = forwarding->find(from_index); in find_full()
95 ASSERT_EQ(entry.from_index(), from_index) << CAPTURE(size); in find_full()
106 uintptr_t from_index = SequenceToFromIndex::even(i); in find_every_other() local
112 forwarding->insert(from_index, from_index, &cursor); in find_every_other()
117 uintptr_t from_index = SequenceToFromIndex::even(i); in find_every_other() local
123 ASSERT_EQ(entry.from_index(), from_index) << CAPTURE(size); in find_every_other()
132 uintptr_t from_index = SequenceToFromIndex::odd(i); in find_every_other() local
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/gtest/gc/z/
H A Dtest_zForwarding.cpp68 uintptr_t from_index = SequenceToFromIndex::one_to_one(i); in find_empty() local
82 uintptr_t from_index = SequenceToFromIndex::one_to_one(i); in find_full() local
88 forwarding->insert(from_index, from_index, &cursor); in find_full()
93 uintptr_t from_index = SequenceToFromIndex::one_to_one(i); in find_full() local
99 ASSERT_EQ(entry.from_index(), from_index) << CAPTURE(size); in find_full()
100 ASSERT_EQ(entry.to_offset(), from_index) << CAPTURE(size); in find_full()
110 uintptr_t from_index = SequenceToFromIndex::even(i); in find_every_other() local
116 forwarding->insert(from_index, from_index, &cursor); in find_every_other()
121 uintptr_t from_index = SequenceToFromIndex::even(i); in find_every_other() local
127 ASSERT_EQ(entry.from_index(), from_index) << CAPTURE(size); in find_every_other()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/gtest/gc/z/
H A Dtest_zForwarding.cpp68 uintptr_t from_index = SequenceToFromIndex::one_to_one(i); in find_empty() local
82 uintptr_t from_index = SequenceToFromIndex::one_to_one(i); in find_full() local
88 forwarding->insert(from_index, from_index, &cursor); in find_full()
93 uintptr_t from_index = SequenceToFromIndex::one_to_one(i); in find_full() local
99 ASSERT_EQ(entry.from_index(), from_index) << CAPTURE(size); in find_full()
100 ASSERT_EQ(entry.to_offset(), from_index) << CAPTURE(size); in find_full()
110 uintptr_t from_index = SequenceToFromIndex::even(i); in find_every_other() local
116 forwarding->insert(from_index, from_index, &cursor); in find_every_other()
121 uintptr_t from_index = SequenceToFromIndex::even(i); in find_every_other() local
127 ASSERT_EQ(entry.from_index(), from_index) << CAPTURE(size); in find_every_other()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/gtest/gc/z/
H A Dtest_zForwarding.cpp71 uintptr_t from_index = SequenceToFromIndex::one_to_one(i); in find_empty() local
73 EXPECT_FALSE(forwarding->find(from_index).populated()) << CAPTURE2(from_index, size); in find_empty()
89 forwarding->insert(from_index, from_index, &cursor); in find_full()
96 ZForwardingEntry entry = forwarding->find(from_index); in find_full()
99 ASSERT_EQ(entry.from_index(), from_index) << CAPTURE(size); in find_full()
110 uintptr_t from_index = SequenceToFromIndex::even(i); in find_every_other() local
116 forwarding->insert(from_index, from_index, &cursor); in find_every_other()
121 uintptr_t from_index = SequenceToFromIndex::even(i); in find_every_other() local
127 ASSERT_EQ(entry.from_index(), from_index) << CAPTURE(size); in find_every_other()
136 uintptr_t from_index = SequenceToFromIndex::odd(i); in find_every_other() local
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/z/
H A DzForwardingTable.inline.hpp45 inline ZForwardingTableEntry ZForwardingTable::first(uintptr_t from_index, ZForwardingTableCursor* … in first() argument
47 const size_t hash = ZHash::uint32_to_uint32((uint32_t)from_index); in first()
62 inline ZForwardingTableEntry ZForwardingTable::find(uintptr_t from_index) const { in find()
64 return find(from_index, &dummy); in find()
67 inline ZForwardingTableEntry ZForwardingTable::find(uintptr_t from_index, ZForwardingTableCursor* c… in find() argument
71 ZForwardingTableEntry entry = first(from_index, cursor); in find()
73 if (entry.from_index() == from_index) { in find()
85 inline uintptr_t ZForwardingTable::insert(uintptr_t from_index, uintptr_t to_offset, ZForwardingTab… in insert() argument
86 const ZForwardingTableEntry new_entry(from_index, to_offset); in insert()
99 if (entry.from_index() == from_index) { in insert()
H A DzPage.cpp84 uintptr_t ZPage::relocate_object_inner(uintptr_t from_index, uintptr_t from_offset) { in relocate_object_inner() argument
88 const ZForwardingTableEntry entry = _forwarding.find(from_index, &cursor); in relocate_object_inner()
89 if (entry.from_index() == from_index) { in relocate_object_inner()
99 return _forwarding.insert(from_index, from_offset, &cursor); in relocate_object_inner()
108 return _forwarding.insert(from_index, from_offset, &cursor); in relocate_object_inner()
116 const uintptr_t to_offset_final = _forwarding.insert(from_index, to_offset, &cursor); in relocate_object_inner()
138 const uintptr_t from_index = (from_offset - start()) >> object_alignment_shift(); in relocate_object() local
139 const uintptr_t to_offset = relocate_object_inner(from_index, from_offset); in relocate_object()
153 const uintptr_t from_index = (from_offset - start()) >> object_alignment_shift(); in forward_object() local
154 const ZForwardingTableEntry entry = _forwarding.find(from_index); in forward_object()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/z/
H A DzForwardingTable.inline.hpp45 inline ZForwardingTableEntry ZForwardingTable::first(uintptr_t from_index, ZForwardingTableCursor* … in first() argument
47 const size_t hash = ZHash::uint32_to_uint32((uint32_t)from_index); in first()
62 inline ZForwardingTableEntry ZForwardingTable::find(uintptr_t from_index) const { in find()
64 return find(from_index, &dummy); in find()
67 inline ZForwardingTableEntry ZForwardingTable::find(uintptr_t from_index, ZForwardingTableCursor* c… in find() argument
71 ZForwardingTableEntry entry = first(from_index, cursor); in find()
73 if (entry.from_index() == from_index) { in find()
85 inline uintptr_t ZForwardingTable::insert(uintptr_t from_index, uintptr_t to_offset, ZForwardingTab… in insert() argument
86 const ZForwardingTableEntry new_entry(from_index, to_offset); in insert()
99 if (entry.from_index() == from_index) { in insert()
H A DzPage.cpp84 uintptr_t ZPage::relocate_object_inner(uintptr_t from_index, uintptr_t from_offset) { in relocate_object_inner() argument
88 const ZForwardingTableEntry entry = _forwarding.find(from_index, &cursor); in relocate_object_inner()
89 if (entry.from_index() == from_index) { in relocate_object_inner()
99 return _forwarding.insert(from_index, from_offset, &cursor); in relocate_object_inner()
108 return _forwarding.insert(from_index, from_offset, &cursor); in relocate_object_inner()
116 const uintptr_t to_offset_final = _forwarding.insert(from_index, to_offset, &cursor); in relocate_object_inner()
138 const uintptr_t from_index = (from_offset - start()) >> object_alignment_shift(); in relocate_object() local
139 const uintptr_t to_offset = relocate_object_inner(from_index, from_offset); in relocate_object()
153 const uintptr_t from_index = (from_offset - start()) >> object_alignment_shift(); in forward_object() local
154 const ZForwardingTableEntry entry = _forwarding.find(from_index); in forward_object()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/z/
H A DzForwardingTable.inline.hpp45 inline ZForwardingTableEntry ZForwardingTable::first(uintptr_t from_index, ZForwardingTableCursor* … in first() argument
47 const size_t hash = ZHash::uint32_to_uint32((uint32_t)from_index); in first()
62 inline ZForwardingTableEntry ZForwardingTable::find(uintptr_t from_index) const { in find()
64 return find(from_index, &dummy); in find()
67 inline ZForwardingTableEntry ZForwardingTable::find(uintptr_t from_index, ZForwardingTableCursor* c… in find() argument
71 ZForwardingTableEntry entry = first(from_index, cursor); in find()
73 if (entry.from_index() == from_index) { in find()
85 inline uintptr_t ZForwardingTable::insert(uintptr_t from_index, uintptr_t to_offset, ZForwardingTab… in insert() argument
86 const ZForwardingTableEntry new_entry(from_index, to_offset); in insert()
99 if (entry.from_index() == from_index) { in insert()
H A DzPage.cpp84 uintptr_t ZPage::relocate_object_inner(uintptr_t from_index, uintptr_t from_offset) { in relocate_object_inner() argument
88 const ZForwardingTableEntry entry = _forwarding.find(from_index, &cursor); in relocate_object_inner()
89 if (entry.from_index() == from_index) { in relocate_object_inner()
99 return _forwarding.insert(from_index, from_offset, &cursor); in relocate_object_inner()
108 return _forwarding.insert(from_index, from_offset, &cursor); in relocate_object_inner()
116 const uintptr_t to_offset_final = _forwarding.insert(from_index, to_offset, &cursor); in relocate_object_inner()
138 const uintptr_t from_index = (from_offset - start()) >> object_alignment_shift(); in relocate_object() local
139 const uintptr_t to_offset = relocate_object_inner(from_index, from_offset); in relocate_object()
153 const uintptr_t from_index = (from_offset - start()) >> object_alignment_shift(); in forward_object() local
154 const ZForwardingTableEntry entry = _forwarding.find(from_index); in forward_object()
[all …]
/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dcommand_queue.cpp47 std::string::size_type from_index = 0; in Command() local
58 if ((len = to_index-from_index) > 0) in Command()
60 from_index = to_index + start_str.size(); in Command()
64 if ((len = to_index-from_index) > 0) in Command()
66 from_index = to_index + end_str.size(); in Command()
77 if ((len = command_text.size()-from_index) > 0) in Command()
234 std::string::size_type from_index = 0; in Line() local
243 if ((len = to_index-from_index) > 0) in Line()
245 from_index = to_index + delim.size(); in Line()
247 if ((len = line_text.size()-from_index) > 0) in Line()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/z/
H A DzForwarding.inline.hpp101 inline ZForwardingEntry ZForwarding::first(uintptr_t from_index, ZForwardingCursor* cursor) const { in first() argument
103 const uint32_t hash = ZHash::uint32_to_uint32((uint32_t)from_index); in first()
114 inline ZForwardingEntry ZForwarding::find(uintptr_t from_index) const { in find()
116 return find(from_index, &dummy); in find()
119 inline ZForwardingEntry ZForwarding::find(uintptr_t from_index, ZForwardingCursor* cursor) const { in find() argument
123 ZForwardingEntry entry = first(from_index, cursor); in find()
125 if (entry.from_index() == from_index) { in find()
137 inline uintptr_t ZForwarding::insert(uintptr_t from_index, uintptr_t to_offset, ZForwardingCursor* … in insert() argument
138 const ZForwardingEntry new_entry(from_index, to_offset); in insert()
151 if (entry.from_index() == from_index) { in insert()
H A DzRelocate.cpp86 uintptr_t ZRelocate::relocate_object_inner(ZForwarding* forwarding, uintptr_t from_index, uintptr_t… in relocate_object_inner() argument
90 const ZForwardingEntry entry = forwarding->find(from_index, &cursor); in relocate_object_inner()
91 if (entry.populated() && entry.from_index() == from_index) { in relocate_object_inner()
100 return forwarding->insert(from_index, from_offset, &cursor); in relocate_object_inner()
109 return forwarding->insert(from_index, from_offset, &cursor); in relocate_object_inner()
117 const uintptr_t to_offset_final = forwarding->insert(from_index, to_offset, &cursor); in relocate_object_inner()
137 …const uintptr_t from_index = (from_offset - forwarding->start()) >> forwarding->object_alignment_s… in relocate_object() local
138 const uintptr_t to_offset = relocate_object_inner(forwarding, from_index, from_offset); in relocate_object()
150 …const uintptr_t from_index = (from_offset - forwarding->start()) >> forwarding->object_alignment_s… in forward_object() local
151 const ZForwardingEntry entry = forwarding->find(from_index); in forward_object()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/z/
H A DzForwarding.inline.hpp101 inline ZForwardingEntry ZForwarding::first(uintptr_t from_index, ZForwardingCursor* cursor) const { in first() argument
103 const size_t hash = ZHash::uint32_to_uint32((uint32_t)from_index); in first()
114 inline ZForwardingEntry ZForwarding::find(uintptr_t from_index) const { in find()
116 return find(from_index, &dummy); in find()
119 inline ZForwardingEntry ZForwarding::find(uintptr_t from_index, ZForwardingCursor* cursor) const { in find() argument
123 ZForwardingEntry entry = first(from_index, cursor); in find()
125 if (entry.from_index() == from_index) { in find()
137 inline uintptr_t ZForwarding::insert(uintptr_t from_index, uintptr_t to_offset, ZForwardingCursor* … in insert() argument
138 const ZForwardingEntry new_entry(from_index, to_offset); in insert()
151 if (entry.from_index() == from_index) { in insert()
H A DzRelocate.cpp94 uintptr_t ZRelocate::relocate_object_inner(ZForwarding* forwarding, uintptr_t from_index, uintptr_t… in relocate_object_inner() argument
98 const ZForwardingEntry entry = forwarding->find(from_index, &cursor); in relocate_object_inner()
99 if (entry.populated() && entry.from_index() == from_index) { in relocate_object_inner()
108 return forwarding->insert(from_index, from_offset, &cursor); in relocate_object_inner()
117 return forwarding->insert(from_index, from_offset, &cursor); in relocate_object_inner()
125 const uintptr_t to_offset_final = forwarding->insert(from_index, to_offset, &cursor); in relocate_object_inner()
145 …const uintptr_t from_index = (from_offset - forwarding->start()) >> forwarding->object_alignment_s… in relocate_object() local
146 const uintptr_t to_offset = relocate_object_inner(forwarding, from_index, from_offset); in relocate_object()
158 …const uintptr_t from_index = (from_offset - forwarding->start()) >> forwarding->object_alignment_s… in forward_object() local
159 const ZForwardingEntry entry = forwarding->find(from_index); in forward_object()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/z/
H A DzForwarding.inline.hpp101 inline ZForwardingEntry ZForwarding::first(uintptr_t from_index, ZForwardingCursor* cursor) const { in first() argument
103 const size_t hash = ZHash::uint32_to_uint32((uint32_t)from_index); in first()
114 inline ZForwardingEntry ZForwarding::find(uintptr_t from_index) const { in find()
116 return find(from_index, &dummy); in find()
119 inline ZForwardingEntry ZForwarding::find(uintptr_t from_index, ZForwardingCursor* cursor) const { in find() argument
123 ZForwardingEntry entry = first(from_index, cursor); in find()
125 if (entry.from_index() == from_index) { in find()
137 inline uintptr_t ZForwarding::insert(uintptr_t from_index, uintptr_t to_offset, ZForwardingCursor* … in insert() argument
138 const ZForwardingEntry new_entry(from_index, to_offset); in insert()
151 if (entry.from_index() == from_index) { in insert()
H A DzRelocate.cpp94 uintptr_t ZRelocate::relocate_object_inner(ZForwarding* forwarding, uintptr_t from_index, uintptr_t… in relocate_object_inner() argument
98 const ZForwardingEntry entry = forwarding->find(from_index, &cursor); in relocate_object_inner()
99 if (entry.populated() && entry.from_index() == from_index) { in relocate_object_inner()
108 return forwarding->insert(from_index, from_offset, &cursor); in relocate_object_inner()
117 return forwarding->insert(from_index, from_offset, &cursor); in relocate_object_inner()
125 const uintptr_t to_offset_final = forwarding->insert(from_index, to_offset, &cursor); in relocate_object_inner()
145 …const uintptr_t from_index = (from_offset - forwarding->start()) >> forwarding->object_alignment_s… in relocate_object() local
146 const uintptr_t to_offset = relocate_object_inner(forwarding, from_index, from_offset); in relocate_object()
158 …const uintptr_t from_index = (from_offset - forwarding->start()) >> forwarding->object_alignment_s… in forward_object() local
159 const ZForwardingEntry entry = forwarding->find(from_index); in forward_object()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/z/
H A DzForwarding.inline.hpp102 inline ZForwardingEntry ZForwarding::first(uintptr_t from_index, ZForwardingCursor* cursor) const { in first() argument
104 const size_t hash = ZHash::uint32_to_uint32((uint32_t)from_index); in first()
115 inline ZForwardingEntry ZForwarding::find(uintptr_t from_index, ZForwardingCursor* cursor) const { in find() argument
119 ZForwardingEntry entry = first(from_index, cursor); in find()
121 if (entry.from_index() == from_index) { in find()
133 inline uintptr_t ZForwarding::insert(uintptr_t from_index, uintptr_t to_offset, ZForwardingCursor* … in insert() argument
134 const ZForwardingEntry new_entry(from_index, to_offset); in insert()
147 if (entry.from_index() == from_index) { in insert()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/z/
H A DzForwarding.inline.hpp104 inline ZForwardingEntry ZForwarding::first(uintptr_t from_index, ZForwardingCursor* cursor) const { in first() argument
106 const size_t hash = ZHash::uint32_to_uint32((uint32_t)from_index); in first()
117 inline ZForwardingEntry ZForwarding::find(uintptr_t from_index, ZForwardingCursor* cursor) const { in find() argument
121 ZForwardingEntry entry = first(from_index, cursor); in find()
123 if (entry.from_index() == from_index) { in find()
135 inline uintptr_t ZForwarding::insert(uintptr_t from_index, uintptr_t to_offset, ZForwardingCursor* … in insert() argument
136 const ZForwardingEntry new_entry(from_index, to_offset); in insert()
149 if (entry.from_index() == from_index) { in insert()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/z/
H A DZForwardingTable.java66 ZForwardingTableEntry first(long from_index, ZForwardingTableCursor cursor) { in first() argument
68 long hash = ZHash.uint32_to_uint32(from_index); in first()
79 ZForwardingTableEntry find(long from_index, ZForwardingTableCursor cursor) { in find() argument
83 ZForwardingTableEntry entry = first(from_index, cursor); in find()
85 if (entry.from_index() == from_index) { in find()
97 ZForwardingTableEntry find(long from_index) { in find() argument
99 return find(from_index, dummy); in find()
111 long hash = ZHash.uint32_to_uint32(entry.from_index()); in dump()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/z/
H A DZForwardingTable.java66 ZForwardingTableEntry first(long from_index, ZForwardingTableCursor cursor) { in first() argument
68 long hash = ZHash.uint32_to_uint32(from_index); in first()
79 ZForwardingTableEntry find(long from_index, ZForwardingTableCursor cursor) { in find() argument
83 ZForwardingTableEntry entry = first(from_index, cursor); in find()
85 if (entry.from_index() == from_index) { in find()
97 ZForwardingTableEntry find(long from_index) { in find() argument
99 return find(from_index, dummy); in find()
111 long hash = ZHash.uint32_to_uint32(entry.from_index()); in dump()

12345678910>>...48