Searched refs:ObjectIndex (Results 1 – 4 of 4) sorted by relevance
399 void mapLocalFrameObject(int ObjectIndex, int64_t Offset) { in mapLocalFrameObject() argument400 LocalFrameObjects.push_back(std::pair<int, int64_t>(ObjectIndex, Offset)); in mapLocalFrameObject()401 Objects[ObjectIndex + NumFixedObjects].PreAllocated = true; in mapLocalFrameObject()
1052 STATIC_ASSERT(JSLoadNamedNode::ObjectIndex() == 0 && in ReduceNamedAccess()1053 JSSetNamedPropertyNode::ObjectIndex() == 0 && in ReduceNamedAccess()1054 JSLoadPropertyNode::ObjectIndex() == 0 && in ReduceNamedAccess()1055 JSSetKeyedPropertyNode::ObjectIndex() == 0 && in ReduceNamedAccess()1056 JSDefineNamedOwnPropertyNode::ObjectIndex() == 0 && in ReduceNamedAccess()1057 JSSetNamedPropertyNode::ObjectIndex() == 0 && in ReduceNamedAccess()1058 JSDefineKeyedOwnPropertyInLiteralNode::ObjectIndex() == 0 && in ReduceNamedAccess()1059 JSHasPropertyNode::ObjectIndex() == 0 && in ReduceNamedAccess()1060 JSDefineKeyedOwnPropertyNode::ObjectIndex() == 0); in ReduceNamedAccess()1635 STATIC_ASSERT(JSLoadPropertyNode::ObjectIndex() == 0 && in ReduceElementAccess()[all …]
2022 STATIC_ASSERT(JSLoadPropertyNode::ObjectIndex() == 0); in VisitGetKeyedProperty()2098 STATIC_ASSERT(JSSetKeyedPropertyNode::ObjectIndex() == 0); in VisitSetKeyedProperty()2133 STATIC_ASSERT(JSDefineKeyedOwnPropertyNode::ObjectIndex() == 0); in VisitDefineKeyedOwnProperty()3270 STATIC_ASSERT(JSHasPropertyNode::ObjectIndex() == 0); in VisitTestIn()
3015 unsigned ObjectIndex = 0; // Index of Object into MFI list. member3101 SortingObjects[Obj].ObjectIndex = Obj; in orderFrameObjects()3145 ObjectsToAllocate[i++] = Obj.ObjectIndex; in orderFrameObjects()