Searched refs:object_id (Results 1 – 2 of 2) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp_handler.cc | 59 static JdwpError WriteTaggedObject(ExpandBuf* reply, ObjectId object_id) in WriteTaggedObject() argument 62 JdwpError rc = Dbg::GetObjectTag(object_id, &tag); in WriteTaggedObject() 65 expandBufAddObjectId(reply, object_id); in WriteTaggedObject() 89 ObjectId thread_id, ObjectId object_id, in RequestInvoke() argument 92 CHECK(!is_constructor || object_id != 0); in RequestInvoke() 97 thread_id, object_id); in RequestInvoke() 118 JDWP::JdwpError error = Dbg::PrepareInvokeMethod(request->GetId(), thread_id, object_id, in RequestInvoke() 309 ObjectId object_id = request->ReadObjectId(); in VM_DisposeObjects() local 311 Dbg::DisposeObject(object_id, reference_count); in VM_DisposeObjects() 674 ObjectId object_id; in CT_NewInstance() local [all …]
|
/art/runtime/ |
D | debugger.h | 307 static JDWP::JdwpError GetReferenceType(JDWP::ObjectId object_id, JDWP::ExpandBuf* pReply) 316 static JDWP::JdwpError GetObjectTag(JDWP::ObjectId object_id, uint8_t* tag) 360 static JDWP::JdwpError GetMonitorInfo(JDWP::ObjectId object_id, JDWP::ExpandBuf* reply) 379 static JDWP::JdwpError GetReferringObjects(JDWP::ObjectId object_id, int32_t max_count, 382 static JDWP::JdwpError DisableCollection(JDWP::ObjectId object_id) 384 static JDWP::JdwpError EnableCollection(JDWP::ObjectId object_id) 386 static JDWP::JdwpError IsCollected(JDWP::ObjectId object_id, bool* is_collected) 388 static void DisposeObject(JDWP::ObjectId object_id, uint32_t reference_count) 429 static JDWP::JdwpError GetFieldValue(JDWP::ObjectId object_id, JDWP::FieldId field_id, 432 static JDWP::JdwpError SetFieldValue(JDWP::ObjectId object_id, JDWP::FieldId field_id, [all …]
|