HomeSort by relevance Sort by last modified time
    Searched refs:getSlot (Results 1 - 25 of 28) sorted by null

1 2

  /external/llvm/include/llvm/CodeGen/
SlotIndexes.h 115 return listEntry()->getIndex() | getSlot();
119 Slot getSlot() const {
203 bool isBlock() const { return getSlot() == Slot_Block; }
206 bool isEarlyClobber() const { return getSlot() == Slot_EarlyClobber; }
210 bool isRegister() const { return getSlot() == Slot_Register; }
213 bool isDead() const { return getSlot() == Slot_Dead; }
247 Slot s = getSlot();
257 return SlotIndex(listEntry()->getNextNode(), getSlot());
267 Slot s = getSlot();
277 return SlotIndex(listEntry()->getPrevNode(), getSlot());
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
CommandQueue.java 248 mCallbacks.addIcon(mList.getSlot(index), index, viewIndex, icon);
251 mCallbacks.updateIcon(mList.getSlot(index), index, viewIndex,
259 mCallbacks.removeIcon(mList.getSlot(index), index, viewIndex);
BaseStatusBar.java 236 addIcon(iconList.getSlot(i), i, viewIndex, icon);
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
WeakGCMap.h 68 std::pair<KeyType, HandleSlot> getSlot() const { return *m_iterator; }
119 HandleSlot getSlot(const KeyType& key) const
ObjectConstructor.cpp 232 PropertySlot getSlot(description);
233 if (description->getPropertySlot(exec, exec->propertyNames().get, getSlot)) {
234 JSValue get = getSlot.getValue(exec, exec->propertyNames().get);
  /external/llvm/lib/CodeGen/
SlotIndexes.cpp 168 os << listEntry()->getIndex() << "Berd"[getSlot()];
  /external/webkit/Source/WebCore/bridge/jni/
jni_jsobject.h 59 GetSlot,
88 jobject getSlot(jint index) const;
jni_jsobject.mm 231 case GetSlot: {
232 result.l = JavaJSObject(nativeHandle).getSlot(context->index);
379 jobject JavaJSObject::getSlot(jint index) const
381 LOG(LiveConnect, "JavaJSObject::getSlot index = %ld", static_cast<long>(index));
679 context.type = GetSlot;
  /frameworks/base/core/java/com/android/internal/statusbar/
StatusBarIconList.java 121 public String getSlot(int index) {
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 187 /// getSlot - Return the stack slot number a particular register number is
189 unsigned getSlot(unsigned RegNo) const {
196 unsigned Slot = getSlot(RegNo);
223 return StackTop - 1 - getSlot(RegNo) + X86::ST0;
235 bool isAtTop(unsigned RegNo) const { return getSlot(RegNo) == StackTop-1; }
    [all...]
  /external/llvm/lib/VMCore/
Attributes.cpp 238 /// getSlot - Return the AttributeWithIndex at the specified slot. This
240 const AttributeWithIndex &AttrListPtr::getSlot(unsigned Slot) const {
351 const AttributeWithIndex &PAWI = getSlot(i);
Verifier.cpp 576 const AttributeWithIndex &Attr = Attrs.getSlot(i);
615 unsigned LastIndex = Attrs.getSlot(LastSlot).Index;
618 && (LastSlot == 0 || Attrs.getSlot(LastSlot - 1).Index <= Params)))
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/texture/
FrameBuffer.java 128 public int getSlot() {
  /external/llvm/include/llvm/
Attributes.h 395 /// getSlot - Return the AttributeWithIndex at the specified slot. This
397 const AttributeWithIndex &getSlot(unsigned Slot) const;
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglRenderer.java     [all...]
  /external/llvm/lib/Transforms/IPO/
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));
    [all...]
GlobalOpt.cpp     [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcher.h 855 unsigned getSlot() const { return Slot; }
937 unsigned getSlot() const { return Slot; }
    [all...]
DAGISelMatcherEmitter.cpp 461 << cast<EmitConvertToTargetMatcher>(N)->getSlot() << ",\n";
489 << XF->getSlot() << ',';
  /prebuilts/misc/common/jython/
jython.jar 
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 476 unsigned index = PAL.getSlot(i).Index;
477 Attributes attrs = PAL.getSlot(i).Attrs;
    [all...]
  /frameworks/base/services/input/
InputReader.h 883 inline const Slot* getSlot(size_t index) const { return &mSlots[index]; }
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 178 const AttributeWithIndex &PAWI = A.getSlot(i);
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 146 const AttributeWithIndex &PAWI = A.getSlot(i);
    [all...]

Completed in 1616 milliseconds

1 2