Searched refs:ObjectInfo (Results 1 – 3 of 3) sorted by relevance
881 ACPI_OBJECT_INFO *ObjectInfo; in AcpiDbDisplayObjects() local890 ObjectInfo = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_OBJECT_INFO)); in AcpiDbDisplayObjects()892 if (!ObjectInfo) in AcpiDbDisplayObjects()899 (void *) ObjectInfo, NULL); in AcpiDbDisplayObjects()905 AcpiOsPrintf ("%8u %s\n", ObjectInfo->Types[i], in AcpiDbDisplayObjects()908 TotalObjects += ObjectInfo->Types[i]; in AcpiDbDisplayObjects()914 ACPI_FREE (ObjectInfo); in AcpiDbDisplayObjects()
907 auto ObjectInfo = StackObjectOperandMapping.find(FrameIndex); in printStackObjectReference() local908 assert(ObjectInfo != StackObjectOperandMapping.end() && in printStackObjectReference()910 const FrameIndexOperand &Operand = ObjectInfo->second; in printStackObjectReference()
2131 auto ObjectInfo = PFS.StackObjectSlots.find(ID); in parseStackFrameIndex() local2132 if (ObjectInfo == PFS.StackObjectSlots.end()) in parseStackFrameIndex()2137 MF.getFrameInfo().getObjectAllocation(ObjectInfo->second)) in parseStackFrameIndex()2143 FI = ObjectInfo->second; in parseStackFrameIndex()2160 auto ObjectInfo = PFS.FixedStackObjectSlots.find(ID); in parseFixedStackFrameIndex() local2161 if (ObjectInfo == PFS.FixedStackObjectSlots.end()) in parseFixedStackFrameIndex()2165 FI = ObjectInfo->second; in parseFixedStackFrameIndex()