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

/openjdk9/hotspot/src/share/vm/shark/
H A DsharkType.hpp61 static llvm::Type* jfloat_type() { function in class:SharkType
62 return context().jfloat_type();
H A DsharkContext.cpp130 _to_stackType[i] = jfloat_type();
131 _to_arrayType[i] = jfloat_type();
H A DsharkContext.hpp96 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.cpp649 pop()->jint_value(), SharkType::jfloat_type())));
665 pop()->jlong_value(), SharkType::jfloat_type())));
702 pop()->jdouble_value(), SharkType::jfloat_type())));
1049 if (field_type == SharkType::jfloat_type()) {
H A DsharkBuilder.cpp132 return SharkType::jfloat_type();

Completed in 189 milliseconds