Home | History | Annotate | Download | only in slang

Lines Matching full:allocation

173         return "Allocation";
665 Args.push_back(std::make_pair("Allocation", "ain"));
667 Args.push_back(std::make_pair("Allocation", "aout"));
1188 // Must reflect as type Allocation in Java
1302 // Pointer type is an instance of Allocation or a TypeClass whose value is
1304 // we don't reflect things like [VarName] = new Allocation();
1316 // Primitive type element doesn't need allocation code.
1538 C.indent() << "obj.mAllocation = Allocation.createSized("
1552 << ", dimX, Allocation.USAGE_SCRIPT);" << std::endl;
1566 << ", dimX, dimY, Allocation.USAGE_SCRIPT);" << std::endl;
1587 C.indent() << "obj.mAllocation = Allocation.createTyped(rs, t, usages);"
1622 C.indent() << "obj.mAllocation = Allocation.createTyped(rs, t, usages);"