Searched refs:ObjectInfo (Results 1 – 3 of 3) sorted by relevance
791 ACPI_OBJECT_INFO *ObjectInfo; in AcpiDbDisplayObjects() local800 ObjectInfo = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_OBJECT_INFO)); in AcpiDbDisplayObjects()806 (void *) ObjectInfo, NULL); in AcpiDbDisplayObjects()812 AcpiOsPrintf ("%8u %s\n", ObjectInfo->Types[i], in AcpiDbDisplayObjects()815 TotalObjects += ObjectInfo->Types[i]; in AcpiDbDisplayObjects()821 ACPI_FREE (ObjectInfo); in AcpiDbDisplayObjects()
762 auto ObjectInfo = StackObjectOperandMapping.find(FrameIndex); in printStackObjectReference() local763 assert(ObjectInfo != StackObjectOperandMapping.end() && in printStackObjectReference()765 const FrameIndexOperand &Operand = ObjectInfo->second; in printStackObjectReference()
1494 auto ObjectInfo = PFS.StackObjectSlots.find(ID); in parseStackFrameIndex() local1495 if (ObjectInfo == PFS.StackObjectSlots.end()) in parseStackFrameIndex()1500 MF.getFrameInfo().getObjectAllocation(ObjectInfo->second)) in parseStackFrameIndex()1506 FI = ObjectInfo->second; in parseStackFrameIndex()1523 auto ObjectInfo = PFS.FixedStackObjectSlots.find(ID); in parseFixedStackFrameIndex() local1524 if (ObjectInfo == PFS.FixedStackObjectSlots.end()) in parseFixedStackFrameIndex()1528 FI = ObjectInfo->second; in parseFixedStackFrameIndex()