Lines Matching full:manager
22 function. If the client does not explicitly create a memory manager at
23 this time, a default memory manager (specifically SectionMemoryManager)
35 passing in its pointers to the module, memory manager and target machine
112 memory manager and relocation information will have been prepared, but the
150 External symbols are resolved by calling the memory manager's
151 getPointerToNamedFunction method. The memory manager will return the
172 passes the section data to the memory manager's registerEHFrames method.
173 This allows the memory manager to call any desired target-specific
176 Finally, MCJIT calls the memory manager's finalizeMemory method. In this
177 method, the memory manager will invalidate the target code cache, if