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

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

Completed in 31 milliseconds