Searched refs:jint_constant (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkBlock.cpp119 push(SharkValue::jint_constant(-1));
122 push(SharkValue::jint_constant(0));
125 push(SharkValue::jint_constant(1));
128 push(SharkValue::jint_constant(2));
131 push(SharkValue::jint_constant(3));
134 push(SharkValue::jint_constant(4));
137 push(SharkValue::jint_constant(5));
165 push(SharkValue::jint_constant(iter()->get_constant_u1()));
168 push(SharkValue::jint_constant(iter()->get_constant_u2()));
417 b->jint_value(), LLVMValue::jint_constant(
[all...]
H A DsharkTopLevelBlock.cpp361 b = LLVMValue::jint_constant(0);
387 LLVMValue::jint_constant(__LINE__),
396 LLVMValue::jint_constant(__LINE__),
423 LLVMValue::jint_constant(__LINE__),
602 LLVMValue::jint_constant(num_options),
611 LLVMValue::jint_constant(i),
653 LLVMValue::jint_constant(SafepointSynchronize::_synchronizing)),
732 LLVMValue::jint_constant(trap_request)));
758 LLVMValue::jint_constant(JVM_ACC_HAS_FINALIZER)),
759 LLVMValue::jint_constant(
[all...]
H A DllvmValue.hpp39 static llvm::ConstantInt* jint_constant(jint value) function in class:LLVMValue
H A DsharkNativeWrapper.hpp158 LLVMValue::jint_constant(state), thread_state_address());
162 LLVMValue::jint_constant(1),
H A DsharkConstant.cpp65 value = SharkValue::jint_constant(constant.as_int());
H A DsharkNativeWrapper.cpp245 LLVMValue::jint_constant(SafepointSynchronize::_not_synchronized)),
258 LLVMValue::jint_constant(0)),
288 builder()->CreateRet(LLVMValue::jint_constant(0));
353 builder()->CreateRet(LLVMValue::jint_constant(0));
H A DsharkBuilder.cpp457 return CreateCall(frame_address(), LLVMValue::jint_constant(0));
477 LLVMValue::jint_constant(0));
489 LLVMValue::jint_constant(line));
498 LLVMValue::jint_constant(line));
H A DsharkValue.hpp129 static SharkValue* jint_constant(jint value) { function in class:SharkValue
130 return create_jint(LLVMValue::jint_constant(value), value != 0);
H A DsharkStack.cpp142 builder()->CreateRet(LLVMValue::jint_constant(0));

Completed in 44 milliseconds