Lines Matching refs:Routine
23 Routine::Routine(int bufferSize) : bufferSize(bufferSize), dynamic(true) in Routine() function in sw::Routine
34 …Routine::Routine(void *memory, int bufferSize, int offset) : bufferSize(bufferSize), functionSize(… in Routine() function in sw::Routine
42 Routine::~Routine() in ~Routine()
50 void Routine::setFunctionSize(int functionSize) in setFunctionSize()
55 const void *Routine::getBuffer() in getBuffer()
60 const void *Routine::getEntry() in getEntry()
65 int Routine::getBufferSize() in getBufferSize()
70 int Routine::getFunctionSize() in getFunctionSize()
75 int Routine::getCodeSize() in getCodeSize()
80 bool Routine::isDynamic() in isDynamic()
85 void Routine::bind() in bind()
90 void Routine::unbind() in unbind()