Home
last modified time | relevance | path

Searched refs:PlaceholderEntry (Results 1 – 25 of 55) sorted by relevance

123

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/classfile/
H A Dplaceholders.cpp38 PlaceholderEntry* entry = (PlaceholderEntry*)Hashtable<Symbol*, mtClass>::new_entry(hash, name); in new_entry()
52 void PlaceholderTable::free_entry(PlaceholderEntry* entry) { in free_entry()
82 PlaceholderEntry** p = bucket_addr(index); in remove_entry()
84 PlaceholderEntry *probe = *p; in remove_entry()
100 for (PlaceholderEntry *place_probe = bucket(index); in get_entry()
181 for (PlaceholderEntry* probe = bucket(index); in classes_do()
200 for (PlaceholderEntry* probe = bucket(index); in entries_do()
211 void PlaceholderEntry::print() const { in print()
242 void PlaceholderEntry::verify() const { in verify()
254 for (PlaceholderEntry* probe = bucket(pindex); in verify()
[all …]
H A Dplaceholders.hpp31 class PlaceholderEntry;
44 void free_entry(PlaceholderEntry* entry);
46 PlaceholderEntry* bucket(int i) { in bucket()
47 return (PlaceholderEntry*)Hashtable<Symbol*, mtClass>::bucket(i); in bucket()
50 PlaceholderEntry** bucket_addr(int i) { in bucket_addr()
54 void add_entry(int index, PlaceholderEntry* new_entry) { in add_entry()
65 PlaceholderEntry* get_entry(int index, unsigned int hash,
87 PlaceholderEntry* find_and_add(int index, unsigned int hash,
157 class PlaceholderEntry : public HashtableEntry<Symbol*, mtClass> { class
208 PlaceholderEntry* next() const { in next()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/classfile/
H A Dplaceholders.cpp38 PlaceholderEntry* entry = (PlaceholderEntry*)Hashtable<Symbol*, mtClass>::new_entry(hash, name); in new_entry()
52 void PlaceholderTable::free_entry(PlaceholderEntry* entry) { in free_entry()
82 PlaceholderEntry** p = bucket_addr(index); in remove_entry()
84 PlaceholderEntry *probe = *p; in remove_entry()
100 for (PlaceholderEntry *place_probe = bucket(index); in get_entry()
181 for (PlaceholderEntry* probe = bucket(index); in classes_do()
200 for (PlaceholderEntry* probe = bucket(index); in entries_do()
211 void PlaceholderEntry::print() const { in print()
242 void PlaceholderEntry::verify() const { in verify()
254 for (PlaceholderEntry* probe = bucket(pindex); in verify()
[all …]
H A Dplaceholders.hpp31 class PlaceholderEntry;
44 void free_entry(PlaceholderEntry* entry);
46 PlaceholderEntry* bucket(int i) { in bucket()
47 return (PlaceholderEntry*)Hashtable<Symbol*, mtClass>::bucket(i); in bucket()
50 PlaceholderEntry** bucket_addr(int i) { in bucket_addr()
54 void add_entry(int index, PlaceholderEntry* new_entry) { in add_entry()
65 PlaceholderEntry* get_entry(int index, unsigned int hash,
87 PlaceholderEntry* find_and_add(int index, unsigned int hash,
157 class PlaceholderEntry : public HashtableEntry<Symbol*, mtClass> { class
208 PlaceholderEntry* next() const { in next()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/classfile/
H A Dplaceholders.hpp30 class PlaceholderEntry;
45 void free_entry(PlaceholderEntry* entry);
47 PlaceholderEntry* bucket(int i) const { in bucket()
48 return (PlaceholderEntry*)Hashtable<Symbol*, mtClass>::bucket(i); in bucket()
51 PlaceholderEntry** bucket_addr(int i) { in bucket_addr()
55 PlaceholderEntry* add_entry(unsigned int hash, Symbol* name,
63 PlaceholderEntry* get_entry(unsigned int hash,
85 PlaceholderEntry* find_and_add(unsigned int hash,
112 class PlaceholderEntry : public HashtableEntry<Symbol*, mtClass> { class
164 PlaceholderEntry* next() const { in next()
[all …]
H A Dplaceholders.cpp179 PlaceholderEntry* entry = (PlaceholderEntry*)Hashtable<Symbol*, mtClass>::new_entry(hash, name); in new_entry()
192 void PlaceholderTable::free_entry(PlaceholderEntry* entry) { in free_entry()
204 PlaceholderEntry* PlaceholderTable::add_entry(unsigned int hash, in add_entry()
225 PlaceholderEntry** p = bucket_addr(index); in remove_entry()
227 PlaceholderEntry *probe = *p; in remove_entry()
244 for (PlaceholderEntry *place_probe = bucket(index); in get_entry()
293 PlaceholderEntry* probe = get_entry(hash, name, loader_data); in find_and_add()
342 void PlaceholderEntry::verify() const { in verify()
352 verify_table<PlaceholderEntry>("Placeholder Table"); in verify()
359 void PlaceholderEntry::print_entry(outputStream* st) const { in print_entry()
[all …]
H A DsystemDictionary.cpp327 static inline void log_circularity_error(Thread* thread, PlaceholderEntry* probe) { in log_circularity_error()
404 PlaceholderEntry* probe = placeholders()->get_entry(name_hash, class_name, loader_data); in resolve_super_or_fail()
413 PlaceholderEntry* newprobe = placeholders()->find_and_add(name_hash, in resolve_super_or_fail()
523 PlaceholderEntry* oldprobe = placeholders()->get_entry(name_hash, name, loader_data); in handle_parallel_loading()
643 PlaceholderEntry* placeholder = placeholders()->get_entry(name_hash, name, loader_data); in resolve_instance_class_or_null()
701 PlaceholderEntry* newprobe = placeholders()->find_and_add(name_hash, name, loader_data, in resolve_instance_class_or_null()
1500 PlaceholderEntry* probe = placeholders()->find_and_add(name_hash, name_h, loader_data, in find_or_define_helper()
1532 PlaceholderEntry* probe = placeholders()->get_entry(name_hash, name_h, loader_data); in find_or_define_helper()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/classfile/
H A Dplaceholders.cpp35 PlaceholderEntry* PlaceholderTable::new_entry(int hash, Symbol* name, in new_entry()
39 PlaceholderEntry* entry = (PlaceholderEntry*)Hashtable<Symbol*, mtClass>::new_entry(hash, name); in new_entry()
53 void PlaceholderTable::free_entry(PlaceholderEntry* entry) { in free_entry()
83 PlaceholderEntry** p = bucket_addr(index); in remove_entry()
85 PlaceholderEntry *probe = *p; in remove_entry()
101 for (PlaceholderEntry *place_probe = bucket(index); in get_entry()
130 PlaceholderEntry* probe = get_entry(index, hash, name, loader_data); in find_and_add()
179 void PlaceholderEntry::verify() const { in verify()
189 verify_table<PlaceholderEntry>("Placeholder Table"); in verify()
196 void PlaceholderEntry::print_entry(outputStream* st) const { in print_entry()
[all …]
H A Dplaceholders.hpp31 class PlaceholderEntry;
43 void free_entry(PlaceholderEntry* entry);
45 PlaceholderEntry* bucket(int i) const { in bucket()
46 return (PlaceholderEntry*)Hashtable<Symbol*, mtClass>::bucket(i); in bucket()
49 PlaceholderEntry** bucket_addr(int i) { in bucket_addr()
53 void add_entry(int index, PlaceholderEntry* new_entry) { in add_entry()
64 PlaceholderEntry* get_entry(int index, unsigned int hash,
86 PlaceholderEntry* find_and_add(int index, unsigned int hash,
146 class PlaceholderEntry : public HashtableEntry<Symbol*, mtClass> { class
195 PlaceholderEntry* next() const { in next()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/classfile/
H A Dplaceholders.cpp35 PlaceholderEntry* PlaceholderTable::new_entry(int hash, Symbol* name, in new_entry()
39 PlaceholderEntry* entry = (PlaceholderEntry*)Hashtable<Symbol*, mtClass>::new_entry(hash, name); in new_entry()
53 void PlaceholderTable::free_entry(PlaceholderEntry* entry) { in free_entry()
83 PlaceholderEntry** p = bucket_addr(index); in remove_entry()
85 PlaceholderEntry *probe = *p; in remove_entry()
101 for (PlaceholderEntry *place_probe = bucket(index); in get_entry()
130 PlaceholderEntry* probe = get_entry(index, hash, name, loader_data); in find_and_add()
179 void PlaceholderEntry::verify() const { in verify()
189 verify_table<PlaceholderEntry>("Placeholder Table"); in verify()
196 void PlaceholderEntry::print_entry(outputStream* st) const { in print_entry()
[all …]
H A Dplaceholders.hpp31 class PlaceholderEntry;
43 void free_entry(PlaceholderEntry* entry);
45 PlaceholderEntry* bucket(int i) const { in bucket()
46 return (PlaceholderEntry*)Hashtable<Symbol*, mtClass>::bucket(i); in bucket()
49 PlaceholderEntry** bucket_addr(int i) { in bucket_addr()
53 void add_entry(int index, PlaceholderEntry* new_entry) { in add_entry()
64 PlaceholderEntry* get_entry(int index, unsigned int hash,
86 PlaceholderEntry* find_and_add(int index, unsigned int hash,
146 class PlaceholderEntry : public HashtableEntry<Symbol*, mtClass> { class
195 PlaceholderEntry* next() const { in next()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/classfile/
H A Dplaceholders.cpp34 PlaceholderEntry* PlaceholderTable::new_entry(int hash, Symbol* name, in new_entry()
38 PlaceholderEntry* entry = (PlaceholderEntry*)Hashtable<Symbol*, mtClass>::new_entry(hash, name); in new_entry()
52 void PlaceholderTable::free_entry(PlaceholderEntry* entry) { in free_entry()
82 PlaceholderEntry** p = bucket_addr(index); in remove_entry()
84 PlaceholderEntry *probe = *p; in remove_entry()
100 for (PlaceholderEntry *place_probe = bucket(index); in get_entry()
129 PlaceholderEntry* probe = get_entry(index, hash, name, loader_data); in find_and_add()
178 void PlaceholderEntry::verify() const { in verify()
188 verify_table<PlaceholderEntry>("Placeholder Table"); in verify()
195 void PlaceholderEntry::print_entry(outputStream* st) const { in print_entry()
[all …]
H A Dplaceholders.hpp31 class PlaceholderEntry;
43 void free_entry(PlaceholderEntry* entry);
45 PlaceholderEntry* bucket(int i) const { in bucket()
46 return (PlaceholderEntry*)Hashtable<Symbol*, mtClass>::bucket(i); in bucket()
49 PlaceholderEntry** bucket_addr(int i) { in bucket_addr()
53 void add_entry(int index, PlaceholderEntry* new_entry) { in add_entry()
64 PlaceholderEntry* get_entry(int index, unsigned int hash,
86 PlaceholderEntry* find_and_add(int index, unsigned int hash,
146 class PlaceholderEntry : public HashtableEntry<Symbol*, mtClass> { class
195 PlaceholderEntry* next() const { in next()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/classfile/
H A Dplaceholders.cpp35 PlaceholderEntry* PlaceholderTable::new_entry(int hash, Symbol* name, in new_entry()
39 PlaceholderEntry* entry = (PlaceholderEntry*)Hashtable<Symbol*, mtClass>::new_entry(hash, name); in new_entry()
53 void PlaceholderTable::free_entry(PlaceholderEntry* entry) { in free_entry()
83 PlaceholderEntry** p = bucket_addr(index); in remove_entry()
85 PlaceholderEntry *probe = *p; in remove_entry()
101 for (PlaceholderEntry *place_probe = bucket(index); in get_entry()
130 PlaceholderEntry* probe = get_entry(index, hash, name, loader_data); in find_and_add()
179 void PlaceholderEntry::verify() const { in verify()
189 verify_table<PlaceholderEntry>("Placeholder Table"); in verify()
196 void PlaceholderEntry::print_entry(outputStream* st) const { in print_entry()
[all …]
H A Dplaceholders.hpp31 class PlaceholderEntry;
43 void free_entry(PlaceholderEntry* entry);
45 PlaceholderEntry* bucket(int i) const { in bucket()
46 return (PlaceholderEntry*)Hashtable<Symbol*, mtClass>::bucket(i); in bucket()
49 PlaceholderEntry** bucket_addr(int i) { in bucket_addr()
53 void add_entry(int index, PlaceholderEntry* new_entry) { in add_entry()
64 PlaceholderEntry* get_entry(int index, unsigned int hash,
86 PlaceholderEntry* find_and_add(int index, unsigned int hash,
146 class PlaceholderEntry : public HashtableEntry<Symbol*, mtClass> { class
195 PlaceholderEntry* next() const { in next()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/classfile/
H A Dplaceholders.cpp35 PlaceholderEntry* PlaceholderTable::new_entry(int hash, Symbol* name, in new_entry()
39 PlaceholderEntry* entry = (PlaceholderEntry*)Hashtable<Symbol*, mtClass>::new_entry(hash, name); in new_entry()
53 void PlaceholderTable::free_entry(PlaceholderEntry* entry) { in free_entry()
83 PlaceholderEntry** p = bucket_addr(index); in remove_entry()
85 PlaceholderEntry *probe = *p; in remove_entry()
101 for (PlaceholderEntry *place_probe = bucket(index); in get_entry()
130 PlaceholderEntry* probe = get_entry(index, hash, name, loader_data); in find_and_add()
179 void PlaceholderEntry::verify() const { in verify()
189 verify_table<PlaceholderEntry>("Placeholder Table"); in verify()
196 void PlaceholderEntry::print_entry(outputStream* st) const { in print_entry()
[all …]
H A Dplaceholders.hpp31 class PlaceholderEntry;
43 void free_entry(PlaceholderEntry* entry);
45 PlaceholderEntry* bucket(int i) const { in bucket()
46 return (PlaceholderEntry*)Hashtable<Symbol*, mtClass>::bucket(i); in bucket()
49 PlaceholderEntry** bucket_addr(int i) { in bucket_addr()
53 void add_entry(int index, PlaceholderEntry* new_entry) { in add_entry()
64 PlaceholderEntry* get_entry(int index, unsigned int hash,
86 PlaceholderEntry* find_and_add(int index, unsigned int hash,
146 class PlaceholderEntry : public HashtableEntry<Symbol*, mtClass> { class
195 PlaceholderEntry* next() const { in next()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/classfile/
H A Dplaceholders.cpp34 PlaceholderEntry* PlaceholderTable::new_entry(int hash, Symbol* name, in new_entry()
38 PlaceholderEntry* entry = (PlaceholderEntry*)Hashtable<Symbol*, mtClass>::new_entry(hash, name); in new_entry()
52 void PlaceholderTable::free_entry(PlaceholderEntry* entry) { in free_entry()
82 PlaceholderEntry** p = bucket_addr(index); in remove_entry()
84 PlaceholderEntry *probe = *p; in remove_entry()
100 for (PlaceholderEntry *place_probe = bucket(index); in get_entry()
129 PlaceholderEntry* probe = get_entry(index, hash, name, loader_data); in find_and_add()
178 void PlaceholderEntry::verify() const { in verify()
188 verify_table<PlaceholderEntry>("Placeholder Table"); in verify()
195 void PlaceholderEntry::print_entry(outputStream* st) const { in print_entry()
[all …]
H A Dplaceholders.hpp31 class PlaceholderEntry;
43 void free_entry(PlaceholderEntry* entry);
45 PlaceholderEntry* bucket(int i) const { in bucket()
46 return (PlaceholderEntry*)Hashtable<Symbol*, mtClass>::bucket(i); in bucket()
49 PlaceholderEntry** bucket_addr(int i) { in bucket_addr()
53 void add_entry(int index, PlaceholderEntry* new_entry) { in add_entry()
64 PlaceholderEntry* get_entry(int index, unsigned int hash,
86 PlaceholderEntry* find_and_add(int index, unsigned int hash,
146 class PlaceholderEntry : public HashtableEntry<Symbol*, mtClass> { class
195 PlaceholderEntry* next() const { in next()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/classfile/
H A Dplaceholders.cpp35 PlaceholderEntry* PlaceholderTable::new_entry(int hash, Symbol* name, in new_entry()
39 PlaceholderEntry* entry = (PlaceholderEntry*)Hashtable<Symbol*, mtClass>::new_entry(hash, name); in new_entry()
53 void PlaceholderTable::free_entry(PlaceholderEntry* entry) { in free_entry()
83 PlaceholderEntry** p = bucket_addr(index); in remove_entry()
85 PlaceholderEntry *probe = *p; in remove_entry()
101 for (PlaceholderEntry *place_probe = bucket(index); in get_entry()
130 PlaceholderEntry* probe = get_entry(index, hash, name, loader_data); in find_and_add()
179 void PlaceholderEntry::verify() const { in verify()
189 verify_table<PlaceholderEntry>("Placeholder Table"); in verify()
196 void PlaceholderEntry::print_entry(outputStream* st) const { in print_entry()
[all …]
H A Dplaceholders.hpp31 class PlaceholderEntry;
43 void free_entry(PlaceholderEntry* entry);
45 PlaceholderEntry* bucket(int i) const { in bucket()
46 return (PlaceholderEntry*)Hashtable<Symbol*, mtClass>::bucket(i); in bucket()
49 PlaceholderEntry** bucket_addr(int i) { in bucket_addr()
53 void add_entry(int index, PlaceholderEntry* new_entry) { in add_entry()
64 PlaceholderEntry* get_entry(int index, unsigned int hash,
86 PlaceholderEntry* find_and_add(int index, unsigned int hash,
146 class PlaceholderEntry : public HashtableEntry<Symbol*, mtClass> { class
195 PlaceholderEntry* next() const { in next()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DPlaceholderTable.java40 return PlaceholderEntry.class; in getHashtableEntryClass()
48 for (PlaceholderEntry probe = (PlaceholderEntry) bucket(index); probe != null; in primArrayClassesDo()
49 probe = (PlaceholderEntry) probe.next()) { in primArrayClassesDo()
H A DPlaceholderEntry.java35 public class PlaceholderEntry extends sun.jvm.hotspot.utilities.HashtableEntry { class
61 public PlaceholderEntry(Address addr) { in PlaceholderEntry() method in PlaceholderEntry
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DPlaceholderTable.java40 return PlaceholderEntry.class; in getHashtableEntryClass()
48 for (PlaceholderEntry probe = (PlaceholderEntry) bucket(index); probe != null; in primArrayClassesDo()
49 probe = (PlaceholderEntry) probe.next()) { in primArrayClassesDo()
H A DPlaceholderEntry.java35 public class PlaceholderEntry extends sun.jvm.hotspot.utilities.HashtableEntry { class
61 public PlaceholderEntry(Address addr) { in PlaceholderEntry() method in PlaceholderEntry

123