Searched refs:descriptor (Results 76 - 100 of 120) sorted by relevance

12345

/dalvik/vm/compiler/
H A DFrontend.cpp360 ALOGE("%s%s is inlinable%s", method->clazz->descriptor, method->name,
365 ALOGE("%s%s is leaf %d%s", method->clazz->descriptor, method->name,
370 ALOGE("%s%s is %s", method->clazz->descriptor, method->name,
375 ALOGE("%s%s is inlinable non setter/getter", method->clazz->descriptor,
638 strlen(method->clazz->descriptor) +
644 method->clazz->descriptor, method->name, signature, startOffset);
1585 * to running and look up the class pointers using the descriptor/loader
1624 if (strncmp(method->clazz->descriptor, str, strlen(str)) == 0) {
1689 /* Store the trace descriptor and set the initial mode */
1708 int len = strlen(desc->method->clazz->descriptor)
[all...]
H A DUtility.cpp175 ALOGD("Compiling %s %s", cUnit->method->clazz->descriptor,
224 methodStats->method->clazz->descriptor,
/dalvik/vm/mterp/out/
H A DInterpC-portable.cpp115 curMethod->clazz->descriptor, curMethod->name, desc); \
1149 self->threadId, curMethod->clazz->descriptor, curMethod->name,
1166 ILOGD("|-- Now interpreting %s.%s", curMethod->clazz->descriptor,
1528 ILOGV("+ locking %p %s", obj, obj->clazz->descriptor);
1557 ILOGV("+ unlocking %p %s", obj, obj->clazz->descriptor);
1688 // clazz->descriptor);
2063 obj->clazz->descriptor, obj,
2064 arrayObj->clazz->descriptor, arrayObj);
2138 * the Field struct, resolve the field's type descriptor at link or class
3094 LOGVV("+++ filled-new-array type is '%s'", arrayClass->descriptor);
[all...]
H A DInterpC-allstubs.cpp115 curMethod->clazz->descriptor, curMethod->name, desc); \
1517 ILOGV("+ locking %p %s", obj, obj->clazz->descriptor);
1546 ILOGV("+ unlocking %p %s", obj, obj->clazz->descriptor);
1677 // clazz->descriptor);
2052 obj->clazz->descriptor, obj,
2053 arrayObj->clazz->descriptor, arrayObj);
2127 * the Field struct, resolve the field's type descriptor at link or class
3146 LOGVV("+++ filled-new-array type is '%s'", arrayClass->descriptor);
3147 typeCh = arrayClass->descriptor[1];
3267 baseMethod->clazz->descriptor, baseMetho
[all...]
/dalvik/libdex/
H A DDexFile.cpp437 * Look up a class definition entry by descriptor.
439 * "descriptor" should look like "Landroid/debug/Stuff;".
442 const char* descriptor)
448 hash = classDescriptorHash(descriptor);
466 if (strcmp(str, descriptor) == 0) {
441 dexFindClass(const DexFile* pDexFile, const char* descriptor) argument
/dalvik/vm/analysis/
H A DVfyBasicBlock.cpp232 meth->clazz->descriptor, meth->name, meth->shorty);
248 ALOGI("Basic blocks for %s.%s:%s", vdata->method->clazz->descriptor,
313 meth->clazz->descriptor, meth->name, meth->shorty);
H A DDexVerify.cpp45 ALOGD("Ignoring duplicate verify attempt on %s", clazz->descriptor);
51 LOG_VFY("Verifier rejected class %s", clazz->descriptor);
57 LOG_VFY("Verifier rejected class %s", clazz->descriptor);
/dalvik/vm/
H A DInlineNative.cpp836 clazz->descriptor, methodName, methodSignature);
845 clazz->descriptor, method->name);
851 clazz->descriptor, method->name);
889 method->clazz->descriptor, method->name, desc);
H A DSignalCatcher.cpp222 ALOGE("class %s", (*classPP)->descriptor);
H A DProfile.cpp313 name = dvmDescriptorToName(meth->clazz->descriptor);
326 name = dvmDescriptorToName(meth->clazz->descriptor);
357 * takes ownership of the file descriptor, closing it on completion.
903 pMagic+action, addr, method->clazz->descriptor, method->name);
/dalvik/vm/native/
H A Djava_lang_reflect_Method.cpp110 declaringClass->descriptor);
H A Ddalvik_system_VMDebug.cpp31 * If an error is encountered, or the extracted descriptor is numerically
37 assert(strcmp(obj->clazz->descriptor, "Ljava/io/FileDescriptor;") == 0);
41 dvmThrowRuntimeException("Invalid file descriptor");
612 dvmThrowRuntimeException("method descriptor not found in string");
/dalvik/dx/src/com/android/dx/cf/cst/
H A DConstantPoolParser.java312 CstString descriptor = (CstString) parse0(descriptorIndex, wasUtf8);
313 cst = new CstNat(name, descriptor);
/dalvik/vm/compiler/codegen/arm/
H A DArchUtility.cpp333 dest ? ((Method *) dest)->clazz->descriptor : "",
339 ((Method *)dest)->clazz->descriptor,
H A DAssemble.cpp1719 gDvmJit.compilerICPatchQueue[index].classDescriptor = clazz->descriptor;
1787 cell, method->clazz->descriptor, method->name));
1861 cellAddr->clazz->descriptor,
1862 cellContent->clazz->descriptor,
2046 method->clazz->descriptor,
2058 method->clazz->descriptor, method->name, methodDesc);
2076 ALOGD(" -> %s%s;%s", method->clazz->descriptor, method->name,
2083 /* Create a copy of the trace descriptor of an existing compilation */
2304 assert(!strcmp(clazz->descriptor, callsiteInfo->classDescriptor));
/dalvik/vm/alloc/
H A DCopying.cpp883 assert(obj->obj.clazz->descriptor != NULL);
884 assert(!strcmp(obj->obj.clazz->descriptor, "Ljava/lang/Class;"));
885 assert(obj->descriptor != NULL);
886 LOG_SCAV("scavengeClassObject: descriptor='%s',vtableCount=%zu",
887 obj->descriptor, obj->vtableCount);
1222 LOG_SCAV("scavengeReferenceObject(obj=%p),'%s'", obj, obj->clazz->descriptor);
1532 method->clazz->descriptor, method->name, method);
1576 method->clazz->descriptor, method->name, method->insns);
1606 //LOG_SCAV("PGC: %s.%s", method->clazz->descriptor, method->name);
1615 method->clazz->descriptor, metho
[all...]
H A DVisit.cpp140 method->clazz->descriptor, method->name,
H A DVisitInlines.h90 assert(!strcmp(obj->clazz->descriptor, "Ljava/lang/Class;"));
/dalvik/vm/compiler/codegen/mips/
H A DAssemble.cpp1060 gDvmJit.compilerICPatchQueue[index].classDescriptor = clazz->descriptor;
1141 cell, method->clazz->descriptor, method->name));
1213 cellAddr->clazz->descriptor,
1214 cellContent->clazz->descriptor,
1419 method->clazz->descriptor,
1431 method->clazz->descriptor, method->name, methodDesc);
1449 ALOGD(" -> %s%s;%s", method->clazz->descriptor, method->name,
1456 /* Create a copy of the trace descriptor of an existing compilation */
1676 assert(!strcmp(clazz->descriptor, callsiteInfo->classDescriptor));
/dalvik/dx/src/com/android/dx/command/dump/
H A DSsaDumper.java84 String descriptor, Member member) {
83 endParsingMember(ByteArray bytes, int offset, String name, String descriptor, Member member) argument
/dalvik/vm/mterp/c/
H A Dheader.cpp108 curMethod->clazz->descriptor, curMethod->name, desc); \
/dalvik/dexdump/
H A DDexDump.cpp121 * Converts a type descriptor to human-readable "dotted" form. For
124 * form can't be converted back to a descriptor.
176 * Converts the class name portion of a type descriptor to human-readable
590 const char* descriptor; local
596 descriptor = (handler->typeIdx == kDexNoIndex) ? "<any>" :
599 printf(" %s -> 0x%04x\n", descriptor,
628 u4 endAddress, const char *name, const char *descriptor,
632 startAddress, endAddress, reg, name, descriptor,
692 * Look up a class' descriptor.
1199 fprintf(stderr, "bad method type descriptor '
627 dumpLocalsCb(void *cnxt, u2 reg, u4 startAddress, u4 endAddress, const char *name, const char *descriptor, const char *signature) argument
[all...]
/dalvik/vm/compiler/codegen/x86/
H A DLowerObject.cpp45 ALOGV("check_cast class %s", classPtr->descriptor);
444 if(classPtr != NULL) ALOGI("FILLED_NEW_ARRAY class %s", classPtr->descriptor);
460 //check descriptor of the class object, if not implemented, throws exception
462 //load a single byte of the descriptor
/dalvik/vm/mterp/common/
H A Dasm-constants.h244 MTERP_OFFSET(offClassObject_descriptor, ClassObject, descriptor, 24)
/dalvik/dx/src/com/android/dx/cf/direct/
H A DStdAttributeFactory.java578 CstString descriptor = null;
584 descriptor = type;
588 descriptor, signature, index);

Completed in 2198 milliseconds

12345