Home | History | Annotate | Download | only in optimizing

Lines Matching defs:memory

152     void* memory = allocator.Alloc<CodeGenerationData>(kArenaAllocCodeGenerator);
154 ::new (memory) CodeGenerationData(std::move(allocator), instruction_set));