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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkValue.hpp118 static SharkValue* create_jdouble(llvm::Value* value) { function in class:SharkValue
139 return create_jdouble(LLVMValue::jdouble_constant(value));

Completed in 30 milliseconds