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

1 2

  /external/llvm/include/llvm/MC/
MCSymbol.h 51 /// IsTemporary - True if this is an assembler temporary label, which
54 unsigned IsTemporary : 1;
62 MCSymbol(StringRef name, bool isTemporary)
64 IsTemporary(isTemporary), IsUsed(false) {}
75 /// isTemporary - Check if this is an assembler temporary symbol.
76 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...]
  /packages/apps/Gallery2/src/com/android/photos/data/
MediaRetriever.java 54 public boolean isTemporary() {
89 * for which isTemporary() returns true.
MediaCache.java 583 if (fastImageSize.isTemporary()) {
  /external/llvm/lib/MC/
MCContext.cpp 127 bool isTemporary = false;
129 isTemporary = Name.startswith(MAI.getPrivateGlobalPrefix());
133 assert(isTemporary && "Cannot rename non temporary symbols");
145 MCSymbol *Result = new (*this) MCSymbol(NameEntry->getKey(), isTemporary);
MachObjectWriter.cpp 675 (!SA.isTemporary() &&
688 SA.isTemporary() && SA.isInSection() && &SecA == &SecB){
    [all...]
WinCOFFObjectWriter.cpp 249 if (MCData && MCData->getSymbol().isTemporary())
682 if (coff_symbol->MCData->getSymbol().isTemporary() || CrossSection) {
MCAssembler.cpp 301 if (!Symbol.isTemporary())
    [all...]
ELFObjectWriter.cpp 813 if (Symbol.isTemporary())
    [all...]
MCDwarf.cpp 787 if (Symbol->isTemporary())
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFObjectWriter.cpp 88 << Symbol.isVariable() << "/" << Symbol.isTemporary()
136 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());
387 protected boolean isTemporary() {
388 return super.isTemporary();
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCELFObjectWriter.cpp 246 if (EmitThisSym && !Symbol.isTemporary())
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 247 /// isTemporary - Whether pSymbol is a local label.
248 virtual bool isTemporary(const LDSymbol& pSymbol) const;
  /packages/apps/Phone/src/com/android/phone/
CallCard.java     [all...]
  /frameworks/base/core/java/android/content/
ContentProvider.java     [all...]
  /dalvik/vm/compiler/codegen/x86/
AnalysisO1.cpp 68 bool isTemporary(int type, int regNum) {
    [all...]
  /packages/apps/Email/src/com/android/email/provider/
EmailProvider.java     [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 649 if (Sym->isTemporary() && !Sym->isVariable() && !Sym->isDefined())
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 

Completed in 2441 milliseconds

1 2