Searched defs: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() 89 ObjectId thread_id, ObjectId object_id, in RequestInvoke() 308 ObjectId object_id = request->ReadObjectId(); in VM_DisposeObjects() local 673 ObjectId object_id; in CT_NewInstance() local 689 ObjectId object_id; in AT_newInstance() local 785 ObjectId object_id = request->ReadObjectId(); in OR_ReferenceType() local 794 ObjectId object_id = request->ReadObjectId(); in OR_GetValues() local 814 ObjectId object_id = request->ReadObjectId(); in OR_SetValues() local 836 ObjectId object_id = request->ReadObjectId(); in OR_MonitorInfo() local 854 ObjectId object_id = request->ReadObjectId(); in OR_InvokeMethod() local [all …]
|
/art/runtime/ |
D | debugger.cc | 849 JDWP::JdwpError Dbg::GetMonitorInfo(JDWP::ObjectId object_id, JDWP::ExpandBuf* reply) { in GetMonitorInfo() 992 JDWP::JdwpError Dbg::GetReferringObjects(JDWP::ObjectId object_id, int32_t max_count, in GetReferringObjects() 1010 JDWP::JdwpError Dbg::DisableCollection(JDWP::ObjectId object_id) { in DisableCollection() 1020 JDWP::JdwpError Dbg::EnableCollection(JDWP::ObjectId object_id) { in EnableCollection() 1034 JDWP::JdwpError Dbg::IsCollected(JDWP::ObjectId object_id, bool* is_collected) { in IsCollected() 1050 void Dbg::DisposeObject(JDWP::ObjectId object_id, uint32_t reference_count) { in DisposeObject() 1137 JDWP::JdwpError Dbg::GetReferenceType(JDWP::ObjectId object_id, JDWP::ExpandBuf* pReply) { in GetReferenceType() 1195 JDWP::JdwpError Dbg::GetObjectTag(JDWP::ObjectId object_id, uint8_t* tag) { in GetObjectTag() 1830 static JDWP::JdwpError GetFieldValueImpl(JDWP::RefTypeId ref_type_id, JDWP::ObjectId object_id, in GetFieldValueImpl() 1890 JDWP::JdwpError Dbg::GetFieldValue(JDWP::ObjectId object_id, JDWP::FieldId field_id, in GetFieldValue() [all …]
|