Searched refs:allocate_symbol (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A DsymbolTable.hpp92 Symbol* allocate_symbol(const u1* name, int len, bool c_heap, TRAPS); // Assumes no characters larger than 0x7F
H A DsymbolTable.cpp47 Symbol* SymbolTable::allocate_symbol(const u1* name, int len, bool c_heap, TRAPS) { function in class:SymbolTable
376 Symbol* sym = allocate_symbol(name, len, c_heap, CHECK_NULL);
425 Symbol* sym = allocate_symbol((const u1*)names[i], lengths[i], c_heap, CHECK_(false));

Completed in 34 milliseconds