Home
last modified time | relevance | path

Searched refs:isTemporary (Results 1 – 14 of 14) sorted by relevance

/external/llvm/include/llvm/MC/
DMCSymbol.h61 MCSymbol(StringRef name, bool isTemporary) in MCSymbol() argument
63 IsTemporary(isTemporary), IsUsed(false) {} in MCSymbol()
75 bool isTemporary() const { return IsTemporary; } in isTemporary() function
/external/llvm/lib/MC/
DMCContext.cpp86 bool isTemporary = false; in CreateSymbol() local
88 isTemporary = Name.startswith(MAI.getPrivateGlobalPrefix()); in CreateSymbol()
92 assert(isTemporary && "Cannot rename non temporary symbols"); in CreateSymbol()
104 MCSymbol *Result = new (*this) MCSymbol(NameEntry->getKey(), isTemporary); in CreateSymbol()
DWinCOFFObjectWriter.cpp250 if (MCData && MCData->getSymbol().isTemporary()) in should_keep()
681 if (coff_symbol->MCData->getSymbol().isTemporary() || CrossSection) { in RecordRelocation()
DELFObjectWriter.cpp492 if (Symbol.isTemporary()) in isInSymtab()
1310 << Symbol.isVariable() << "/" << Symbol.isTemporary() in ExplicitRelSym()
1357 if (! Symbol.isTemporary() && InNormalSection) { in ExplicitRelSym()
DMachObjectWriter.cpp589 if (!SA.isTemporary() || !SA.isInSection() || &SecA != &SecB) in IsSymbolRefDifferenceFullyResolvedImpl()
DMCAssembler.cpp210 if (!Symbol.isTemporary()) in isSymbolLinkerVisible()
/external/webkit/Source/WebCore/inspector/front-end/
DProfilesPanel.js350 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 property
720 isTemporary: true property
/external/webkit/Source/JavaScriptCore/bytecompiler/
DBytecodeGenerator.h149 …RegisterID* newTemporaryOr(RegisterID* suggestion) { return suggestion->isTemporary() ? suggestion… in newTemporaryOr()
159 return (dst && dst != ignoredResult() && dst->isTemporary()) ? dst : newTemporary(); in tempDestination()
168 if (tempDst && tempDst->isTemporary())
179 if (tempDst && tempDst->isTemporary())
187 return dst->isTemporary() ? dst : newTemporary(); in destinationForAssignResult()
208 ASSERT(!dst || dst == ignoredResult() || !dst->isTemporary() || dst->refCount()); in emitNode()
DRegisterID.h79 bool isTemporary() in isTemporary() function
DBytecodeGenerator.cpp765 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) { in emitJumpIfTrue()
782 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) { in emitJumpIfTrue()
798 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) { in emitJumpIfTrue()
813 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) { in emitJumpIfTrue()
841 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) { in emitJumpIfFalse()
858 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) { in emitJumpIfFalse()
874 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) { in emitJumpIfFalse()
889 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) { in emitJumpIfFalse()
904 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) { in emitJumpIfFalse()
1043 && src1->isTemporary() in emitEqualityOp()
[all …]
DNodesCodegen.cpp1668 if (generator.hasFinaliser() && !r0->isTemporary()) { in emitBytecode()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp486 if (Sym->isTemporary() && !Sym->isVariable() && !Sym->isDefined()) in Run()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2008-08-10181 (KJS::RegisterID::isTemporary):
DChangeLog-2009-06-1632883 (JSC::RegisterID::isTemporary):