Home | History | Annotate | Download | only in runtime

Lines Matching defs:memory

177             const Memory* memory = fromModel.getMemories()[operand.location.poolIndex];
178 n = mSubModel.setOperandValueFromMemory(*toOperandIndex, memory,
507 // Create the layout for a Memory object big enough for to hold
514 // 1) Adopt a memory layout scheme analogous to stack allocation,
516 // storage. We would still have a single Memory object in this
522 // mean having one Memory object per TEMPORARY; or, in a more
523 // complicated implementation, one Memory object per set of
525 // system limits the number of shared memory objects, which are
526 // what our Memory objects represent.