codeAlloc        5574 core/CodegenLIR.cpp         Assembler *assm = new (*lir_alloc) Assembler(mgr->codeAlloc, mgr->allocator, *lir_alloc, core, &mgr->log);
codeAlloc         113 core/CodegenLIR.h         CodeAlloc   codeAlloc;  // allocator for code memory
codeAlloc         228 nanojit/Assembler.h             Assembler(CodeAlloc& codeAlloc, Allocator& dataAlloc, Allocator& alloc, AvmCore* core, LogControl* logc);
codeAlloc         287 nanojit/Assembler.h             void        codeAlloc(NIns *&start, NIns *&end, NIns *&eip
codeAlloc        1642 nanojit/NativeARM.cpp         codeAlloc(codeStart, codeEnd, _nIns verbose_only(, codeBytes));
codeAlloc        1644 nanojit/NativeARM.cpp         codeAlloc(exitStart, exitEnd, _nExitIns verbose_only(, exitBytes));
codeAlloc        1667 nanojit/NativeARM.cpp         codeAlloc(codeStart, codeEnd, _nIns verbose_only(, codeBytes));
codeAlloc        1151 nanojit/NativePPC.cpp                 codeAlloc();
codeAlloc        1163 nanojit/NativePPC.cpp             codeAlloc(codeStart, codeEnd, _nIns verbose_only(, codeBytes));
codeAlloc        1241 nanojit/NativePPC.cpp             codeAlloc(codeStart, codeEnd, _nIns verbose_only(, codeBytes));
codeAlloc        1245 nanojit/NativePPC.cpp             codeAlloc(exitStart, exitEnd, _nExitIns verbose_only(, exitBytes));
codeAlloc        1044 nanojit/NativeSparc.cpp             codeAlloc(codeStart, codeEnd, _nIns verbose_only(, codeBytes));
codeAlloc        1046 nanojit/NativeSparc.cpp             codeAlloc(exitStart, exitEnd, _nExitIns verbose_only(, exitBytes));
codeAlloc        1064 nanojit/NativeSparc.cpp             codeAlloc(codeStart, codeEnd, _nIns verbose_only(, codeBytes));
codeAlloc        1823 nanojit/NativeX64.cpp                 codeAlloc(codeStart, codeEnd, _nIns verbose_only(, codeBytes));
codeAlloc        1835 nanojit/NativeX64.cpp             codeAlloc(codeStart, codeEnd, _nIns verbose_only(, codeBytes));
codeAlloc        1850 nanojit/NativeX64.cpp             codeAlloc(codeStart, codeEnd, _nIns verbose_only(, codeBytes));
codeAlloc        1854 nanojit/NativeX64.cpp             codeAlloc(exitStart, exitEnd, _nExitIns verbose_only(, exitBytes));
codeAlloc        2039 nanojit/Nativei386.cpp             codeAlloc(codeStart, codeEnd, _nIns verbose_only(, codeBytes));
codeAlloc        2041 nanojit/Nativei386.cpp             codeAlloc(exitStart, exitEnd, _nExitIns verbose_only(, exitBytes));
codeAlloc        2051 nanojit/Nativei386.cpp             codeAlloc(codeStart, codeEnd, _nIns verbose_only(, codeBytes));