emitPtrConst     1778 core/CodegenLIR.cpp             emitPtrConst(state, sp+1, 0, NULL_TYPE);
emitPtrConst     1781 core/CodegenLIR.cpp             emitPtrConst(state, sp+1, (void*)undefinedAtom, VOID_TYPE);
emitPtrConst     1790 core/CodegenLIR.cpp             emitPtrConst(state, sp+1, pool->getString(imm30), STRING_TYPE);
emitPtrConst     1793 core/CodegenLIR.cpp             emitPtrConst(state, sp+1, pool->cpool_ns[imm30], NAMESPACE_TYPE);
emitPtrConst      480 core/CodegenLIR.h         void emitPtrConst(FrameState* state, int index, void* c, Traits* type);