coreAddr          123 core/CodegenLIR.cpp         #define COREADDR(f) coreAddr((int (AvmCore::*)())(&f))
coreAddr          504 core/CodegenLIR.cpp             return callIns(FUNCTIONID(doubleToAtom), 2, coreAddr, native);
coreAddr          517 core/CodegenLIR.cpp             return callIns(FUNCTIONID(intToAtom), 2, coreAddr, native);
coreAddr          525 core/CodegenLIR.cpp             return callIns(FUNCTIONID(uintToAtom), 2, coreAddr, native);
coreAddr         1376 core/CodegenLIR.cpp         coreAddr = InsConstPtr(core);
coreAddr         1379 core/CodegenLIR.cpp         LIns* currentMethodFrame = loadIns(LIR_ldp, offsetof(AvmCore,currentMethodFrame), coreAddr);
coreAddr         1385 core/CodegenLIR.cpp         stp(methodFrame, coreAddr, offsetof(AvmCore,currentMethodFrame));
coreAddr         1406 core/CodegenLIR.cpp         LIns *d = loadIns(LIR_ldp, offsetof(AvmCore, minstack), coreAddr);
coreAddr         1587 core/CodegenLIR.cpp             callIns(FUNCTIONID(beginTry), 2, _ef, coreAddr);
coreAddr         1682 core/CodegenLIR.cpp             LIns* interrupted = loadIns(LIR_ld, offsetof(AvmCore,interrupted), coreAddr);
coreAddr         2164 core/CodegenLIR.cpp                 LIns* out = callIns(FUNCTIONID(concatStrings), 3, coreAddr, lhs, rhs);
coreAddr         2177 core/CodegenLIR.cpp                 LIns* out = callIns(FUNCTIONID(op_add), 3, coreAddr, lhs, rhs);
coreAddr         2369 core/CodegenLIR.cpp             return callIns(FUNCTIONID(intToString), 2, coreAddr, localGet(index));
coreAddr         2371 core/CodegenLIR.cpp             return callIns(FUNCTIONID(uintToString), 2, coreAddr, localGet(index));
coreAddr         2373 core/CodegenLIR.cpp             return callIns(FUNCTIONID(doubleToString), 2, coreAddr, localGetq(index));
coreAddr         2383 core/CodegenLIR.cpp                 return callIns(FUNCTIONID(string), 2, coreAddr, loadAtomRep(index));
coreAddr         2385 core/CodegenLIR.cpp             return callIns(FUNCTIONID(coerce_s), 2, coreAddr, loadAtomRep(index));
coreAddr         2417 core/CodegenLIR.cpp                 return callIns(FUNCTIONID(string), 2, coreAddr, loadAtomRep(index));
coreAddr         3394 core/CodegenLIR.cpp                 stp(nextMethodFrame, coreAddr, offsetof(AvmCore,currentMethodFrame));
coreAddr         3440 core/CodegenLIR.cpp                     coreAddr, value);
coreAddr         3554 core/CodegenLIR.cpp                 callIns(FUNCTIONID(throwAtom), 2, coreAddr, loadAtomRep(index));
coreAddr         4380 core/CodegenLIR.cpp                     coreAddr, value);
coreAddr         4392 core/CodegenLIR.cpp                     coreAddr, value);
coreAddr         4486 core/CodegenLIR.cpp                 callIns(FUNCTIONID(setDxns), 3, coreAddr, methodFrame, uri);
coreAddr         4494 core/CodegenLIR.cpp                 callIns(FUNCTIONID(setDxnsLate), 3, coreAddr, methodFrame, atom);
coreAddr         4508 core/CodegenLIR.cpp                                             coreAddr);
coreAddr         4527 core/CodegenLIR.cpp                                             coreAddr);
coreAddr         4728 core/CodegenLIR.cpp             coreAddr, lhs, rhs);
coreAddr         4749 core/CodegenLIR.cpp             coreAddr, rhs, lhs);
coreAddr         4787 core/CodegenLIR.cpp             LIns* out = callIns(fid, 3, coreAddr, lhs, rhs);
coreAddr         4825 core/CodegenLIR.cpp             LIns *exptr = loadIns(LIR_ldp, offsetof(AvmCore, exceptionAddr), coreAddr);
coreAddr         4834 core/CodegenLIR.cpp                 coreAddr, _ef, InsConstPtr(info), pc, exptr);
coreAddr         4856 core/CodegenLIR.cpp         Ins(LIR_live, coreAddr);
coreAddr         4952 core/CodegenLIR.cpp                         coreAddr, _tempname, nameAtom);
coreAddr         5180 core/CodegenLIR.cpp         callIns(FUNCTIONID(sampleCheck), 1, coreAddr);
coreAddr          350 core/CodegenLIR.h         LIns *coreAddr;