callIns           504 core/CodegenLIR.cpp             return callIns(FUNCTIONID(doubleToAtom), 2, coreAddr, native);
callIns           517 core/CodegenLIR.cpp             return callIns(FUNCTIONID(intToAtom), 2, coreAddr, native);
callIns           525 core/CodegenLIR.cpp             return callIns(FUNCTIONID(uintToAtom), 2, coreAddr, native);
callIns           663 core/CodegenLIR.cpp                 return callIns(FUNCTIONID(number_d), 1, atom);
callIns           669 core/CodegenLIR.cpp                 return callIns(FUNCTIONID(integer_i), 1, atom);
callIns           675 core/CodegenLIR.cpp                 return callIns(FUNCTIONID(integer_u), 1, atom);
callIns          1409 core/CodegenLIR.cpp         callIns(FUNCTIONID(handleStackOverflowMethodEnv), 1, env_param);
callIns          1537 core/CodegenLIR.cpp             LIns* rest = callIns(FUNCTIONID(createRestHelper), 3,
callIns          1547 core/CodegenLIR.cpp             LIns* arguments = callIns(FUNCTIONID(createArgumentsHelper), 3,
callIns          1575 core/CodegenLIR.cpp             callIns(FUNCTIONID(debugEnter), 5,
callIns          1587 core/CodegenLIR.cpp             callIns(FUNCTIONID(beginTry), 2, _ef, coreAddr);
callIns          1592 core/CodegenLIR.cpp             setjmpResult = callIns(FUNCTIONID(fsetjmp), 2,
callIns          1946 core/CodegenLIR.cpp             LIns* out = callIns(FUNCTIONID(istype), 2, obj, InsConstPtr(itraits));
callIns          1962 core/CodegenLIR.cpp                 istype_result = callIns(FUNCTIONID(istype), 2, obj, InsConstPtr(class_type->itraits));
callIns          1965 core/CodegenLIR.cpp                 istype_result = callIns(FUNCTIONID(istypelate), 3, env_param, obj, loadAtomRep(sp));
callIns          2164 core/CodegenLIR.cpp                 LIns* out = callIns(FUNCTIONID(concatStrings), 3, coreAddr, lhs, rhs);
callIns          2177 core/CodegenLIR.cpp                 LIns* out = callIns(FUNCTIONID(op_add), 3, coreAddr, lhs, rhs);
callIns          2346 core/CodegenLIR.cpp             LIns* out = callIns(FUNCTIONID(finddef_cache), 3, env_param, InsConstPtr(multiname), slot);
callIns          2369 core/CodegenLIR.cpp             return callIns(FUNCTIONID(intToString), 2, coreAddr, localGet(index));
callIns          2371 core/CodegenLIR.cpp             return callIns(FUNCTIONID(uintToString), 2, coreAddr, localGet(index));
callIns          2373 core/CodegenLIR.cpp             return callIns(FUNCTIONID(doubleToString), 2, coreAddr, localGetq(index));
callIns          2383 core/CodegenLIR.cpp                 return callIns(FUNCTIONID(string), 2, coreAddr, loadAtomRep(index));
callIns          2385 core/CodegenLIR.cpp             return callIns(FUNCTIONID(coerce_s), 2, coreAddr, loadAtomRep(index));
callIns          2400 core/CodegenLIR.cpp             return callIns(FUNCTIONID(number), 1, loadAtomRep(index));
callIns          2417 core/CodegenLIR.cpp                 return callIns(FUNCTIONID(string), 2, coreAddr, loadAtomRep(index));
callIns          2772 core/CodegenLIR.cpp                 localSet(loc, callIns(FUNCTIONID(integer_d), 1, ins), result);
callIns          2777 core/CodegenLIR.cpp                 localSet(loc, callIns(FUNCTIONID(integer), 1,
callIns          2790 core/CodegenLIR.cpp                 localSet(loc, callIns(FUNCTIONID(integer_d), 1, ins), result);
callIns          2795 core/CodegenLIR.cpp                 localSet(loc, callIns(FUNCTIONID(toUInt32), 1,
callIns          2803 core/CodegenLIR.cpp                 localSet(loc, callIns(FUNCTIONID(doubleToBool), 1, localGetq(loc)), result);
callIns          2818 core/CodegenLIR.cpp                 localSet(loc, callIns(FUNCTIONID(boolean), 1,
callIns          2830 core/CodegenLIR.cpp             callIns(FUNCTIONID(coerceobj), 3,
callIns          2838 core/CodegenLIR.cpp             localSet(loc, callIns(FUNCTIONID(coerceAtom2SO), 3,
callIns          2845 core/CodegenLIR.cpp             LIns* out = callIns(FUNCTIONID(coerce), 3,
callIns          2867 core/CodegenLIR.cpp                 callIns(FUNCTIONID(nullcheck), 2, env_param, value);
callIns          2973 core/CodegenLIR.cpp             LIns* inst = callIns(FUNCTIONID(newInstance),1, localGetp(objDisp));
callIns          3058 core/CodegenLIR.cpp             out = callIns(fid, 4, target, method, InsConst(argc), apAddr);
callIns          3072 core/CodegenLIR.cpp             out = callIns(fid, 5, target, method, InsConst(argc), apAddr, iid);
callIns          3174 core/CodegenLIR.cpp             callIns(wbAddr, 4,
callIns          3221 core/CodegenLIR.cpp         LIns* newobj = callIns(FUNCTIONID(op_construct), 4, env_param, func, InsConst(argc), args);
callIns          3277 core/CodegenLIR.cpp                 LIns* i2 = callIns(mi.call, 1, realAddr);
callIns          3299 core/CodegenLIR.cpp                 callIns(mi.call, 2, realAddr, svalue);
callIns          3377 core/CodegenLIR.cpp                     callIns(FUNCTIONID(debugExit), 2,
callIns          3389 core/CodegenLIR.cpp                     callIns(FUNCTIONID(endTry), 1, _ef);
callIns          3411 core/CodegenLIR.cpp                         retvalue = callIns(FUNCTIONID(coerce), 3,
callIns          3439 core/CodegenLIR.cpp                 LIns* i3 = callIns(FUNCTIONID(typeof), 2,
callIns          3500 core/CodegenLIR.cpp                 LIns* out = callIns(FUNCTIONID(mod), 2,
callIns          3554 core/CodegenLIR.cpp                 callIns(FUNCTIONID(throwAtom), 2, coreAddr, loadAtomRep(index));
callIns          3569 core/CodegenLIR.cpp                 LIns* i3 = callIns(FUNCTIONID(getsuper), 3,
callIns          3590 core/CodegenLIR.cpp                 callIns(FUNCTIONID(setsuper), 4,
callIns          3603 core/CodegenLIR.cpp                 LIns* i1 = callIns((opcode == OP_nextname) ? FUNCTIONID(nextname) : FUNCTIONID(nextvalue), 3,
callIns          3615 core/CodegenLIR.cpp                 LIns* i1 = callIns(FUNCTIONID(hasnext), 3,
callIns          3632 core/CodegenLIR.cpp                 LIns* i1 = callIns(FUNCTIONID(hasnextproto), 3,
callIns          3654 core/CodegenLIR.cpp                 LIns* i3 = callIns(FUNCTIONID(newfunction), 4,
callIns          3674 core/CodegenLIR.cpp                 LIns* i3 = callIns(FUNCTIONID(op_call), 4, env_param, func, InsConst(argc), ap);
callIns          3712 core/CodegenLIR.cpp                     out = callIns(FUNCTIONID(op_call), 4, env_param, funcAtom, InsConst(argc), ap);
callIns          3721 core/CodegenLIR.cpp                     out = callIns(FUNCTIONID(call_cache_handler), 6,
callIns          3726 core/CodegenLIR.cpp                     out = callIns(FUNCTIONID(callprop_late), 5, env_param, base, multi, InsConst(argc), ap);
callIns          3751 core/CodegenLIR.cpp                 LIns* i3 = callIns(FUNCTIONID(construct_late), 4,
callIns          3778 core/CodegenLIR.cpp                 LIns* i3 = callIns(FUNCTIONID(callsuper), 4,
callIns          3801 core/CodegenLIR.cpp                 LIns* i3 = callIns(FUNCTIONID(op_applytype), 4,
callIns          3819 core/CodegenLIR.cpp                 LIns* i3 = callIns(FUNCTIONID(op_newobject), 3,
callIns          3830 core/CodegenLIR.cpp                 LIns* activation = callIns(FUNCTIONID(newActivation), 1, env_param);
callIns          3840 core/CodegenLIR.cpp                 LIns* activation = callIns(FUNCTIONID(newcatch), 2,
callIns          3855 core/CodegenLIR.cpp                 LIns* i3 = callIns(FUNCTIONID(newarray), 3, env_param, InsConst(argc), ap);
callIns          3876 core/CodegenLIR.cpp                 LIns* i3 = callIns(FUNCTIONID(newclass), 5,
callIns          3899 core/CodegenLIR.cpp                 out = callIns(FUNCTIONID(getdescendants), 3,
callIns          3909 core/CodegenLIR.cpp                 callIns(FUNCTIONID(checkfilter), 2, env_param, loadAtomRep(index));
callIns          3941 core/CodegenLIR.cpp                 LIns* i3 = callIns(FUNCTIONID(findproperty), 7,
callIns          3981 core/CodegenLIR.cpp                         value = callIns((objType==ARRAY_TYPE ?
callIns          3990 core/CodegenLIR.cpp                             value = callIns((objType==VECTORINT_TYPE ?
callIns          3998 core/CodegenLIR.cpp                             value = callIns((objType==VECTORINT_TYPE ?
callIns          4008 core/CodegenLIR.cpp                             value = callIns(FUNCTIONID(DoubleVectorObject_getNativeIntProperty), 2,
callIns          4014 core/CodegenLIR.cpp                             value = callIns(FUNCTIONID(DoubleVectorObject_getIntProperty), 2,
callIns          4020 core/CodegenLIR.cpp                         value = callIns(FUNCTIONID(getpropertylate_i), 3,
callIns          4043 core/CodegenLIR.cpp                         value = callIns((objType==ARRAY_TYPE ?
callIns          4052 core/CodegenLIR.cpp                             value = callIns((objType==VECTORINT_TYPE ?
callIns          4060 core/CodegenLIR.cpp                             value = callIns((objType==VECTORINT_TYPE ?
callIns          4070 core/CodegenLIR.cpp                             value = callIns(FUNCTIONID(DoubleVectorObject_getNativeUintProperty), 2,
callIns          4076 core/CodegenLIR.cpp                             value = callIns(FUNCTIONID(DoubleVectorObject_getUintProperty), 2,
callIns          4082 core/CodegenLIR.cpp                         value = callIns(FUNCTIONID(getpropertylate_u), 3,
callIns          4094 core/CodegenLIR.cpp                     LIns* value = callIns(FUNCTIONID(getprop_index), 4,
callIns          4108 core/CodegenLIR.cpp                         value = callIns(FUNCTIONID(getprop_late), 3, env_param, obj, multi);
callIns          4115 core/CodegenLIR.cpp                         value = callIns(FUNCTIONID(get_cache_handler), 4, handler, cacheAddr, env_param, obj);
callIns          4154 core/CodegenLIR.cpp                         callIns((objType==ARRAY_TYPE ?
callIns          4164 core/CodegenLIR.cpp                             callIns((objType==VECTORINT_TYPE ?
callIns          4173 core/CodegenLIR.cpp                             callIns((objType==VECTORINT_TYPE ?
callIns          4182 core/CodegenLIR.cpp                             value = callIns((objType==VECTORINT_TYPE ?
callIns          4194 core/CodegenLIR.cpp                             callIns(FUNCTIONID(DoubleVectorObject_setNativeIntProperty), 3,
callIns          4200 core/CodegenLIR.cpp                             value = callIns(FUNCTIONID(DoubleVectorObject_setIntProperty), 3,
callIns          4207 core/CodegenLIR.cpp                         callIns(FUNCTIONID(setpropertylate_i), 4,
callIns          4226 core/CodegenLIR.cpp                         callIns((objType==ARRAY_TYPE ?
callIns          4236 core/CodegenLIR.cpp                             callIns((objType==VECTORINT_TYPE ?
callIns          4245 core/CodegenLIR.cpp                             callIns((objType==VECTORINT_TYPE ?
callIns          4254 core/CodegenLIR.cpp                             value = callIns((objType==VECTORINT_TYPE ?
callIns          4266 core/CodegenLIR.cpp                             callIns(FUNCTIONID(DoubleVectorObject_setNativeUintProperty), 3,
callIns          4272 core/CodegenLIR.cpp                             value = callIns(FUNCTIONID(DoubleVectorObject_setUintProperty), 3,
callIns          4279 core/CodegenLIR.cpp                         callIns(FUNCTIONID(setpropertylate_u), 4,
callIns          4292 core/CodegenLIR.cpp                     callIns(func, 5, env_param, obj, name, value, index);
callIns          4307 core/CodegenLIR.cpp                             callIns(FUNCTIONID(set_cache_handler), 5, handler, cacheAddr, obj, value, env_param);
callIns          4310 core/CodegenLIR.cpp                             callIns(FUNCTIONID(setprop_late), 4, env_param, obj, multi, value);
callIns          4318 core/CodegenLIR.cpp                         callIns(FUNCTIONID(initprop_late), 4, env_param, obj, multi, value);
callIns          4337 core/CodegenLIR.cpp                     LIns* i3 = callIns(FUNCTIONID(delproperty), 3,
callIns          4356 core/CodegenLIR.cpp                         LIns* internNs = callIns(FUNCTIONID(internRtns), 2,
callIns          4366 core/CodegenLIR.cpp                     LIns* value = callIns(FUNCTIONID(delpropertyHelper), 4,
callIns          4379 core/CodegenLIR.cpp                 LIns* i3 = callIns(FUNCTIONID(ToXMLString), 2,
callIns          4391 core/CodegenLIR.cpp                 LIns* i3 = callIns(FUNCTIONID(EscapeAttributeValue), 2,
callIns          4404 core/CodegenLIR.cpp                 LIns* i1 = callIns(FUNCTIONID(astype), 2, obj, InsConstPtr(type));
callIns          4415 core/CodegenLIR.cpp                 LIns* i3 = callIns(FUNCTIONID(astype_late), 3, env_param, obj, type);
callIns          4467 core/CodegenLIR.cpp                 LIns* out = callIns(FUNCTIONID(instanceof), 3, env_param, lhs, rhs);
callIns          4477 core/CodegenLIR.cpp                 LIns* out = callIns(FUNCTIONID(op_in), 3, env_param, lhs, rhs);
callIns          4486 core/CodegenLIR.cpp                 callIns(FUNCTIONID(setDxns), 3, coreAddr, methodFrame, uri);
callIns          4494 core/CodegenLIR.cpp                 callIns(FUNCTIONID(setDxnsLate), 3, coreAddr, methodFrame, atom);
callIns          4509 core/CodegenLIR.cpp                 callIns(FUNCTIONID(debugFile), 2,
callIns          4528 core/CodegenLIR.cpp                 callIns(FUNCTIONID(debugLine), 2,
callIns          4727 core/CodegenLIR.cpp         LIns* atom = callIns(FUNCTIONID(compare), 3,
callIns          4748 core/CodegenLIR.cpp         LIns* atom = callIns(FUNCTIONID(compare), 3,
callIns          4787 core/CodegenLIR.cpp             LIns* out = callIns(fid, 3, coreAddr, lhs, rhs);
callIns          4802 core/CodegenLIR.cpp             callIns(FUNCTIONID(mop_rangeCheckFailed), 1, env_param);
callIns          4809 core/CodegenLIR.cpp             callIns(FUNCTIONID(npe), 1, env_param);
callIns          4816 core/CodegenLIR.cpp             callIns(FUNCTIONID(handleInterruptMethodEnv), 1, env_param);
callIns          4833 core/CodegenLIR.cpp             LIns* handler = callIns(FUNCTIONID(beginCatch), 5,
callIns          4927 core/CodegenLIR.cpp             LIns* internNs = callIns(FUNCTIONID(internRtns), 2,
callIns          4946 core/CodegenLIR.cpp                 callIns(FUNCTIONID(initMultinameLateForDelete), 3,
callIns          4951 core/CodegenLIR.cpp                 callIns(FUNCTIONID(initMultinameLate), 3,
callIns          5123 core/CodegenLIR.cpp             return callIns(FUNCTIONID(toVTable), 2, toplevel, obj);
callIns          5180 core/CodegenLIR.cpp         callIns(FUNCTIONID(sampleCheck), 1, coreAddr);
callIns           325 core/CodegenLIR.h         LIns* callIns(const CallInfo *, uint32_t argc, ...);