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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkValue.hpp106 static SharkValue* create_jint(llvm::Value* value, bool zero_checked) { function in class:SharkValue
130 return create_jint(LLVMValue::jint_constant(value), value != 0);

Completed in 38 milliseconds