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

/external/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolData.h49 FORWARD_SYMBOL_METHOD(getSlot)
H A DIPDBRawSymbol.h90 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 DJDWPStackFrameAccessTest.java215 testVarInfo.getSlot(), newValue);
220 testVarInfo.getSlot(), expected.getTag());
230 testVarInfo.getSlot(), expected.getTag());
H A DGetValuesTest.java206 packet.setNextValueAsInt(varInfos[i].getSlot());
207 logWriter.println("=> Slot = "+varInfos[i].getSlot());
H A DJDWPStackFrameTestCase.java72 public int getSlot() { method in class:JDWPStackFrameTestCase.VarInfo
/external/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h134 return listEntry()->getIndex() | getSlot();
138 Slot getSlot() const { function in class:llvm::SlotIndex
229 bool isBlock() const { return getSlot() == Slot_Block; }
232 bool isEarlyClobber() const { return getSlot() == Slot_EarlyClobber; }
236 bool isRegister() const { return getSlot() == Slot_Register; }
239 bool isDead() const { return getSlot() == Slot_Dead; }
273 Slot s = getSlot();
283 return SlotIndex(listEntry()->getNextNode(), getSlot());
293 Slot s = getSlot();
303 return SlotIndex(listEntry()->getPrevNode(), getSlot());
[all...]
/external/llvm/lib/Target/R600/
H A DR600Packetizer.cpp66 unsigned getSlot(const MachineInstr *MI) const { function in class:__anon10851::R600PacketizerList
84 int BISlot = getSlot(BI);
190 if (getSlot(MII) == getSlot(MIJ))
243 if (getSlot(MI) <= getSlot(CurrentPacketMIs.back())) {
/external/skia/src/core/
H A DSkBitmapHeap.h26 int32_t getSlot() { return fSlot; } function in class:SkBitmapHeapEntry
/external/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp171 /// getSlot - Return the stack slot number a particular register number is
173 unsigned getSlot(unsigned RegNo) const { function in struct:__anon10927::FPS
180 unsigned Slot = getSlot(RegNo);
194 return StackTop - 1 - getSlot(RegNo) + X86::ST0;
206 bool isAtTop(unsigned RegNo) const { return getSlot(RegNo) == StackTop-1; }
831 unsigned OldSlot = getSlot(FPRegNo);
863 std::swap(Stack[getSlot(KReg)], Stack[getSlot(DReg)]);
1231 unsigned UpdatedSlot = getSlot(updateST0 ? TOS : NotTOS);
1323 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
H A DVmMirror.java2219 command.setNextValueAsInt(var.getSlot());
2721 command.setNextValueAsInt(vars[i].getSlot());
/external/jmonkeyengine/engine/src/core/com/jme3/texture/
H A DFrameBuffer.java128 public int getSlot() { method in class:FrameBuffer.RenderBuffer
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h82 uint32_t getSlot() const override;
/external/llvm/lib/CodeGen/
H A DSlotIndexes.cpp238 os << listEntry()->getIndex() << "Berd"[getSlot()];
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
H A DLwjglRenderer.java1256 int attachment = convertAttachmentSlot(rb.getSlot());
1407 convertAttachmentSlot(rb.getSlot()),
1425 convertAttachmentSlot(rb.getSlot()),
1585 if (context.boundDrawBuf != rb.getSlot()) {
1586 glDrawBuffer(GL_COLOR_ATTACHMENT0_EXT + rb.getSlot());
1587 context.boundDrawBuf = rb.getSlot();
1616 if (context.boundReadBuf != rb.getSlot()) {
1617 glReadBuffer(GL_COLOR_ATTACHMENT0_EXT + rb.getSlot());
1618 context.boundReadBuf = rb.getSlot();
/external/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp162 MOCK_SYMBOL_ACCESSOR(getSlot)
/external/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp478 << cast<EmitConvertToTargetMatcher>(N)->getSlot() << ",\n";
506 << XF->getSlot() << ',';
H A DDAGISelMatcher.h914 unsigned getSlot() const { return Slot; } function in class:llvm::EmitConvertToTargetMatcher
996 unsigned getSlot() const { return Slot; } function in class:llvm::EmitNodeXFormMatcher
/external/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp611 uint32_t DIARawSymbol::getSlot() const { function in class:DIARawSymbol
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 577 milliseconds