Home
last modified time | relevance | path

Searched defs:methodId (Results 1 – 11 of 11) sorted by relevance

/dalvik/dalvikvm/
DMain.cpp92 static int methodIsPublic(JNIEnv* env, jclass clazz, jmethodID methodId) in methodIsPublic()
/dalvik/dx/src/com/android/dx/merge/
DInstructionTransformer.java94 int methodId = one.getIndex(); in visit() local
DIndexMap.java162 public MethodId adjust(MethodId methodId) { in adjust()
DDexMerger.java494 @Override void write(MethodId methodId) { in mergeMethodIds()
/dalvik/dx/src/com/android/dx/command/findusages/
DFindUsages.java104 MethodId methodId = dex.methodIds().get(currentMethod.getMethodIndex()); in location() local
/dalvik/tools/dmtracedump/
DCreateTestTrace.c71 unsigned int methodId; member
385 unsigned int methodId = 0; in writeKeyMethods() local
DTraceDump.c162 unsigned int methodId; member
300 void initMethodEntry(MethodEntry *method, unsigned int methodId, in initMethodEntry()
1102 MethodEntry* lookupMethod(DataKeys* pKeys, unsigned int methodId) in lookupMethod()
1207 unsigned int methodId, lastEnter = 0; in dumpTrace() local
2321 unsigned int methodId; in parseDataKeys() local
/dalvik/vm/jdwp/
DJdwp.h83 MethodId methodId; /* method in which "idx" resides */ member
DJdwpHandler.cpp104 ObjectId threadId, ObjectId objectId, RefTypeId classId, MethodId methodId, in finishInvoke()
756 MethodId methodId = dvmReadMethodId(&buf); in handleCT_InvokeMethod() local
774 MethodId methodId = dvmReadMethodId(&buf); in handleCT_NewInstance() local
812 MethodId methodId = dvmReadMethodId(&buf); in handleM_LineTable() local
830 MethodId methodId = dvmReadMethodId(&buf); in handleM_VariableTableWithGeneric() local
935 MethodId methodId = dvmReadMethodId(&buf); in handleOR_InvokeMethod() local
/dalvik/tools/dexdeps/src/com/android/dexdeps/
DDexData.java411 MethodIdItem methodId = mMethodIds[i]; in addExternalMethodReferences() local
/dalvik/vm/
DDebugger.cpp1303 void dvmDbgOutputLineTable(RefTypeId refTypeId, MethodId methodId, in dvmDbgOutputLineTable()
1409 void dvmDbgOutputVariableTable(RefTypeId refTypeId, MethodId methodId, in dvmDbgOutputVariableTable()
2617 RefTypeId classId, MethodId methodId, u4 numArgs, ObjectId* argArray, in dvmDbgInvokeMethod()