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