emitIntConst     1772 core/CodegenLIR.cpp             emitIntConst(state, sp+1, 1);
emitIntConst     1775 core/CodegenLIR.cpp             emitIntConst(state, sp+1, 0);
emitIntConst     1784 core/CodegenLIR.cpp             emitIntConst(state, sp+1, (signed short)imm30);
emitIntConst     1787 core/CodegenLIR.cpp             emitIntConst(state, sp+1, (signed char)imm8);
emitIntConst     1796 core/CodegenLIR.cpp             emitIntConst(state, sp+1, pool->cpool_int[imm30]);
emitIntConst     1799 core/CodegenLIR.cpp             emitIntConst(state, sp+1, pool->cpool_uint[imm30]);
emitIntConst      479 core/CodegenLIR.h         void emitIntConst(FrameState* state, int index, int32_t c);