Searched refs:getSlot (Results 1 - 25 of 42) sorted by relevance

12

/external/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolData.h51 FORWARD_SYMBOL_METHOD(getSlot)
H A DIPDBRawSymbol.h92 virtual uint32_t getSlot() const = 0;
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
H A DJDWPStackTraceBaseTest.java149 logWriter.println("=> Slot = " + varInfos[i].getSlot());
164 + varInfos[i].getSlot()
173 + varInfos[i].getSlot() + " instead of name = "
H A DSetValuesTest.java205 packet.setNextValueAsInt(varInfoByName("boolLocalVariable").getSlot());
207 packet.setNextValueAsInt(varInfoByName("intLocalVariable").getSlot());
228 packet.setNextValueAsInt(varInfos[i].getSlot());
229 logWriter.println("=> Slot = "+varInfos[i].getSlot());
H A DGetValuesTest.java206 packet.setNextValueAsInt(varInfos[i].getSlot());
207 logWriter.println("=> Slot = "+varInfos[i].getSlot());
H A DJDWPStackFrameAccessTest.java267 testVarInfo.getSlot(), expectedValue.getTag());
276 testVarInfo.getSlot(), newValue);
280 testVarInfo.getSlot(), newValue.getTag());
H A DJDWPStackFrameTestCase.java72 public int getSlot() { method in class:JDWPStackFrameTestCase.VarInfo
/external/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h133 return listEntry()->getIndex() | getSlot();
137 Slot getSlot() const { function in class:llvm::SlotIndex
234 bool isBlock() const { return getSlot() == Slot_Block; }
237 bool isEarlyClobber() const { return getSlot() == Slot_EarlyClobber; }
241 bool isRegister() const { return getSlot() == Slot_Register; }
244 bool isDead() const { return getSlot() == Slot_Dead; }
278 Slot s = getSlot();
288 return SlotIndex(&*++listEntry()->getIterator(), getSlot());
298 Slot s = getSlot();
308 return SlotIndex(&*--listEntry()->getIterator(), getSlot());
[all...]
/external/libese/apps/boot/card/src/com/android/verifiedboot/storage/
H A DVersionStorage.java46 public short getSlot(byte slot, byte[] out, short oOffset) { method in class:VersionStorage
H A DStorage.java488 case INS_LOAD: /* getSlot(id) */
489 resp = versionStorage.getSlot(p1, buffer, (short) 2);
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DSlotIndexes.h99 return entry().getIndex() | getSlot();
103 Slot getSlot() const { function in class:llvm::SlotIndex
196 return getSlot() == LOAD;
201 return getSlot() == DEF;
206 return getSlot() == USE;
211 return getSlot() == STORE;
259 Slot s = getSlot();
269 return SlotIndex(entry().getNext(), getSlot());
279 Slot s = getSlot();
289 return SlotIndex(entry().getPrev(), getSlot());
[all...]
/external/llvm/lib/Target/AMDGPU/
H A DR600Packetizer.cpp65 unsigned getSlot(const MachineInstr &MI) const { function in class:__anon12994::R600PacketizerList
83 int BISlot = getSlot(*BI);
187 if (getSlot(*MII) == getSlot(*MIJ))
238 if (getSlot(MI) <= getSlot(*CurrentPacketMIs.back())) {
/external/swiftshader/third_party/LLVM/include/llvm/
H A DAttributes.h291 /// getSlot - Return the AttributeWithIndex at the specified slot. This
293 const AttributeWithIndex &getSlot(unsigned Slot) const;
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DSlotIndexes.cpp169 os << entry().getIndex() << "LudS"[getSlot()];
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86FloatingPoint.cpp186 /// getSlot - Return the stack slot number a particular register number is
188 unsigned getSlot(unsigned RegNo) const { function in struct:__anon20157::FPS
195 unsigned Slot = getSlot(RegNo);
222 return StackTop - 1 - getSlot(RegNo) + llvm::X86::ST0;
234 bool isAtTop(unsigned RegNo) const { return getSlot(RegNo) == StackTop-1; }
868 unsigned OldSlot = getSlot(FPRegNo);
898 std::swap(Stack[getSlot(KReg)], Stack[getSlot(DReg)]);
1245 unsigned UpdatedSlot = getSlot(updateST0 ? TOS : NotTOS);
1346 unsigned Slot = getSlot(SrcF
[all...]
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DAttributes.cpp235 /// getSlot - Return the AttributeWithIndex at the specified slot. This
237 const AttributeWithIndex &AttrListPtr::getSlot(unsigned Slot) const { function in class:AttrListPtr
348 const AttributeWithIndex &PAWI = getSlot(i);
/external/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp174 /// getSlot - Return the stack slot number a particular register number is
176 unsigned getSlot(unsigned RegNo) const { function in struct:__anon13354::FPS
183 unsigned Slot = getSlot(RegNo);
197 return StackTop - 1 - getSlot(RegNo) + X86::ST0;
209 bool isAtTop(unsigned RegNo) const { return getSlot(RegNo) == StackTop-1; }
830 unsigned OldSlot = getSlot(FPRegNo);
862 std::swap(Stack[getSlot(KReg)], Stack[getSlot(DReg)]);
1313 unsigned UpdatedSlot = getSlot(updateST0 ? TOS : NotTOS);
1410 unsigned Slot = getSlot(SrcF
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DFrame.java363 public int getSlot() { method in class:Frame.Variable
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h83 uint32_t getSlot() const override;
/external/llvm/lib/CodeGen/
H A DSlotIndexes.cpp233 os << listEntry()->getIndex() << "Berd"[getSlot()];
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp235 if (!PAL.isEmpty() && PAL.getSlot(PAL.getNumSlots() - 1).Index > NumArgs) {
237 for (unsigned i = 0; PAL.getSlot(i).Index <= NumArgs; ++i)
238 AttributesVec.push_back(PAL.getSlot(i));
/external/r8/src/test/java/com/android/tools/r8/debug/
H A DDebugTestBase.java612 commandPacket.setNextValueAsInt(v.getSlot());
639 commandPacket.setNextValueAsInt(localVar.get().getSlot());
1072 setValues.setNextValueAsInt(localVar.get().getSlot());
/external/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp199 MOCK_SYMBOL_ACCESSOR(getSlot)
/external/llvm/utils/TableGen/
H A DDAGISelMatcher.h827 unsigned getSlot() const { return Slot; } function in class:llvm::EmitConvertToTargetMatcher
904 unsigned getSlot() const { return Slot; } function in class:llvm::EmitNodeXFormMatcher
H A DDAGISelMatcherEmitter.cpp503 << cast<EmitConvertToTargetMatcher>(N)->getSlot() << ",\n";
531 << XF->getSlot() << ',';

Completed in 610 milliseconds

12