insStore 854 core/CodegenLIR.cpp return out->insStore(op, value, base, d); insStore 978 core/CodegenLIR.cpp return out->insStore(op, value, base, d); insStore 1220 core/CodegenLIR.cpp return out->insStore(op, value, base, d); insStore 3296 core/CodegenLIR.cpp lirout->insStore(mi.op, svalue, realAddr, disp); insStore 890 nanojit/LIR.cpp return insStore(op, value, base, d); insStore 2277 nanojit/LIR.cpp return out->insStore(op, v, b, d); insStore 1008 nanojit/LIR.h virtual LInsp insStore(LOpcode op, LIns* value, LIns* base, int32_t d) { insStore 1009 nanojit/LIR.h return out->insStore(op, value, base, d); insStore 1196 nanojit/LIR.h LIns* insStore(LOpcode op, LInsp v, LInsp b, int32_t d) { insStore 1197 nanojit/LIR.h return add(out->insStore(op, v, b, d)); insStore 1378 nanojit/LIR.h LInsp insStore(LOpcode op, LInsp o1, LInsp o2, int32_t disp); insStore 1487 nanojit/LIR.h LInsp insStore(LOpcode op, LInsp v, LInsp b, int32_t d);