Searched defs:methodId (Results 1 - 7 of 7) sorted by relevance

/dalvik/dalvikvm/
H A DMain.cpp92 static int methodIsPublic(JNIEnv* env, jclass clazz, jmethodID methodId) argument
101 refMethod = env->ToReflectedMethod(clazz, methodId, JNI_FALSE);
/dalvik/vm/jdwp/
H A DJdwp.h83 MethodId methodId; /* method in which "idx" resides */ member in struct:JdwpLocation
H A DJdwpHandler.cpp49 pLoc->methodId = dvmReadMethodId(pBuf);
60 expandBufAddMethodId(pReply, pLoc->methodId);
104 ObjectId threadId, ObjectId objectId, RefTypeId classId, MethodId methodId,
112 ALOGV(" classId=%llx methodId=%x %s.%s",
113 classId, methodId,
115 dvmDbgGetMethodName(classId, methodId));
140 JdwpError err = dvmDbgInvokeMethod(threadId, objectId, classId, methodId,
756 MethodId methodId = dvmReadMethodId(&buf); local
759 threadId, 0, classId, methodId, false);
774 MethodId methodId local
102 finishInvoke(JdwpState* state, const u1* buf, int dataLen, ExpandBuf* pReply, ObjectId threadId, ObjectId objectId, RefTypeId classId, MethodId methodId, bool isConstructor) argument
812 MethodId methodId = dvmReadMethodId(&buf); local
830 MethodId methodId = dvmReadMethodId(&buf); local
935 MethodId methodId = dvmReadMethodId(&buf); local
[all...]
/dalvik/dx/src/com/android/dx/merge/
H A DIndexMap.java162 public MethodId adjust(MethodId methodId) { argument
164 adjustType(methodId.getDeclaringClassIndex()),
165 adjustProto(methodId.getProtoIndex()),
166 adjustString(methodId.getNameIndex()));
/dalvik/tools/dmtracedump/
H A DCreateTestTrace.c71 unsigned int methodId; member in struct:dataRecord
385 unsigned int methodId = 0; local
387 if (pRecord->methodId)
389 unsigned int id = ++methodId << 2;
390 pRecord->methodId = id;
396 if (pNext->methodId)
399 pNext->methodId = id;
403 pRecord->methodId, pRecord->fullName);
406 pRecord->methodId, pRecord->className,
410 pRecord->methodId, pRecor
[all...]
H A DTraceDump.c162 unsigned int methodId; member in struct:MethodEntry
300 void initMethodEntry(MethodEntry *method, unsigned int methodId, argument
305 method->methodId = methodId;
348 unsigned int idA = methodA->methodId;
349 unsigned int idB = methodB->methodId;
387 unsigned int idA = methodA->methodId;
388 unsigned int idB = methodB->methodId;
428 unsigned int idA = methodA->methodId;
429 unsigned int idB = methodB->methodId;
1102 lookupMethod(DataKeys* pKeys, unsigned int methodId) argument
1207 unsigned int methodId, lastEnter = 0; local
2321 unsigned int methodId; local
[all...]
/dalvik/vm/
H A DDebugger.cpp1303 void dvmDbgOutputLineTable(RefTypeId refTypeId, MethodId methodId, argument
1312 method = methodIdToMethod(refTypeId, methodId);
1409 void dvmDbgOutputVariableTable(RefTypeId refTypeId, MethodId methodId, argument
1417 method = methodIdToMethod(refTypeId, methodId);
2099 pLoc->methodId = methodToMethodId(method);
2419 loc.methodId = methodToMethodId(method);
2452 throwLoc.methodId = methodToMethodId(throwMeth);
2464 catchLoc.methodId = methodToMethodId(catchMeth);
2540 Method* method = methodIdToMethod(pLoc->classId, pLoc->methodId);
2551 Method* method = methodIdToMethod(pLoc->classId, pLoc->methodId);
2616 dvmDbgInvokeMethod(ObjectId threadId, ObjectId objectId, RefTypeId classId, MethodId methodId, u4 numArgs, ObjectId* argArray, u4 options, u1* pResultTag, u8* pResultValue, ObjectId* pExceptObj) argument
[all...]

Completed in 140 milliseconds