Home
last modified time | relevance | path

Searched refs:isUsed (Results 1 – 25 of 48) 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.java194 !usageMarker.isUsed(enclosingMethodAttribute.referencedMethod)) in visitEnclosingMethodAttribute()
311 !usageMarker.isUsed(referencedClass)) in visitSignatureAttribute()
371 boolean isUsed = false; in shrinkConstantPool()
384 isUsed = usageMarker.isUsed(constant); in shrinkConstantPool()
387 if (isUsed) in shrinkConstantPool()
421 if (!usageMarker.isUsed(constantPool[array[index]])) in shrinkFlags()
443 if (usageMarker.isUsed(constantPool[array[index]])) in shrinkConstantIndexArray()
510 if (usageMarker.isUsed(bootstrapMethod)) in shrinkBootstrapMethodArray()
546 if (usageMarker.isUsed(visitorAccepter)) 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()
DUsagePrinter.java92 if (usageMarker.isUsed(programClass)) in visitProgramClass()
122 if (usageMarker.isUsed(programField) ^ printUnusedItems) in visitProgramField()
137 if (usageMarker.isUsed(programMethod) ^ printUnusedItems) in visitProgramMethod()
DUsedClassFilter.java60 if (usageMarker.isUsed(programClass)) in visitProgramClass()
69 if (usageMarker.isUsed(libraryClass)) in visitLibraryClass()
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.java96 if (usageMarker.isUsed(programClass)) in visitProgramClass()
DLocalVariableTypeUsageMarker.java153 if (!usageMarker.isUsed(programClass)) in visitProgramClass()
DUsageMarker.java259 if (isUsed(programClass)) in visitProgramField()
283 if (isUsed(programClass)) in visitProgramMethod()
1028 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.java139 private boolean isUsed(VisitorAccepter visitorAccepter) in isUsed() method in NameAndTypeShrinker
160 boolean isUsed = false; in shrinkConstantPool()
171 isUsed = constant.getTag() != ClassConstants.CONSTANT_NameAndType || in shrinkConstantPool()
172 isUsed(constant); in shrinkConstantPool()
175 if (isUsed) in shrinkConstantPool()
DUtf8Shrinker.java428 private boolean isUsed(VisitorAccepter visitorAccepter) in isUsed() method in Utf8Shrinker
448 boolean isUsed = false; in shrinkConstantPool()
459 isUsed = constant.getTag() != ClassConstants.CONSTANT_Utf8 || in shrinkConstantPool()
460 isUsed(constant); in shrinkConstantPool()
463 if (isUsed) in shrinkConstantPool()
DConstantPoolShrinker.java550 private boolean isUsed(VisitorAccepter visitorAccepter) in isUsed() method in ConstantPoolShrinker
570 boolean isUsed = false; in shrinkConstantPool()
581 isUsed = isUsed(constant); in shrinkConstantPool()
584 if (isUsed) in shrinkConstantPool()
/external/valgrind/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/libmojo/base/android/java/src/org/chromium/base/library_loader/
DLibraryLoader.java257 if (Linker.isUsed()) { in loadAlreadyLocked()
385 if (Linker.getInstance().isUsed()) { in recordBrowserProcessHistogram()
399 assert Linker.getInstance().isUsed(); in getLibraryLoadFromApkStatus()
415 if (Linker.getInstance().isUsed()) { in registerRendererProcessHistogram()
/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/swiftshader/third_party/LLVM/lib/CodeGen/
DRegisterScavenging.cpp46 if (isUsed(Reg)) in isAliasUsed()
49 if (isUsed(*R)) in isAliasUsed()
192 if (!isUsed(Reg)) { in forward()
204 if (isUsed(SubReg)) { in forward()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCSymbol.h78 bool isUsed() const { return IsUsed; } in isUsed() function
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DRegisterScavenging.h133 bool isUsed(unsigned Reg) const { return !RegsAvailable.test(Reg); } in isUsed() function
/external/jsoncpp/include/json/
Dvalue.h450 inline void setItemUsed(bool isUsed = true) { itemIsUsed_ = isUsed ? 1 : 0; }
/external/llvm/include/llvm/MC/
DMCSymbol.h219 bool isUsed() const { return IsUsed; } in isUsed() function

12