Searched refs:jint_type (Results 1 - 12 of 12) sorted by relevance

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkContext.cpp83 _entry_point_type = FunctionType::get(jint_type(), params, false);
90 _osr_entry_point_type = FunctionType::get(jint_type(), params, false);
96 _to_stackType[i] = jint_type();
101 _to_stackType[i] = jint_type();
106 _to_stackType[i] = jint_type();
111 _to_stackType[i] = jint_type();
116 _to_stackType[i] = jint_type();
117 _to_arrayType[i] = jint_type();
H A DsharkType.hpp55 static const llvm::IntegerType* jint_type() { function in class:SharkType
56 return context().jint_type();
H A DllvmValue.hpp41 return llvm::ConstantInt::get(SharkType::jint_type(), value, true);
H A DsharkContext.hpp99 const llvm::IntegerType* jint_type() const { function in class:SharkContext
112 return LP64_ONLY(jlong_type()) NOT_LP64(jint_type());
H A DsharkNativeWrapper.hpp147 llvm::PointerType::getUnqual(SharkType::jint_type()),
172 llvm::PointerType::getUnqual(SharkType::jint_type())));
H A DsharkIntrinsics.cpp264 PointerType::getUnqual(SharkType::jint_type()),
274 builder()->CreateICmpEQ(result, e), SharkType::jint_type(), true),
H A DsharkValue.cpp119 return llvm_value()->getType() == SharkType::jint_type();
H A DsharkNativeWrapper.cpp239 PointerType::getUnqual(SharkType::jint_type())),
252 SharkType::jint_type(),
H A DsharkTopLevelBlock.cpp601 PointerType::getUnqual(SharkType::jint_type())),
647 PointerType::getUnqual(SharkType::jint_type())),
751 SharkType::jint_type(),
1151 SharkType::jint_type(),
1217 SharkType::jint_type(),
1523 SharkType::jint_type(), "nonnull_result");
1534 SharkType::jint_type(), "result");
1573 SharkType::jint_type(), false), false));
1827 ArrayType::get(SharkType::jint_type(), ndims),
H A DsharkBuilder.cpp70 SharkType::jint_type(), "length");
123 return SharkType::jint_type();
H A DsharkValue.hpp107 assert(value->getType() == SharkType::jint_type(), "should be");
H A DsharkBlock.cpp658 pop()->jlong_value(), SharkType::jint_type(), true), false));
1005 result = builder()->CreatePHI(SharkType::jint_type(), "result");
1108 PHINode *result = builder()->CreatePHI(SharkType::jint_type(), "result");
1155 PHINode *result = builder()->CreatePHI(SharkType::jint_type(), "result");

Completed in 132 milliseconds