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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkBlock.cpp384 push(SharkValue::create_jint(
390 push(SharkValue::create_jint(
396 push(SharkValue::create_jint(
407 push(SharkValue::create_jint(
413 push(SharkValue::create_jint(
422 push(SharkValue::create_jint(
431 push(SharkValue::create_jint(
440 push(SharkValue::create_jint(
446 push(SharkValue::create_jint(
453 push(SharkValue::create_jint(
[all...]
H A DsharkIntrinsics.cpp180 SharkValue::create_jint(
272 SharkValue::create_jint(
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);
H A DsharkTopLevelBlock.cpp812 push(SharkValue::create_jint(length, false));
835 push(SharkValue::create_jint(value, false));
1569 SharkValue::create_jint(

Completed in 176 milliseconds