Home
last modified time | relevance | path

Searched defs:thisType (Results 1 – 11 of 11) sorted by relevance

/external/v8/test/webkit/
Dprimitive-method-this.js31 String.prototype.thisType = function() { return typeof this; }; method in String
32 Number.prototype.thisType = function() { return typeof this; }; method in Number
33 Boolean.prototype.thisType = function() { return typeof this; }; method in Boolean
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DOffsettedItem.java97 ItemType thisType = itemType(); in equals() local
119 ItemType thisType = itemType(); in compareTo() local
/external/proguard/src/proguard/classfile/attribute/preverification/
DFullFrame.java138 VerificationType thisType = this.variables[index]; in equals() local
149 VerificationType thisType = this.stack[index]; in equals() local
DMoreZeroFrame.java120 VerificationType thisType = this.additionalVariables[index]; in equals() local
/external/gptfdisk/
Dparttypes.cc386 AType* thisType = allTypes; in ShowAllTypes() local
419 AType* thisType = allTypes; in Valid() local
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
DCstBaseMethodRef.java80 Type thisType = getDefiningClass().getClassType(); in getPrototype() local
/external/proguard/src/proguard/evaluation/value/
DTypedReferenceValue.java86 String thisType = this.type; in instanceOf() local
222 String thisType = this.type; in generalize() local
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
DPrototype.java282 Type thisType = parameterTypes.get(i); in compareTo() local
/external/dexmaker/src/main/java/com/google/dexmaker/
DDexMaker.java470 CstType thisType = type.constant; in toClassDefItem() local
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DRegisterSpec.java455 Type thisType = getType(); in intersect() local
/external/clang/lib/CodeGen/
DCGBlocks.cpp345 QualType thisType = cast<CXXMethodDecl>(CGF->CurFuncDecl)->getThisType(C); in computeBlockInfo() local