InsAlloc          543 core/CodegenLIR.cpp         LIns* ap = InsAlloc(sizeof(Atom)*count);
InsAlloc          555 core/CodegenLIR.cpp         LIns* ap = InsAlloc(sizeof(Atom)*(count+1));
InsAlloc         1371 core/CodegenLIR.cpp         methodFrame = InsAlloc(sizeof(MethodFrame));
InsAlloc         1392 core/CodegenLIR.cpp         vars = InsAlloc(framesize * 8);
InsAlloc         1424 core/CodegenLIR.cpp             varTraits = InsAlloc((state->verifier->local_count + state->verifier->max_scope) * sizeof(Traits*));
InsAlloc         1440 core/CodegenLIR.cpp             _save_eip = InsAlloc(sizeof(intptr_t));
InsAlloc         1441 core/CodegenLIR.cpp             _ef       = InsAlloc(sizeof(ExceptionFrame));
InsAlloc         1452 core/CodegenLIR.cpp             csn = InsAlloc(sizeof(CallStackNode));
InsAlloc         2983 core/CodegenLIR.cpp         LIns* ap = InsAlloc(sizeof(Atom)); // we will update this size, below
InsAlloc         3628 core/CodegenLIR.cpp                 LIns* obj = InsAlloc(sizeof(Atom));
InsAlloc         3629 core/CodegenLIR.cpp                 LIns* index = InsAlloc(sizeof(int32_t));
InsAlloc         4894 core/CodegenLIR.cpp         LIns* name = InsAlloc(sizeof(Multiname));
InsAlloc          414 core/CodegenLIR.h         LIns *InsAlloc(int32_t);