Searched refs:JdwpError (Results 1 – 7 of 7) sorted by relevance
/dalvik/vm/jdwp/ |
D | JdwpHandler.cpp | 102 static JdwpError finishInvoke(JdwpState* state, in finishInvoke() 140 JdwpError err = dvmDbgInvokeMethod(threadId, objectId, classId, methodId, in finishInvoke() 184 static JdwpError handleVM_Version(JdwpState* state, const u1* buf, in handleVM_Version() 209 static JdwpError handleVM_ClassesBySignature(JdwpState* state, in handleVM_ClassesBySignature() 258 static JdwpError handleVM_AllThreads(JdwpState* state, in handleVM_AllThreads() 280 static JdwpError handleVM_TopLevelThreadGroups(JdwpState* state, in handleVM_TopLevelThreadGroups() 304 static JdwpError handleVM_IDSizes(JdwpState* state, in handleVM_IDSizes() 321 static JdwpError handleVM_Dispose(JdwpState* state, in handleVM_Dispose() 333 static JdwpError handleVM_Suspend(JdwpState* state, in handleVM_Suspend() 343 static JdwpError handleVM_Resume(JdwpState* state, in handleVM_Resume() [all …]
|
D | JdwpConstants.h | 25 enum JdwpError { enum 83 const char* dvmJdwpErrorStr(JdwpError error);
|
D | JdwpEvent.h | 110 JdwpError dvmJdwpRegisterEvent(JdwpState* state, JdwpEvent* pEvent);
|
D | JdwpConstants.cpp | 26 const char* dvmJdwpErrorStr(JdwpError error) in dvmJdwpErrorStr()
|
D | JdwpEvent.cpp | 186 JdwpError dvmJdwpRegisterEvent(JdwpState* state, JdwpEvent* pEvent) in dvmJdwpRegisterEvent()
|
/dalvik/vm/ |
D | Debugger.h | 97 JdwpError err; 285 JdwpError dvmDbgInvokeMethod(ObjectId threadId, ObjectId objectId,
|
D | Debugger.cpp | 2616 JdwpError dvmDbgInvokeMethod(ObjectId threadId, ObjectId objectId, in dvmDbgInvokeMethod()
|