Searched defs:string_table (Results 1 - 2 of 2) sorted by relevance

/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));
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof.h382 struct LookupTable * string_table; member in struct:__anon533

Completed in 32 milliseconds