Home | History | Annotate | Download | only in Reactor

Lines Matching refs:routine

31 		routine = nullptr;
36 delete routine;
71 delete routine;
72 routine = new LLVMRoutine(static_cast<int>(actualSize));
74 return (uint8_t*)routine->buffer;
79 routine->functionSize = static_cast<int>(static_cast<ptrdiff_t>(functionEnd - functionStart));
113 delete routine;
114 routine = nullptr;
131 markExecutable(routine->buffer, routine->bufferSize);
141 routine->entry = entry;
143 LLVMRoutine *result = routine;
144 routine = nullptr;