Searched defs:jlong_type (Results 1 - 2 of 2) sorted by relevance
| /openjdk7/hotspot/src/share/vm/shark/ | ||
| H A D | sharkType.hpp | 58 static const llvm::IntegerType* jlong_type() { function in class:SharkType 59 return context().jlong_type(); |
| H A D | sharkContext.hpp | 102 const llvm::IntegerType* jlong_type() const { function in class:SharkContext 112 return LP64_ONLY(jlong_type()) NOT_LP64(jint_type()); |
Completed in 65 milliseconds