atomToNativeRep   481 core/CodegenLIR.cpp         return atomToNativeRep(state->value(i).traits, atom);
atomToNativeRep  1495 core/CodegenLIR.cpp                 defaultVal = atomToNativeRep(loc, defaultVal);
atomToNativeRep  1527 core/CodegenLIR.cpp             localSet(0, atomToNativeRep(0, localGet(0)), state->value(0).traits);
atomToNativeRep  1638 core/CodegenLIR.cpp         localSet(dest, atomToNativeRep(t, scopeobj), t);
atomToNativeRep  2178 core/CodegenLIR.cpp                 localSet(sp-1, atomToNativeRep(type, out), type);
atomToNativeRep  2849 core/CodegenLIR.cpp             localSet(loc, atomToNativeRep(result, out), result);
atomToNativeRep  3149 core/CodegenLIR.cpp                 ptr = atomToNativeRep(t, scopeobj);
atomToNativeRep  3223 core/CodegenLIR.cpp         localSet(ctor_index, atomToNativeRep(itraits, newobj), itraits);
atomToNativeRep  3413 core/CodegenLIR.cpp                         retvalue = atomToNativeRep(t, retvalue);
atomToNativeRep  3573 core/CodegenLIR.cpp                 i3 = atomToNativeRep(result, i3);
atomToNativeRep  3605 core/CodegenLIR.cpp                 localSet(sp-1, atomToNativeRep(result, i1), result);
atomToNativeRep  3676 core/CodegenLIR.cpp                 localSet(dest, atomToNativeRep(result, i3), result);
atomToNativeRep  3730 core/CodegenLIR.cpp                 localSet(baseDisp, atomToNativeRep(result, out), result);
atomToNativeRep  3756 core/CodegenLIR.cpp                 localSet(objDisp, atomToNativeRep(result, i3), result);
atomToNativeRep  3783 core/CodegenLIR.cpp                 localSet(objDisp, atomToNativeRep(result, i3), result);
atomToNativeRep  3805 core/CodegenLIR.cpp                 localSet(dest, atomToNativeRep(result, i3), result);
atomToNativeRep  3903 core/CodegenLIR.cpp                 localSet(objDisp, atomToNativeRep(result, out), result);
atomToNativeRep  3948 core/CodegenLIR.cpp                 localSet(dest, atomToNativeRep(result, i3), result);
atomToNativeRep  4024 core/CodegenLIR.cpp                     localSet(sp-1, valIsAtom?atomToNativeRep(result, value):value, result);
atomToNativeRep  4086 core/CodegenLIR.cpp                     localSet(sp-1, valIsAtom?atomToNativeRep(result, value):value, result);
atomToNativeRep  4097 core/CodegenLIR.cpp                     localSet(objDisp, atomToNativeRep(result, value), result);
atomToNativeRep  4118 core/CodegenLIR.cpp                     localSet(objDisp, atomToNativeRep(result, value), result);
atomToNativeRep  4341 core/CodegenLIR.cpp                     localSet(objDisp, atomToNativeRep(result, i3), result);
atomToNativeRep  4369 core/CodegenLIR.cpp                     localSet(objDisp, atomToNativeRep(result, value), result);
atomToNativeRep  4405 core/CodegenLIR.cpp                 i1 = atomToNativeRep(result, i1);
atomToNativeRep  4416 core/CodegenLIR.cpp                 i3 = atomToNativeRep(result, i3);
atomToNativeRep  4468 core/CodegenLIR.cpp                 out = atomToNativeRep(result, out);
atomToNativeRep  4478 core/CodegenLIR.cpp                 out = atomToNativeRep(result, out);
atomToNativeRep   415 core/CodegenLIR.h         LIns *atomToNativeRep(int loc, LIns *i);
atomToNativeRep   416 core/CodegenLIR.h         LIns *atomToNativeRep(Traits *, LIns *i);