HomeSort by relevance Sort by last modified time
    Searched refs:thisType (Results 1 - 20 of 20) sorted by null

  /external/proguard/src/proguard/evaluation/value/
ReferenceValue.java 95 String thisType = this.type;
98 if (thisType == null)
104 int thisDimensionCount = ClassUtil.internalArrayTypeDimensionCount(thisType);
109 thisType = thisType.substring(commonDimensionCount);
114 (ClassUtil.isInternalPrimitiveType(thisType.charAt(0)) ||
117 return !thisType.equals(otherType) ? NEVER :
125 thisType = ClassUtil.internalClassNameFromClassType(thisType);
147 !ClassUtil.isInternalArrayInterfaceName(thisType))
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
OffsettedItem.java 97 ItemType thisType = itemType();
100 if (thisType != otherType) {
119 ItemType thisType = itemType();
122 if (thisType != otherType) {
123 return thisType.compareTo(otherType);
  /dalvik/dx/src/com/android/dx/dex/file/
OffsettedItem.java 97 ItemType thisType = itemType();
100 if (thisType != otherType) {
119 ItemType thisType = itemType();
122 if (thisType != otherType) {
123 return thisType.compareTo(otherType);
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
OffsettedItem.java 97 ItemType thisType = itemType();
100 if (thisType != otherType) {
119 ItemType thisType = itemType();
122 if (thisType != otherType) {
123 return thisType.compareTo(otherType);
  /external/proguard/src/proguard/classfile/attribute/preverification/
FullFrame.java 138 VerificationType thisType = this.variables[index];
141 if (!thisType.equals(otherType))
149 VerificationType thisType = this.stack[index];
152 if (!thisType.equals(otherType))
MoreZeroFrame.java 120 VerificationType thisType = this.additionalVariables[index];
123 if (!thisType.equals(otherType))
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstBaseMethodRef.java 80 Type thisType = getDefiningClass().getClassType();
81 instancePrototype = prototype.withFirstParameter(thisType);
  /dalvik/dx/src/com/android/dx/rop/cst/
CstBaseMethodRef.java 80 Type thisType = getDefiningClass().getClassType();
81 instancePrototype = prototype.withFirstParameter(thisType);
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstBaseMethodRef.java 80 Type thisType = getDefiningClass().getClassType();
81 instancePrototype = prototype.withFirstParameter(thisType);
  /dalvik/dx/src/com/android/dx/cf/code/
ValueAwareMachine.java 158 Type thisType = arg(0).getType();
159 if (thisType.isUninitialized()) {
160 frame.makeInitialized(thisType);
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
RegisterSpec.java 450 Type thisType = getType();
454 if (thisType != otherType) {
459 type.equals(other.getTypeBearer()) ? type : thisType;
  /dalvik/dx/src/com/android/dx/rop/code/
RegisterSpec.java 455 Type thisType = getType();
459 if (thisType != otherType) {
464 type.equals(other.getTypeBearer()) ? type : thisType;
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
RegisterSpec.java 455 Type thisType = getType();
459 if (thisType != otherType) {
464 type.equals(other.getTypeBearer()) ? type : thisType;
  /dalvik/dexgen/src/com/android/dexgen/rop/type/
Prototype.java 278 Type thisType = parameterTypes.get(i);
281 result = thisType.compareTo(otherType);
  /dalvik/dx/src/com/android/dx/rop/type/
Prototype.java 282 Type thisType = parameterTypes.get(i);
285 result = thisType.compareTo(otherType);
  /external/dexmaker/src/dx/java/com/android/dx/rop/type/
Prototype.java 282 Type thisType = parameterTypes.get(i);
285 result = thisType.compareTo(otherType);
  /external/dexmaker/src/main/java/com/google/dexmaker/
DexMaker.java 426 CstType thisType = type.constant;
428 ClassDefItem out = new ClassDefItem(thisType, flags, supertype.constant,
  /dalvik/vm/analysis/
CodeVerify.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBlocks.cpp 309 QualType thisType;
311 thisType = C.getPointerType(C.getRecordType(RD));
313 thisType = cast<CXXMethodDecl>(DC)->getThisType(C);
315 llvm::Type *llvmType = CGM.getTypes().ConvertType(thisType);
317 = CGM.getContext().getTypeInfoInChars(thisType);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 338 milliseconds