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

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.cpp201 int Type::uhash( const Type *const t ) { function in class:Type
219 new (shared_type_arena) Dict( (CmpKey)Type::cmp, (Hash)Type::uhash,
455 Dict *tdic = new (type_arena) Dict( (CmpKey)Type::cmp,(Hash)Type::uhash, type_arena, 128 );

Completed in 48 milliseconds