HomeSort by relevance Sort by last modified time
    Searched refs:SlotInfo (Results 1 - 10 of 10) sorted by null

  /external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
StackFrameImpl.java 209 JDWP.StackFrame.GetValues.SlotInfo[] slots =
210 new JDWP.StackFrame.GetValues.SlotInfo[count];
218 slots[i] = new JDWP.StackFrame.GetValues.SlotInfo(variable.slot(),
276 JDWP.StackFrame.SetValues.SlotInfo[] slotVals =
277 new JDWP.StackFrame.SetValues.SlotInfo[1];
279 SlotInfo(variable.slot(), value);
323 JDWP.StackFrame.GetValues.SlotInfo[] slots =
324 new JDWP.StackFrame.GetValues.SlotInfo[count];
334 slots[ii] = new JDWP.StackFrame.GetValues.SlotInfo(slot++,(byte)sigChar);
ConcreteMethodImpl.java 459 JDWP.Method.VariableTable.SlotInfo si = vartab.slots[i];
506 JDWP.Method.VariableTableWithGeneric.SlotInfo si = vartab.slots[i];
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/SdMmcPciHcPei/
SdMmcPciHcPei.c 92 UINT8 SlotInfo;
137 SlotInfo = PciRead8 (PCI_LIB_ADDRESS (Bus, Device, Function, SD_MMC_HC_PEI_SLOT_OFFSET));
138 FirstBar = (*(SD_MMC_HC_PEI_SLOT_INFO*)&SlotInfo).FirstBar;
139 SlotNum = (*(SD_MMC_HC_PEI_SLOT_INFO*)&SlotInfo).SlotNum + 1;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
WholeProgramDevirt.cpp 462 void applySingleImplDevirt(VTableSlotInfo &SlotInfo, Constant *TheFn,
465 VTableSlotInfo &SlotInfo,
468 void applyICallBranchFunnel(VTableSlotInfo &SlotInfo, Constant *JT,
471 VTableSlotInfo &SlotInfo,
520 VTableSlotInfo &SlotInfo,
525 // Apply the summary resolution for Slot to all virtual calls in SlotInfo.
526 void importResolution(VTableSlot Slot, VTableSlotInfo &SlotInfo);
753 void DevirtModule::applySingleImplDevirt(VTableSlotInfo &SlotInfo,
769 Apply(SlotInfo.CSInfo);
770 for (auto &P : SlotInfo.ConstCSInfo
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/XenonDxe/
SdMmcPciHci.c 80 Read SlotInfo register from SD/MMC host controller pci config space.
99 SD_MMC_HC_SLOT_INFO SlotInfo;
105 sizeof (SlotInfo),
106 &SlotInfo
112 *FirstBar = SlotInfo.FirstBar;
113 *SlotNum = SlotInfo.SlotNum + 1;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/
SdMmcPciHci.c 80 Read SlotInfo register from SD/MMC host controller pci config space.
99 SD_MMC_HC_SLOT_INFO SlotInfo;
105 sizeof (SlotInfo),
106 &SlotInfo
112 *FirstBar = SlotInfo.FirstBar;
113 *SlotNum = SlotInfo.SlotNum + 1;
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/DwMmcHcDxe/
DwMmcHci.c 60 Read SlotInfo register from SD/MMC host controller pci config space.
79 DW_MMC_HC_SLOT_INFO SlotInfo;
85 sizeof (SlotInfo),
86 &SlotInfo
92 *FirstBar = SlotInfo.FirstBar;
93 *SlotNum = SlotInfo.SlotNum + 1;
    [all...]
  /external/oj-libjdwp/make/data/jdwp/
jdwp.spec     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp     [all...]

Completed in 343 milliseconds