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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkType.hpp61 static const llvm::Type* jfloat_type() { function in class:SharkType
62 return context().jfloat_type();
H A DsharkContext.cpp126 _to_stackType[i] = jfloat_type();
127 _to_arrayType[i] = jfloat_type();
H A DsharkContext.hpp105 const llvm::Type* jfloat_type() const { function in class:SharkContext
H A DsharkValue.cpp125 return llvm_value()->getType() == SharkType::jfloat_type();
H A DsharkValue.hpp115 assert(value->getType() == SharkType::jfloat_type(), "should be");
H A DsharkBlock.cpp647 pop()->jint_value(), SharkType::jfloat_type())));
663 pop()->jlong_value(), SharkType::jfloat_type())));
700 pop()->jdouble_value(), SharkType::jfloat_type())));
H A DsharkBuilder.cpp129 return SharkType::jfloat_type();

Completed in 37 milliseconds