Home
last modified time | relevance | path

Searched refs:SlotInfo (Results 1 – 7 of 7) sorted by relevance

/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DStackFrameImpl.java209 JDWP.StackFrame.GetValues.SlotInfo[] slots = in getValues()
210 new JDWP.StackFrame.GetValues.SlotInfo[count]; in getValues()
218 slots[i] = new JDWP.StackFrame.GetValues.SlotInfo(variable.slot(), in getValues()
276 JDWP.StackFrame.SetValues.SlotInfo[] slotVals = in setValue()
277 new JDWP.StackFrame.SetValues.SlotInfo[1]; in setValue()
279 SlotInfo(variable.slot(), value); in setValue()
323 JDWP.StackFrame.GetValues.SlotInfo[] slots = in getArgumentValues()
324 new JDWP.StackFrame.GetValues.SlotInfo[count]; in getArgumentValues()
334 slots[ii] = new JDWP.StackFrame.GetValues.SlotInfo(slot++,(byte)sigChar); in getArgumentValues()
DConcreteMethodImpl.java459 JDWP.Method.VariableTable.SlotInfo si = vartab.slots[i]; in getVariables1_4()
506 JDWP.Method.VariableTableWithGeneric.SlotInfo si = vartab.slots[i]; in getVariables1()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp462 void applySingleImplDevirt(VTableSlotInfo &SlotInfo, Constant *TheFn,
465 VTableSlotInfo &SlotInfo,
468 void applyICallBranchFunnel(VTableSlotInfo &SlotInfo, Constant *JT,
471 VTableSlotInfo &SlotInfo,
520 VTableSlotInfo &SlotInfo,
526 void importResolution(VTableSlot Slot, VTableSlotInfo &SlotInfo);
753 void DevirtModule::applySingleImplDevirt(VTableSlotInfo &SlotInfo, in applySingleImplDevirt() argument
769 Apply(SlotInfo.CSInfo); in applySingleImplDevirt()
770 for (auto &P : SlotInfo.ConstCSInfo) in applySingleImplDevirt()
776 VTableSlotInfo &SlotInfo, WholeProgramDevirtResolution *Res) { in trySingleImplDevirt() argument
[all …]
/external/cros/system_api/dbus/chaps/
Dck_structs.proto43 message SlotInfo { message
/external/oj-libjdwp/make/data/jdwp/
Djdwp.spec1376 (Group SlotInfo "Information about the variable."
1469 (Group SlotInfo "Information about the variable."
2533 (Group SlotInfo
2571 (Group SlotInfo
/external/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp1873 struct SlotInfo { in optimizeSpillSlots() struct
1878 SlotInfo() : Map(), Size(0), RC(nullptr) {} in optimizeSpillSlots() argument
1883 std::map<int,SlotInfo> FIRangeMap; in optimizeSpillSlots()
1946 SlotInfo &SI = FIRangeMap[TFI]; in optimizeSpillSlots()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp1992 struct SlotInfo { in optimizeSpillSlots() struct
1997 SlotInfo() = default; in optimizeSpillSlots()
2002 std::map<int,SlotInfo> FIRangeMap; in optimizeSpillSlots()
2052 SlotInfo &SI = FIRangeMap[TFI]; in optimizeSpillSlots()