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

1 2

  /external/llvm/include/llvm/MC/
MCSymbol.h 50 /// IsTemporary - True if this is an assembler temporary label, which
53 unsigned IsTemporary : 1;
61 MCSymbol(StringRef name, bool isTemporary)
63 IsTemporary(isTemporary), IsUsed(false) {}
74 /// isTemporary - Check if this is an assembler temporary symbol.
75 bool isTemporary() const { return IsTemporary; }
  /external/webkit/Source/JavaScriptCore/bytecompiler/
RegisterID.h 79 bool isTemporary()
BytecodeGenerator.h 149 RegisterID* newTemporaryOr(RegisterID* suggestion) { return suggestion->isTemporary() ? suggestion : newTemporary(); }
159 return (dst && dst != ignoredResult() && dst->isTemporary()) ? dst : newTemporary();
168 if (tempDst && tempDst->isTemporary())
179 if (tempDst && tempDst->isTemporary())
187 return dst->isTemporary() ? dst : newTemporary();
208 ASSERT(!dst || dst == ignoredResult() || !dst->isTemporary() || dst->refCount());
BytecodeGenerator.cpp 765 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) {
782 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) {
798 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) {
813 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) {
841 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) {
858 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) {
    [all...]
NodesCodegen.cpp     [all...]
  /external/llvm/lib/MC/
MCContext.cpp 88 bool isTemporary = false;
90 isTemporary = Name.startswith(MAI.getPrivateGlobalPrefix());
94 assert(isTemporary && "Cannot rename non temporary symbols");
106 MCSymbol *Result = new (*this) MCSymbol(NameEntry->getKey(), isTemporary);
MachObjectWriter.cpp 594 (!SA.isTemporary() &&
607 SA.isTemporary() && SA.isInSection() && &SecA == &SecB){
WinCOFFObjectWriter.cpp 251 if (MCData && MCData->getSymbol().isTemporary())
683 if (coff_symbol->MCData->getSymbol().isTemporary() || CrossSection) {
MCAssembler.cpp 216 if (!Symbol.isTemporary())
MCDwarf.cpp 741 if (Symbol->isTemporary())
    [all...]
ELFObjectWriter.cpp 802 if (Symbol.isTemporary())
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFObjectWriter.cpp 94 << Symbol.isVariable() << "/" << Symbol.isTemporary()
141 if (! Symbol.isTemporary() && InNormalSection) {
  /external/webkit/Source/WebCore/inspector/front-end/
ProfilesPanel.js 350 if (!profile.isTemporary) {
378 if (!profile.isTemporary)
389 if (!profile || profile.isTemporary)
417 if (!profile.isTemporary && profile.typeId === typeId)
427 if (this._profiles[i].typeId === typeId && this._profiles[i].isTemporary)
701 isTemporary: true
720 isTemporary: true
  /cts/tests/tests/content/src/android/content/cts/
ContentProviderTest.java 180 assertFalse(mockContentProvider.isTemporary());
386 protected boolean isTemporary() {
387 return super.isTemporary();
  /packages/apps/Phone/src/com/android/phone/
CallCard.java     [all...]
  /frameworks/base/core/java/android/content/
ContentProvider.java     [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 554 if (Sym->isTemporary() && !Sym->isVariable() && !Sym->isDefined())
    [all...]
  /packages/apps/Email/src/com/android/email/provider/
EmailProvider.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/4/
android.jar 

Completed in 205 milliseconds

1 2