Searched refs:mConstantTypes (Results 1 – 2 of 2) sorted by relevance
43 mConstantTypes = new ObjectBaseRef<Type>[mHal.state.constantsCount]; in Program()65 mConstantTypes[constant].set(reinterpret_cast<Type *>(params[ct+1])); in Program()91 delete[] mConstantTypes; in ~Program()141 mConstantTypes = NULL; in initMemberVars()158 if (alloc->getType() != mConstantTypes[slot].get()) { in bindAllocation()
77 ObjectBaseRef<Type> *mConstantTypes; variable