Searched refs:descriptor (Results 51 - 75 of 119) sorted by relevance

12345

/dalvik/vm/reflect/
H A DProxy.cpp114 newClass->descriptor = newClass->descriptorAlloc;
204 newClass->descriptor);
261 clazz->descriptor, clazz->virtualMethodCount);
269 iclass->descriptor, iclass->virtualMethodCount);
334 // i, methods[i]->clazz->descriptor, methods[i]->name);
422 allMethods[i]->clazz->descriptor, allMethods[i]->name,
423 allMethods[j]->clazz->descriptor, allMethods[j]->name);
440 allMethods[i]->clazz->descriptor, allMethods[i]->name,
461 allMethods[j]->clazz->descriptor,
523 allMethods[i]->clazz->descriptor, allMethod
[all...]
H A DReflect.cpp165 LOGVV("REFLECT %d: '%s'", i, clazz->descriptor);
701 length += strlen(argsArray[i]->descriptor);
708 const char* descriptor = argsArray[i]->descriptor; local
709 strcpy(at, descriptor);
710 at += strlen(descriptor);
854 const char* name = arg->clazz->descriptor;
1029 arg->clazz->descriptor);
1045 arg, arg->clazz->descriptor, type->descriptor);
[all...]
H A DAnnotation.cpp96 pClassDef = dexFindClass(pDexFile, clazz->descriptor);
467 assert(sfield->clazz->descriptor[0] == 'L');
580 * (valueObj->clazz->descriptor+1, valueObj->clazz->classLoader).
582 if (strcmp(valueObj->clazz->descriptor, "[Ljava/lang/Object;") != 0) {
583 ALOGE("Unexpected src type class (%s)", valueObj->clazz->descriptor);
592 char firstChar = methodReturn->descriptor[1];
594 dstElemClass = dvmFindClass(methodReturn->descriptor+1,
600 srcElemClass->descriptor, dstElemClass->descriptor);
609 methodReturn->descriptor, lengt
1065 compareClassDescriptor(DexFile* pDexFile, u4 typeIdx, const char* descriptor) argument
1084 searchAnnotationSet(const ClassObject* clazz, const DexAnnotationSetItem* pAnnoSet, const char* descriptor, int visibility) argument
[all...]
/dalvik/vm/mterp/out/
H A DInterpC-mips.cpp115 curMethod->clazz->descriptor, curMethod->name, desc); \
1251 LOGVV("+++ filled-new-array type is '%s'", arrayClass->descriptor);
1252 typeCh = arrayClass->descriptor[1];
1372 baseMethod->clazz->descriptor, baseMethod->name,
1374 methodToCall->clazz->descriptor, methodToCall->name);
1380 baseMethod->clazz->descriptor, baseMethod->name,
1382 methodToCall->clazz->descriptor, methodToCall->name);
1463 baseMethod->clazz->descriptor, baseMethod->name,
1464 methodToCall->clazz->descriptor, methodToCall->name);
1648 ref, methodToCall->clazz->descriptor, methodToCal
[all...]
H A DInterpC-x86.cpp115 curMethod->clazz->descriptor, curMethod->name, desc); \
1327 LOGVV("+++ filled-new-array type is '%s'", arrayClass->descriptor);
1328 typeCh = arrayClass->descriptor[1];
1448 baseMethod->clazz->descriptor, baseMethod->name,
1450 methodToCall->clazz->descriptor, methodToCall->name);
1456 baseMethod->clazz->descriptor, baseMethod->name,
1458 methodToCall->clazz->descriptor, methodToCall->name);
1539 baseMethod->clazz->descriptor, baseMethod->name,
1540 methodToCall->clazz->descriptor, methodToCall->name);
1724 ref, methodToCall->clazz->descriptor, methodToCal
[all...]
/dalvik/dx/src/com/android/dx/command/dump/
H A DBaseDumper.java145 String descriptor) {
151 String descriptor, Member member) {
144 startParsingMember(ByteArray bytes, int offset, String name, String descriptor) argument
150 endParsingMember(ByteArray bytes, int offset, String name, String descriptor, Member member) argument
H A DBlockDumper.java152 String descriptor) {
153 if (descriptor.indexOf('(') < 0) {
173 parsed(bytes, offset, 0, "method " + name + " " + descriptor);
180 String descriptor, Member member) {
151 startParsingMember(ByteArray bytes, int offset, String name, String descriptor) argument
179 endParsingMember(ByteArray bytes, int offset, String name, String descriptor, Member member) argument
H A DDotDumper.java99 String descriptor) {
104 String descriptor, Member member) {
98 startParsingMember(ByteArray bytes, int offset, String name, String descriptor) argument
103 endParsingMember(ByteArray bytes, int offset, String name, String descriptor, Member member) argument
/dalvik/libdex/
H A DDexProto.h95 * Get the short-form method descriptor for the given prototype. The
101 * Get the full method descriptor for the given prototype.
107 * Get a copy of the descriptor string associated with the given prototype.
121 * Return the utf-8 encoded descriptor string from the proto of a MethodId.
133 * Get a copy of the utf-8 encoded method descriptor string from the
147 * Get the type descriptor for the return type of the given prototype.
184 * Compare a prototype and a string method descriptor. The comparison
185 * is done as if the descriptor were converted to a prototype and compared
188 int dexProtoCompareToDescriptor(const DexProto* proto, const char* descriptor);
223 * Get the type descriptor fo
[all...]
H A DDexSwapVerify.cpp592 const char* descriptor = local
595 if (!dexIsValidTypeDescriptor(descriptor)) {
596 ALOGE("Invalid type descriptor: '%s'", descriptor);
626 * to see if it is compatible with a type descriptor. Returns true if
628 static bool shortyDescMatch(char shorty, const char* descriptor, bool argument
646 if ((descriptor[0] != shorty) || (descriptor[1] != '\0')) {
648 shorty, descriptor);
654 if ((descriptor[
977 const char* descriptor = dexStringByTypeIdx(state->pDexFile, classIdx); local
2297 const char* descriptor = dexStringByTypeIdx(state->pDexFile, idx); local
[all...]
/dalvik/vm/native/
H A Djava_lang_System.cpp229 char srcType = srcClass->descriptor[1];
230 char dstType = dstClass->descriptor[1];
281 ALOGE("Weird array type '%s'", srcClass->descriptor);
H A Djava_lang_reflect_Field.cpp520 * Class type, int slot, boolean noAccessCheck, char descriptor)
531 jchar descriptor = args[6]; local
532 PrimitiveType targetType = dexGetPrimitiveTypeFromDescriptorChar(descriptor);
560 * Class type, int slot, boolean noAccessCheck, char descriptor, int value)
571 jchar descriptor = args[6]; local
573 PrimitiveType srcType = dexGetPrimitiveTypeFromDescriptorChar(descriptor);
/dalvik/vm/
H A DNative.cpp96 clazz->descriptor, method->name, desc);
101 ALOGE("Failing on %s.%s", method->clazz->descriptor, method->name);
122 clazz->descriptor, method->name, desc);
533 meth->clazz->descriptor, meth->name, meth->shorty);
712 createJniNameString(meth->clazz->descriptor, meth->name, &len);
H A DMisc.h145 * of 'descriptor'. So "I" would be "int", "[[I" would be "int[][]",
148 std::string dvmHumanReadableDescriptor(const char* descriptor);
173 * name for the given type descriptor. That is, The initial "L" and
183 * Return a newly-allocated string for the type descriptor
194 * the given type descriptor. That is, the initial "L" and final ";" (if
200 * Return a newly-allocated string for the type descriptor for the given
271 * Set the "close on exec" flag on a file descriptor.
H A DJni.cpp182 (strcmp(meth->clazz->descriptor, "Ljava/lang/Runtime;") == 0)) {
455 ALOGI("Adding global ref on class %s", clazz->descriptor);
500 dvmGetCurrentJNIMethod()->clazz->descriptor,
589 arrayObj, arrayObj->clazz->descriptor, count);
688 ALOGE("Candidate: %s.%s:%s", method->clazz->descriptor, name, desc);
696 ALOGE("Requested: %s.%s:%s", clazz->descriptor, methodName, signature);
702 std::string msg(StringPrintf("no %s method \"%s.%s%s\"", kind, c->descriptor, name, sig));
722 ALOGV("fast JNI method %s.%s:%s detected", clazz->descriptor, methodName, signature);
736 ALOGW("Unable to register: not native: %s.%s:%s", clazz->descriptor, methodName, signature);
747 clazz->descriptor, methodNam
1249 char* descriptor = dvmNameToDescriptor(name); local
[all...]
H A DDebugger.cpp313 ALOGV("+++ registering %p (%s)", obj, obj->clazz->descriptor);
508 * Get the class's type descriptor from a reference type ID.
515 return clazz->descriptor;
635 LOGVV(" match '%s'", clazz->descriptor);
651 return clazz->descriptor;
665 if (clazz->descriptor[0] == '[') {
827 * Return a basic tag value based solely on a type descriptor.
833 static u1 basicTagFromDescriptor(const char* descriptor) argument
835 return descriptor[0];
917 u1 tag = basicTagFromDescriptor(arrayClass->descriptor
1381 variableTableCb(void *cnxt, u2 reg, u4 startAddress, u4 endAddress, const char *name, const char *descriptor, const char *signature) argument
2749 const char* descriptor = dexProtoGetReturnType(&method->prototype); local
[all...]
H A DCheckJni.cpp57 * shortcut here and allow the call to succeed if the descriptor strings
74 ALOGW(" in %s.%s:%s", method->clazz->descriptor, method->name, desc);
87 const char* objType = objClazz->descriptor;
91 method->clazz->descriptor, method->name, objType, declType);
109 method->clazz->descriptor, method->name, declType);
117 method->clazz->descriptor, method->name);
122 method->clazz->descriptor, method->name, objType, declType);
313 mFunctionName, field->name, field->signature, objClass->descriptor);
365 fieldID, obj->clazz->descriptor, mFunctionName);
402 ALOGW(" calling %s.%s %s", method->clazz->descriptor, metho
[all...]
/dalvik/vm/interp/
H A DStack.cpp87 self->interpStackSize, method->clazz->descriptor, method->name);
328 saveBlock->method->clazz->descriptor,
364 method->clazz->descriptor, method->name);
379 clazz->descriptor, method->name, desc);
508 method->insSize, clazz->descriptor, method->name);
603 *(desc-1), clazz->descriptor, method->name);
615 method->insSize, clazz->descriptor, method->name);
639 std::string expectedClassName(dvmHumanReadableDescriptor(expected->descriptor));
721 method->insSize, clazz->descriptor, method->name);
827 method->clazz->descriptor,
[all...]
/dalvik/vm/analysis/
H A DLiveness.cpp72 meth->clazz->descriptor, meth->name, meth->shorty);
739 const char* name, const char* descriptor, const char* signature)
746 startAddress, endAddress, reg, name, descriptor);
749 bool wide = (descriptor[0] == 'D' || descriptor[0] == 'J');
790 meth->clazz->descriptor, meth->prototype.protoIdx, meth->accessFlags,
738 markLocalsCb(void* ctxt, u2 reg, u4 startAddress, u4 endAddress, const char* name, const char* descriptor, const char* signature) argument
/dalvik/vm/oo/
H A DObject.h267 * the first char of obj->clazz->descriptor.
353 /* UTF-8 descriptor for the class; from constant pool, or on heap
355 const char* descriptor; member in struct:ClassObject
516 * Method prototype descriptor string (return and argument types).
525 /* short-form method descriptor string */
605 const char* methodName, const char* descriptor);
619 const char* methodName, const char* descriptor);
/dalvik/vm/mterp/armv5te/
H A DOP_FILLED_NEW_ARRAY.S34 ldr r3, [r0, #offClassObject_descriptor] @ r3<- arrayClass->descriptor
36 ldrb rINST, [r3, #1] @ rINST<- descriptor[1]
/dalvik/vm/mterp/mips/
H A DOP_FILLED_NEW_ARRAY.S35 LOAD_base_offClassObject_descriptor(a3, a0) # a3 <- arrayClass->descriptor
37 lbu rINST, 1(a3) # rINST <- descriptor[1]
/dalvik/vm/compiler/codegen/x86/
H A DCodegenInterface.cpp132 cellContent->clazz->descriptor,
139 cellAddr->clazz->descriptor,
140 cellContent->clazz->descriptor,
339 cellAddr, newContent->clazz->descriptor, newContent->method->name, newContent->method));
379 gDvmJit.compilerICPatchQueue[index].classDescriptor = clazz->descriptor;
389 cellAddr, newContent->clazz->descriptor, newContent->method->name));
398 cellAddr, newContent->clazz->descriptor, newContent->method->name));
458 cell, method->clazz->descriptor, method->name));
474 cell, method->clazz->descriptor, method->name, jumpSize));
1444 cUnit->method->clazz->descriptor, cUni
[all...]
/dalvik/vm/compiler/codegen/mips/
H A DArchUtility.cpp255 dest ? ((Method *) dest)->clazz->descriptor : "",
261 ((Method *)dest)->clazz->descriptor,
/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...]

Completed in 1324 milliseconds

12345