Searched defs:create_jfloat (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkValue.hpp114 static SharkValue* create_jfloat(llvm::Value* value) { function in class:SharkValue
136 return create_jfloat(LLVMValue::jfloat_constant(value));

Completed in 30 milliseconds