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

/openjdk10/hotspot/src/share/vm/shark/
H A DsharkType.hpp118 static llvm::Type* to_arrayType(BasicType type) { function in class:SharkType
119 return context().to_arrayType(type);
121 static llvm::Type* to_arrayType(ciType* type) { function in class:SharkType
122 return to_arrayType(type->basic_type());
H A DsharkContext.hpp177 llvm::Type* to_arrayType(BasicType type) const { function in class:SharkContext
H A DsharkNativeWrapper.cpp209 return_type = SharkType::to_arrayType(result_type);
H A DsharkBuilder.cpp103 SharkType::to_arrayType(basic_type),
H A DsharkBlock.cpp1046 Type *field_type = SharkType::to_arrayType(basic_type);
H A DsharkTopLevelBlock.cpp937 Type *array_type = SharkType::to_arrayType(basic_type);

Completed in 56 milliseconds