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

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.cpp215 Arena* shared_type_arena = new (mtCompiler)Arena(); local
217 current->set_type_arena(shared_type_arena);
219 new (shared_type_arena) Dict( (CmpKey)Type::cmp, (Hash)Type::uhash,
220 shared_type_arena, 128 );
275 const Type **fboth =(const Type**)shared_type_arena->Amalloc_4(2*sizeof(Type*));
280 const Type **ffalse =(const Type**)shared_type_arena->Amalloc_4(2*sizeof(Type*));
285 const Type **fneither =(const Type**)shared_type_arena->Amalloc_4(2*sizeof(Type*));
290 const Type **ftrue =(const Type**)shared_type_arena->Amalloc_4(2*sizeof(Type*));
295 const Type **floop =(const Type**)shared_type_arena->Amalloc_4(2*sizeof(Type*));
310 const Type **fsc = (const Type**)shared_type_arena
[all...]

Completed in 36 milliseconds