Searched refs:mInvokableCount (Results 1 – 1 of 1) sorted by relevance
80 int mInvokableCount = 0; field in Script.Builder105 i.mSlot = mInvokableCount; in addInvokable()106 mInvokables[mInvokableCount++] = i; in addInvokable()121 for(int ct=0; ct < mInvokableCount; ct++) { in transferCreate()129 s.mInvokables = new Invokable[mInvokableCount]; in transferObject()130 for(int ct=0; ct < mInvokableCount; ct++) { in transferObject()