Searched refs:jlong_type (Results 1 - 8 of 8) sorted by relevance

/openjdk9/hotspot/src/share/vm/shark/
H A DsharkType.hpp58 static 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.hpp93 llvm::IntegerType* jlong_type() const { function in class:SharkContext
103 return LP64_ONLY(jlong_type()) NOT_LP64(jint_type());
H A DsharkContext.cpp125 _to_stackType[i] = jlong_type();
126 _to_arrayType[i] = jlong_type();
H A DsharkValue.cpp122 return llvm_value()->getType() == SharkType::jlong_type();
H A DsharkBlock.cpp497 SharkType::jlong_type(), true)), false));
508 SharkType::jlong_type(), true)), false));
519 SharkType::jlong_type(), true)), false));
644 a->jint_value(), SharkType::jlong_type(), true), a->zero_checked()));
1005 result = builder()->CreatePHI(SharkType::jlong_type(), 0, "result");
1052 type = SharkType::jlong_type();
H A DsharkValue.hpp111 assert(value->getType() == SharkType::jlong_type(), "should be");
H A DsharkBuilder.cpp128 return SharkType::jlong_type();

Completed in 174 milliseconds