Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:Memory

739 //                     Memory Instruction Implementations
756 // Allocate enough memory to hold the type...
757 void *Memory = malloc(MemToAlloc);
761 << uintptr_t(Memory) << '\n');
763 GenericValue Result = PTOGV(Memory);
768 ECStack.back().Allocas.add(Memory);