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

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.cpp455 Dict *tdic = new (type_arena) Dict( (CmpKey)Type::cmp,(Hash)Type::uhash, type_arena, 128 ); local
456 current->set_type_dict(tdic);
462 tdic->Insert(t,t); // New Type, insert into Type table
477 Dict *tdic = type_dict(); local
478 Type* old = (Type*)(tdic->Insert(this, this, false));
495 assert( !(*tdic)[_dual], "" ); // Dual not in type system either
497 tdic->Insert((void*)_dual,(void*)_dual);

Completed in 356 milliseconds