Home
last modified time | relevance | path

Searched defs:thisClass (Results 1 – 16 of 16) sorted by relevance

/dalvik/vm/mterp/common/
DFindInterface.h27 INLINE Method* dvmFindInterfaceMethodInCache(ClassObject* thisClass, in dvmFindInterfaceMethodInCache()
/dalvik/dx/src/com/android/dx/dex/cf/
DCfTranslator.java116 CstType thisClass = cf.getThisClass(); in translate0() local
143 CstType thisClass = cf.getThisClass(); in processFields() local
222 CstType thisClass = cf.getThisClass(); in processMethods() local
DAttributeTranslator.java117 CstType thisClass = cf.getThisClass(); in getClassAnnotations() local
271 private static Annotations translateInnerClasses(CstType thisClass, in translateInnerClasses()
387 CstType thisClass = cf.getThisClass(); in translateAnnotationDefaults() local
/dalvik/dx/src/com/android/dx/dex/file/
DClassDataItem.java45 private final CstType thisClass; field in ClassDataItem
78 public ClassDataItem(CstType thisClass) { in ClassDataItem()
DClassDefItem.java49 private final CstType thisClass; field in ClassDefItem
90 public ClassDefItem(CstType thisClass, int accessFlags, in ClassDefItem()
/dalvik/vm/mterp/c/
DgotoTargets.c277 ClassObject* thisClass; in GOTO_TARGET() local
/dalvik/vm/hprof/
DHprofHeap.c305 const ClassObject *thisClass = (const ClassObject *)obj; in hprofDumpHeapObject() local
/dalvik/dx/src/com/android/dx/cf/direct/
DDirectClassFile.java107 private CstType thisClass; field in DirectClassFile
/dalvik/vm/interp/
DInterp.c621 Method* dvmInterpFindInterfaceMethod(ClassObject* thisClass, u4 methodIdx, in dvmInterpFindInterfaceMethod()
/dalvik/libcore/luni/src/main/java/java/io/
DObjectOutputStream.java292 Class<?> thisClass = ObjectOutputStream.class; in ObjectOutputStream() local
DObjectInputStream.java400 final Class<?> thisClass = ObjectInputStream.class; in ObjectInputStream() local
/dalvik/vm/mterp/out/
DInterpC-x86.c1465 ClassObject* thisClass; in GOTO_TARGET() local
DInterpC-portstd.c3315 ClassObject* thisClass; in INTERP_FUNC_NAME() local
DInterpC-portdbg.c3601 ClassObject* thisClass; in INTERP_FUNC_NAME() local
DInterpC-allstubs.c3310 ClassObject* thisClass; in GOTO_TARGET() local
/dalvik/vm/analysis/
DCodeVerify.c5011 ClassObject* thisClass; in verifyInstruction() local