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

  /art/runtime/
debugger.h 74 JDWP::JdwpError error;
133 static JDWP::JdwpError GetClassObject(JDWP::RefTypeId id, JDWP::ObjectId& class_object_id)
135 static JDWP::JdwpError GetSuperclass(JDWP::RefTypeId id, JDWP::RefTypeId& superclass_id)
137 static JDWP::JdwpError GetClassLoader(JDWP::RefTypeId id, JDWP::ExpandBuf* pReply)
139 static JDWP::JdwpError GetModifiers(JDWP::RefTypeId id, JDWP::ExpandBuf* pReply)
141 static JDWP::JdwpError GetReflectedType(JDWP::RefTypeId class_id, JDWP::ExpandBuf* pReply)
145 static JDWP::JdwpError GetClassInfo(JDWP::RefTypeId class_id, JDWP::JdwpTypeTag* pTypeTag,
150 static JDWP::JdwpError GetReferenceType(JDWP::ObjectId object_id, JDWP::ExpandBuf* pReply)
152 static JDWP::JdwpError GetSignature(JDWP::RefTypeId ref_type_id, std::string& signature)
154 static JDWP::JdwpError GetSourceFile(JDWP::RefTypeId ref_type_id, std::string& source_file
    [all...]
debugger.cc 217 static mirror::Array* DecodeArray(JDWP::RefTypeId id, JDWP::JdwpError& status)
232 static mirror::Class* DecodeClass(JDWP::RefTypeId id, JDWP::JdwpError& status)
247 static JDWP::JdwpError DecodeThread(ScopedObjectAccessUnchecked& soa, JDWP::ObjectId thread_id, Thread*& thread)
608 JDWP::JdwpError Dbg::GetClassObject(JDWP::RefTypeId id, JDWP::ObjectId& class_object_id) {
609 JDWP::JdwpError status;
618 JDWP::JdwpError Dbg::GetSuperclass(JDWP::RefTypeId id, JDWP::RefTypeId& superclass_id) {
619 JDWP::JdwpError status;
633 JDWP::JdwpError Dbg::GetClassLoader(JDWP::RefTypeId id, JDWP::ExpandBuf* pReply) {
642 JDWP::JdwpError Dbg::GetModifiers(JDWP::RefTypeId id, JDWP::ExpandBuf* pReply) {
643 JDWP::JdwpError status
    [all...]
  /art/runtime/jdwp/
jdwp_handler.cc 65 static JdwpError WriteTaggedObject(ExpandBuf* reply, ObjectId object_id)
68 JdwpError rc = Dbg::GetObjectTag(object_id, tag);
76 static JdwpError WriteTaggedObjectList(ExpandBuf* reply, const std::vector<ObjectId>& objects)
80 JdwpError rc = WriteTaggedObject(reply, objects[i]);
94 static JdwpError FinishInvoke(JdwpState*, Request& request, ExpandBuf* pReply,
125 JdwpError err = Dbg::InvokeMethod(thread_id, object_id, class_id, method_id, arg_count, argValues.get(), argTypes.get(), options, &resultTag, &resultValue, &exceptObjId);
161 static JdwpError VM_Version(JdwpState*, Request&, ExpandBuf* pReply)
185 static JdwpError VM_ClassesBySignature(JdwpState*, Request& request, ExpandBuf* pReply)
198 JDWP::JdwpError status = Dbg::GetClassInfo(ids[i], &type_tag, &class_status, NULL);
217 static JdwpError VM_AllThreads(JdwpState*, Request&, ExpandBuf* pReply
    [all...]
jdwp_constants.h 31 enum JdwpError {
90 std::ostream& operator<<(std::ostream& os, const JdwpError& value);
jdwp.h 250 JdwpError RegisterEvent(JdwpEvent* pEvent)
jdwp_event.cc 145 JdwpError JdwpState::RegisterEvent(JdwpEvent* pEvent) {
163 JdwpError status = Dbg::ConfigureStep(pMod->step.threadId, size, depth);
    [all...]
  /dalvik/vm/jdwp/
JdwpHandler.cpp 102 static JdwpError finishInvoke(JdwpState* state,
140 JdwpError err = dvmDbgInvokeMethod(threadId, objectId, classId, methodId,
184 static JdwpError handleVM_Version(JdwpState* state, const u1* buf,
209 static JdwpError handleVM_ClassesBySignature(JdwpState* state,
258 static JdwpError handleVM_AllThreads(JdwpState* state,
280 static JdwpError handleVM_TopLevelThreadGroups(JdwpState* state,
304 static JdwpError handleVM_IDSizes(JdwpState* state,
321 static JdwpError handleVM_Dispose(JdwpState* state,
333 static JdwpError handleVM_Suspend(JdwpState* state,
343 static JdwpError handleVM_Resume(JdwpState* state
    [all...]
JdwpConstants.h 25 enum JdwpError {
83 const char* dvmJdwpErrorStr(JdwpError error);
JdwpEvent.h 110 JdwpError dvmJdwpRegisterEvent(JdwpState* state, JdwpEvent* pEvent);
JdwpConstants.cpp 26 const char* dvmJdwpErrorStr(JdwpError error)
JdwpEvent.cpp 186 JdwpError dvmJdwpRegisterEvent(JdwpState* state, JdwpEvent* pEvent)
    [all...]
  /dalvik/vm/
Debugger.h 97 JdwpError err;
285 JdwpError dvmDbgInvokeMethod(ObjectId threadId, ObjectId objectId,
Debugger.cpp     [all...]
  /art/jdwpspy/
Net.cpp 476 art::JDWP::JdwpError error = art::JDWP::ERR_NONE;
485 error = static_cast<art::JDWP::JdwpError>(get2BE(buf+9));

Completed in 69 milliseconds