Searched refs:jdouble_type (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkType.hpp64 static const llvm::Type* jdouble_type() { function in class:SharkType
65 return context().jdouble_type();
H A DsharkContext.cpp131 _to_stackType[i] = jdouble_type();
132 _to_arrayType[i] = jdouble_type();
H A DsharkContext.hpp108 const llvm::Type* jdouble_type() const { function in class:SharkContext
H A DsharkValue.cpp128 return llvm_value()->getType() == SharkType::jdouble_type();
H A DsharkValue.hpp119 assert(value->getType() == SharkType::jdouble_type(), "should be");
H A DsharkBlock.cpp652 pop()->jint_value(), SharkType::jdouble_type())));
668 pop()->jlong_value(), SharkType::jdouble_type())));
684 pop()->jfloat_value(), SharkType::jdouble_type())));
H A DsharkBuilder.cpp131 return SharkType::jdouble_type();

Completed in 34 milliseconds