Home
last modified time | relevance | path

Searched refs:ObjectIndex (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h399 void mapLocalFrameObject(int ObjectIndex, int64_t Offset) { in mapLocalFrameObject() argument
400 LocalFrameObjects.push_back(std::pair<int, int64_t>(ObjectIndex, Offset)); in mapLocalFrameObject()
401 Objects[ObjectIndex + NumFixedObjects].PreAllocated = true; in mapLocalFrameObject()
/third_party/node/deps/v8/src/compiler/
Djs-native-context-specialization.cc1052 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 …]
Dbytecode-graph-builder.cc2022 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FrameLowering.cpp3015 unsigned ObjectIndex = 0; // Index of Object into MFI list. member
3101 SortingObjects[Obj].ObjectIndex = Obj; in orderFrameObjects()
3145 ObjectsToAllocate[i++] = Obj.ObjectIndex; in orderFrameObjects()