Home
last modified time | relevance | path

Searched refs:JdwpError (Results 1 – 7 of 7) sorted by relevance

/dalvik/vm/jdwp/
DJdwpHandler.cpp102 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 …]
DJdwpConstants.h25 enum JdwpError { enum
83 const char* dvmJdwpErrorStr(JdwpError error);
DJdwpEvent.h110 JdwpError dvmJdwpRegisterEvent(JdwpState* state, JdwpEvent* pEvent);
DJdwpConstants.cpp26 const char* dvmJdwpErrorStr(JdwpError error) in dvmJdwpErrorStr()
DJdwpEvent.cpp186 JdwpError dvmJdwpRegisterEvent(JdwpState* state, JdwpEvent* pEvent) in dvmJdwpRegisterEvent()
/dalvik/vm/
DDebugger.h97 JdwpError err;
285 JdwpError dvmDbgInvokeMethod(ObjectId threadId, ObjectId objectId,
DDebugger.cpp2616 JdwpError dvmDbgInvokeMethod(ObjectId threadId, ObjectId objectId, in dvmDbgInvokeMethod()