Home
last modified time | relevance | path

Searched refs:isUsed (Results 1 – 25 of 49) sorted by relevance

12

/external/proguard/src/proguard/shrink/
DUsedMemberFilter.java61 if (usageMarker.isUsed(programField)) in visitProgramField()
70 if (usageMarker.isUsed(programMethod)) in visitProgramMethod()
79 if (usageMarker.isUsed(libraryField)) in visitLibraryField()
88 if (usageMarker.isUsed(libraryMethod)) in visitLibraryMethod()
DClassShrinker.java177 !usageMarker.isUsed(enclosingMethodAttribute.referencedMethod)) in visitEnclosingMethodAttribute()
293 usageMarker.isUsed(referencedClass)) in visitSignatureAttribute()
367 boolean isUsed = false; in shrinkConstantPool()
379 isUsed = usageMarker.isUsed(constant); in shrinkConstantPool()
382 if (isUsed) in shrinkConstantPool()
407 if (usageMarker.isUsed(constantPool[array[index]])) in shrinkConstantIndexArray()
465 if (usageMarker.isUsed(array[index])) in shrinkArray()
DInterfaceUsageMarker.java65 boolean classUsed = usageMarker.isUsed(programClass); in visitProgramClass()
120 boolean classUsed = usageMarker.isUsed(classConstant); in visitClassConstant()
147 if (!usageMarker.isUsed(utf8Constant)) in visitUtf8Constant()
DInnerUsageMarker.java90 boolean innerClassesInfoUsed = usageMarker.isUsed(innerClassesInfo); in visitInnerClassesInfo()
123 classUsed = usageMarker.isUsed(classConstant); in visitClassConstant()
154 classUsed = usageMarker.isUsed(programClass); in visitProgramClass()
DUsedClassFilter.java60 if (usageMarker.isUsed(programClass)) in visitProgramClass()
69 if (usageMarker.isUsed(libraryClass)) in visitLibraryClass()
DUsagePrinter.java92 if (usageMarker.isUsed(programClass)) in visitProgramClass()
122 if (usageMarker.isUsed(programField) ^ printUnusedItems) in visitProgramField()
137 if (usageMarker.isUsed(programMethod) ^ printUnusedItems) in visitProgramMethod()
DAnnotationUsageMarker.java245 if (!usageMarker.isUsed(classConstant)) in visitClassConstant()
267 allClassesUsed &= usageMarker.isUsed(programClass); in visitProgramClass()
280 methodUsed = usageMarker.isUsed(programMethod); in visitProgramMethod()
DShortestUsageMarker.java145 protected boolean isUsed(VisitorAccepter visitorAccepter) in isUsed() method in ShortestUsageMarker
261 if (ShortestUsageMarker.this.isUsed(visitorAccepter)) in checkCause()
DSignatureUsageMarker.java93 if (!usageMarker.isUsed(programClass)) in visitProgramClass()
DLocalVariableTypeUsageMarker.java154 if (!usageMarker.isUsed(programClass)) in visitProgramClass()
DUsageMarker.java258 if (isUsed(programClass)) in visitProgramField()
282 if (isUsed(programClass)) in visitProgramMethod()
999 protected boolean isUsed(VisitorAccepter visitorAccepter) in isUsed() method in UsageMarker
DShortestUsagePrinter.java204 if (shortestUsageMarker.isUsed(visitorAccepter)) in printReason()
/external/proguard/src/proguard/classfile/editor/
DNameAndTypeShrinker.java140 private boolean isUsed(VisitorAccepter visitorAccepter) in isUsed() method in NameAndTypeShrinker
161 boolean isUsed = false; in shrinkConstantPool()
173 isUsed = constant.getTag() != ClassConstants.CONSTANT_NameAndType || in shrinkConstantPool()
174 isUsed(constant); in shrinkConstantPool()
177 if (isUsed) in shrinkConstantPool()
DUtf8Shrinker.java408 private boolean isUsed(VisitorAccepter visitorAccepter) in isUsed() method in Utf8Shrinker
428 boolean isUsed = false; in shrinkConstantPool()
440 isUsed = constant.getTag() != ClassConstants.CONSTANT_Utf8 || in shrinkConstantPool()
441 isUsed(constant); in shrinkConstantPool()
444 if (isUsed) in shrinkConstantPool()
DConstantPoolShrinker.java532 private boolean isUsed(VisitorAccepter visitorAccepter) in isUsed() method in ConstantPoolShrinker
552 boolean isUsed = false; in shrinkConstantPool()
564 isUsed = isUsed(constant); in shrinkConstantPool()
567 if (isUsed) in shrinkConstantPool()
/external/valgrind/main/coregrind/
Dm_sparsewa.c87 Int isUsed; member
121 Int sp = swa->isUsed; in swa_PUSH()
129 swa->isUsed = sp+1; in swa_PUSH()
136 Int sp = swa->isUsed - 1; in swa_POP()
144 swa->isUsed = sp; in swa_POP()
171 swa->isUsed = 0; in VG_()
188 if (swa->isUsed == 0) in VG_()
/external/proguard/src/proguard/obfuscate/
DParameterNameMarker.java60 if (!AttributeUsageMarker.isUsed(localVariableTableAttribute) && in visitLocalVariableTableAttribute()
92 if (!AttributeUsageMarker.isUsed(localVariableTypeTableAttribute) && in visitLocalVariableTypeTableAttribute()
DAttributeUsageMarker.java67 static boolean isUsed(VisitorAccepter visitorAccepter) in isUsed() method in AttributeUsageMarker
DAttributeShrinker.java109 if (AttributeUsageMarker.isUsed(array[index])) in shrinkArray()
/external/chromium_org/base/android/java/src/org/chromium/base/library_loader/
DLibraryLoader.java153 boolean useChromiumLinker = Linker.isUsed(); in loadAlreadyLocked()
295 if (Linker.isUsed()) { in onNativeInitializationComplete()
/external/llvm/lib/CodeGen/
DRegisterScavenging.cpp42 if (isUsed(*AI, *AI == Reg)) in isAliasUsed()
211 if (!isUsed(Reg)) { in forward()
222 if (isUsed(*SubRegs)) { in forward()
/external/llvm/include/llvm/MC/
DMCSymbol.h79 bool isUsed() const { return IsUsed; } in isUsed() function
/external/llvm/include/llvm/CodeGen/
DRegisterScavenging.h171 bool isUsed(unsigned Reg, bool CheckReserved = true) const {
/external/clang/lib/Serialization/
DASTWriterDecl.cpp173 Record.push_back(D->isUsed(false)); in VisitDecl()
227 !D->isUsed(false) && in VisitTypedefDecl()
285 !D->isUsed(false) && in VisitEnumDecl()
311 !D->isUsed(false) && in VisitRecordDecl()
555 !D->isUsed(false) && in VisitObjCIvarDecl()
678 !D->isUsed(false) && in VisitFieldDecl()
750 !D->isUsed(false) && in VisitVarDecl()
798 !D->isUsed(false) && in VisitParmVarDecl()
/external/jsoncpp/chromium-overrides/include/json/
Dvalue.h448 inline void setItemUsed( bool isUsed = true )
450 itemIsUsed_ = isUsed ? 1 : 0;

12