Searched refs:ObjectInfo (Results 1 – 3 of 3) sorted by relevance
876 ACPI_OBJECT_INFO *ObjectInfo; in AcpiDbDisplayObjects() local885 ObjectInfo = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_OBJECT_INFO)); in AcpiDbDisplayObjects()891 (void *) ObjectInfo, NULL); in AcpiDbDisplayObjects()897 AcpiOsPrintf ("%8u %s\n", ObjectInfo->Types[i], in AcpiDbDisplayObjects()900 TotalObjects += ObjectInfo->Types[i]; in AcpiDbDisplayObjects()906 ACPI_FREE (ObjectInfo); in AcpiDbDisplayObjects()
890 auto ObjectInfo = StackObjectOperandMapping.find(FrameIndex); in printStackObjectReference() local891 assert(ObjectInfo != StackObjectOperandMapping.end() && in printStackObjectReference()893 const FrameIndexOperand &Operand = ObjectInfo->second; in printStackObjectReference()
2122 auto ObjectInfo = PFS.StackObjectSlots.find(ID); in parseStackFrameIndex() local2123 if (ObjectInfo == PFS.StackObjectSlots.end()) in parseStackFrameIndex()2128 MF.getFrameInfo().getObjectAllocation(ObjectInfo->second)) in parseStackFrameIndex()2134 FI = ObjectInfo->second; in parseStackFrameIndex()2151 auto ObjectInfo = PFS.FixedStackObjectSlots.find(ID); in parseFixedStackFrameIndex() local2152 if (ObjectInfo == PFS.FixedStackObjectSlots.end()) in parseFixedStackFrameIndex()2156 FI = ObjectInfo->second; in parseFixedStackFrameIndex()