Searched refs:maxValueMemoryIndex (Results 1 – 2 of 2) sorted by relevance
191 ByteCodeField &maxValueMemoryIndex, in Generator() argument200 maxValueMemoryIndex(maxValueMemoryIndex), in Generator()237 opaqueVal, maxValueMemoryIndex + uniquedData.size()); in getMemIndex()326 ByteCodeField &maxValueMemoryIndex; member in __anonaa7cf1d90211::Generator544 if (index > maxValueMemoryIndex) in allocateMemoryIndices()545 maxValueMemoryIndex = index; in allocateMemoryIndices()705 if (numIndices > maxValueMemoryIndex) in allocateMemoryIndices()706 maxValueMemoryIndex = numIndices; in allocateMemoryIndices()1021 rewriterByteCode, patterns, maxValueMemoryIndex, in PDLByteCode()1036 state.memory.resize(maxValueMemoryIndex, nullptr); in initializeMutableState()
200 ByteCodeField maxValueMemoryIndex = 0; variable