Searched refs:string_table (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_string.c61 HPROF_ASSERT(gdata->string_table==NULL);
62 gdata->string_table = table_initialize("Strings", 4096, 4096, 1024, 0);
68 return table_find_or_create_entry(gdata->string_table,
83 table_walk_items(gdata->string_table, &list_item, NULL);
91 table_cleanup(gdata->string_table, NULL, NULL);
92 gdata->string_table = NULL;
101 table_get_key(gdata->string_table, index, &key, &key_len);
112 table_get_key(gdata->string_table, index, &key, &key_len);
H A Dhprof.h382 struct LookupTable * string_table; member in struct:__anon533
/openjdk7/hotspot/src/share/vm/utilities/
H A DelfFile.cpp161 ElfStringTable* string_table = get_string_table(string_table_index);
163 if (string_table == NULL) {
169 return string_table->string_at(pos_in_string_table, buf, buflen);
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DConstantPoolGen.java116 string_table.put(u8.getBytes(), new Index(i));
182 private HashMap string_table = new HashMap(); field in class:ConstantPoolGen
191 Index index = (Index)string_table.get(str);
216 string_table.put(str, new Index(ret));

Completed in 36 milliseconds