HomeSort by relevance Sort by last modified time
    Searched refs:dvmDbgGetMethodName (Results 1 - 4 of 4) sorted by null

  /dalvik/vm/
Debugger.h 201 const char* dvmDbgGetMethodName(RefTypeId refTypeId, MethodId id);
Debugger.c 1204 const char* dvmDbgGetMethodName(RefTypeId refTypeId, MethodId id)
    [all...]
  /dalvik/vm/jdwp/
JdwpEvent.c 879 dvmDbgGetMethodName(pLoc->classId, pLoc->methodId),
1076 dvmDbgGetMethodName(pThrowLoc->classId, pThrowLoc->methodId));
1083 dvmDbgGetMethodName(pCatchLoc->classId, pCatchLoc->methodId));
    [all...]
JdwpHandler.c 138 dvmDbgGetMethodName(classId, methodId));
936 dvmDbgGetMethodName(refTypeId,methodId));
957 dvmDbgGetMethodName(classId, methodId));
    [all...]

Completed in 532 milliseconds