Searched refs:jlong_type (Results 1 - 8 of 8) 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 DllvmValue.hpp45 return llvm::ConstantInt::get(SharkType::jlong_type(), value, true);
H A DsharkContext.cpp121 _to_stackType[i] = jlong_type();
122 _to_arrayType[i] = 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());
H A DsharkValue.cpp122 return llvm_value()->getType() == SharkType::jlong_type();
H A DsharkValue.hpp111 assert(value->getType() == SharkType::jlong_type(), "should be");
H A DsharkBlock.cpp495 SharkType::jlong_type(), true)), false));
506 SharkType::jlong_type(), true)), false));
517 SharkType::jlong_type(), true)), false));
642 a->jint_value(), SharkType::jlong_type(), true), a->zero_checked()));
1003 result = builder()->CreatePHI(SharkType::jlong_type(), "result");
H A DsharkBuilder.cpp125 return SharkType::jlong_type();

Completed in 65 milliseconds