Home | History | Annotate | Download | only in JIT

Lines Matching refs:JMM

269     DefaultJITMemoryManager &JMM;
271 JITSlabAllocator(DefaultJITMemoryManager &jmm) : JMM(jmm) { }
579 sys::MemoryBlock B = JMM.allocateNewSlab(Size);