/external/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBSymbolData.h | 51 FORWARD_SYMBOL_METHOD(getSlot)
|
H A D | IPDBRawSymbol.h | 92 virtual uint32_t getSlot() const = 0;
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/ |
H A D | JDWPStackTraceBaseTest.java | 149 logWriter.println("=> Slot = " + varInfos[i].getSlot()); 164 + varInfos[i].getSlot() 173 + varInfos[i].getSlot() + " instead of name = "
|
H A D | SetValuesTest.java | 205 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 D | GetValuesTest.java | 206 packet.setNextValueAsInt(varInfos[i].getSlot()); 207 logWriter.println("=> Slot = "+varInfos[i].getSlot());
|
H A D | JDWPStackFrameAccessTest.java | 267 testVarInfo.getSlot(), expectedValue.getTag()); 276 testVarInfo.getSlot(), newValue); 280 testVarInfo.getSlot(), newValue.getTag());
|
H A D | JDWPStackFrameTestCase.java | 72 public int getSlot() { method in class:JDWPStackFrameTestCase.VarInfo
|
/external/llvm/include/llvm/CodeGen/ |
H A D | SlotIndexes.h | 133 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 D | VersionStorage.java | 46 public short getSlot(byte slot, byte[] out, short oOffset) { method in class:VersionStorage
|
H A D | Storage.java | 488 case INS_LOAD: /* getSlot(id) */ 489 resp = versionStorage.getSlot(p1, buffer, (short) 2);
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
H A D | SlotIndexes.h | 99 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 D | R600Packetizer.cpp | 65 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 D | Attributes.h | 291 /// 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 D | SlotIndexes.cpp | 169 os << entry().getIndex() << "LudS"[getSlot()];
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
H A D | X86FloatingPoint.cpp | 186 /// 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 D | Attributes.cpp | 235 /// 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 D | X86FloatingPoint.cpp | 174 /// 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 D | Frame.java | 363 public int getSlot() { method in class:Frame.Variable
|
/external/llvm/include/llvm/DebugInfo/PDB/DIA/ |
H A D | DIARawSymbol.h | 83 uint32_t getSlot() const override;
|
/external/llvm/lib/CodeGen/ |
H A D | SlotIndexes.cpp | 233 os << listEntry()->getIndex() << "Berd"[getSlot()];
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
H A D | DeadArgumentElimination.cpp | 235 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 D | DebugTestBase.java | 612 commandPacket.setNextValueAsInt(v.getSlot()); 639 commandPacket.setNextValueAsInt(localVar.get().getSlot()); 1072 setValues.setNextValueAsInt(localVar.get().getSlot());
|
/external/llvm/unittests/DebugInfo/PDB/ |
H A D | PDBApiTest.cpp | 199 MOCK_SYMBOL_ACCESSOR(getSlot)
|
/external/llvm/utils/TableGen/ |
H A D | DAGISelMatcher.h | 827 unsigned getSlot() const { return Slot; } function in class:llvm::EmitConvertToTargetMatcher 904 unsigned getSlot() const { return Slot; } function in class:llvm::EmitNodeXFormMatcher
|
H A D | DAGISelMatcherEmitter.cpp | 503 << cast<EmitConvertToTargetMatcher>(N)->getSlot() << ",\n"; 531 << XF->getSlot() << ',';
|