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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkType.hpp58 static const llvm::IntegerType* jlong_type() { function in class:SharkType
59 return context().jlong_type();
H A DsharkContext.hpp102 const llvm::IntegerType* jlong_type() const { function in class:SharkContext
112 return LP64_ONLY(jlong_type()) NOT_LP64(jint_type());

Completed in 65 milliseconds