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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkBuilder.cpp117 const Type* SharkBuilder::make_type(char type, bool void_ok) { function in class:SharkBuilder
140 return PointerType::getUnqual(make_type(tolower(type), false));
166 param_types.push_back(make_type(*c, false));
169 const Type *return_type = make_type(*ret, true);

Completed in 32 milliseconds