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

/openjdk7/hotspot/src/share/vm/classfile/
H A DsymbolTable.hpp99 const char** names, int* lengths, int* cp_indices,
105 int* cp_indices, unsigned int* hashValues,
107 add(class_loader, cp, names_count, name, lengths, cp_indices, hashValues, THREAD);
174 const char** names, int* lengths, int* cp_indices,
102 new_symbols(Handle class_loader, constantPoolHandle cp, int names_count, const char** name, int* lengths, int* cp_indices, unsigned int* hashValues, TRAPS) argument
H A DsymbolTable.cpp307 const char** names, int* lengths, int* cp_indices,
314 cp_indices, hashValues, CHECK);
321 cp->symbol_at_put(cp_indices[i], sym);
389 int* cp_indices, unsigned int* hashValues,
419 cp->symbol_at_put(cp_indices[i], test);
429 cp->symbol_at_put(cp_indices[i], sym);
305 add(Handle class_loader, constantPoolHandle cp, int names_count, const char** names, int* lengths, int* cp_indices, unsigned int* hashValues, TRAPS) argument
386 basic_add(Handle class_loader, constantPoolHandle cp, int names_count, const char** names, int* lengths, int* cp_indices, unsigned int* hashValues, TRAPS) argument

Completed in 33 milliseconds