HomeSort by relevance Sort by last modified time
    Searched defs:thisClass (Results 26 - 41 of 41) sorted by null

12

  /dalvik/vm/mterp/out/
InterpC-mips.cpp     [all...]
InterpC-portable.cpp     [all...]
InterpC-x86.cpp     [all...]
  /external/javassist/src/main/javassist/bytecode/
ClassFile.java 36 int thisClass;
125 thisClass = constPool.getThisClassInfo();
188 thisClass = cp.getThisClassInfo();
766 thisClass = in.readUnsignedShort();
767 constPool.setThisClassInfo(thisClass);
794 thisclassname = constPool.getClassInfo(thisClass);
808 out.writeShort(thisClass);
SignatureAttribute.java 778 ClassType thisClass = ClassType.make(sig, start, end, targs, parent);
781 return parseClassType2(sig, c, thisClass);
784 return thisClass;
  /art/runtime/hprof/
hprof.cc 874 mirror::Class* thisClass = obj->AsClass();
876 size_t sFieldCount = thisClass->NumStaticFields();
892 rec->AddId(LookupClassId(thisClass));
893 rec->AddU4(StackTraceSerialNumber(thisClass));
894 rec->AddId(LookupClassId(thisClass->GetSuperClass()));
895 rec->AddId((HprofObjectId)thisClass->GetClassLoader());
900 if (thisClass->IsClassClass()) {
904 } else if (thisClass->IsArrayClass() || thisClass->IsPrimitive()) {
907 rec->AddU4(thisClass->GetObjectSize()); // instance siz
    [all...]
  /external/javassist/src/main/javassist/compiler/
MemberCodeGen.java 28 protected CtClass thisClass;
36 thisClass = cc;
45 ClassFile cf = thisClass.getClassFile2();
61 public CtClass getThisClass() { return thisClass; }
67 return MemberResolver.javaToJvmName(thisClass.getName());
75 MemberResolver.getSuperclass(thisClass).getName());
80 bytecode.addInvokespecial(MemberResolver.getSuperclass(thisClass),
460 targetClass = thisClass;
471 targetClass = thisClass;
561 found = resolver.lookupMethod(targetClass, thisClass, thisMethod
    [all...]
TypeChecker.java 40 protected CtClass thisClass;
45 thisClass = cc;
114 return MemberResolver.javaToJvmName(thisClass.getName());
122 MemberResolver.getSuperclass(thisClass).getName());
633 targetClass = thisClass;
638 targetClass = MemberResolver.getSuperclass(thisClass);
640 targetClass = thisClass;
705 = resolver.lookupMethod(targetClass, thisClass, thisMethod,
804 CtField f = thisClass.getField(name);
    [all...]
  /external/javassist/src/main/javassist/util/proxy/
ProxyFactory.java 162 private Class thisClass;
340 thisClass = null;
418 if (thisClass == null) {
429 Class result = thisClass;
430 thisClass = null;
481 thisClass = (Class)reference.get();
482 if (thisClass != null) {
487 details = new ProxyDetails(signature, thisClass, factoryWriteReplace);
501 thisClass = FactoryHelper.toClass(cf, cl, getDomain());
515 if (thisClass != null && value != null
    [all...]
  /dalvik/vm/analysis/
CodeVerify.cpp     [all...]
  /prebuilts/devtools/tools/lib/
swtmenubar.jar 
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /external/dexmaker/lib/
jarjar.jar 
  /prebuilts/misc/common/jarjar/
jarjar-1.4.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 1468 milliseconds

12