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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkType.hpp52 static const llvm::IntegerType* jshort_type() { function in class:SharkType
53 return context().jshort_type();
H A DsharkContext.cpp107 _to_arrayType[i] = jshort_type();
112 _to_arrayType[i] = jshort_type();
H A DsharkContext.hpp96 const llvm::IntegerType* jshort_type() const { function in class:SharkContext

Completed in 31 milliseconds