Searched refs:ObjectIndex (Results 1 – 3 of 3) sorted by relevance
285 void mapLocalFrameObject(int ObjectIndex, int64_t Offset) { in mapLocalFrameObject() argument286 LocalFrameObjects.push_back(std::pair<int, int64_t>(ObjectIndex, Offset)); in mapLocalFrameObject()287 Objects[ObjectIndex + NumFixedObjects].PreAllocated = true; in mapLocalFrameObject()
342 void mapLocalFrameObject(int ObjectIndex, int64_t Offset) { in mapLocalFrameObject() argument343 LocalFrameObjects.push_back(std::pair<int, int64_t>(ObjectIndex, Offset)); in mapLocalFrameObject()344 Objects[ObjectIndex + NumFixedObjects].PreAllocated = true; in mapLocalFrameObject()
2784 unsigned ObjectIndex = 0; // Index of Object into MFI list. member2870 SortingObjects[Obj].ObjectIndex = Obj; in orderFrameObjects()2915 ObjectsToAllocate[i++] = Obj.ObjectIndex; in orderFrameObjects()