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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkType.hpp115 static const llvm::Type* to_arrayType(BasicType type) { function in class:SharkType
116 return context().to_arrayType(type);
118 static const llvm::Type* to_arrayType(ciType* type) { function in class:SharkType
119 return to_arrayType(type->basic_type());
H A DsharkContext.hpp182 const llvm::Type* to_arrayType(BasicType type) const { function in class:SharkContext

Completed in 29 milliseconds