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

/openjdk7/hotspot/src/share/vm/shark/
H A DllvmValue.hpp39 static llvm::ConstantInt* jint_constant(jint value) function in class:LLVMValue
H A DsharkValue.hpp129 static SharkValue* jint_constant(jint value) { function in class:SharkValue
130 return create_jint(LLVMValue::jint_constant(value), value != 0);

Completed in 716 milliseconds