Lines Matching refs:ObjectId
434 static JDWP::JdwpError DecodeThread(ScopedObjectAccessUnchecked& soa, JDWP::ObjectId thread_id, Thr… in DecodeThread()
863 JDWP::JdwpError Dbg::GetClassObject(JDWP::RefTypeId id, JDWP::ObjectId& class_object_id) { in GetClassObject()
918 JDWP::JdwpError Dbg::GetMonitorInfo(JDWP::ObjectId object_id, JDWP::ExpandBuf* reply) in GetMonitorInfo()
949 JDWP::JdwpError Dbg::GetOwnedMonitors(JDWP::ObjectId thread_id, in GetOwnedMonitors()
950 std::vector<JDWP::ObjectId>& monitors, in GetOwnedMonitors()
954 std::vector<JDWP::ObjectId>* monitor_vector, in GetOwnedMonitors()
978 std::vector<JDWP::ObjectId>* monitors; in GetOwnedMonitors()
1000 JDWP::JdwpError Dbg::GetContendedMonitor(JDWP::ObjectId thread_id, in GetContendedMonitor()
1001 JDWP::ObjectId& contended_monitor) { in GetContendedMonitor()
1042 …::GetInstances(JDWP::RefTypeId class_id, int32_t max_count, std::vector<JDWP::ObjectId>& instances) in GetInstances()
1060 JDWP::JdwpError Dbg::GetReferringObjects(JDWP::ObjectId object_id, int32_t max_count, in GetReferringObjects()
1061 std::vector<JDWP::ObjectId>& referring_objects) in GetReferringObjects()
1077 JDWP::JdwpError Dbg::DisableCollection(JDWP::ObjectId object_id) in DisableCollection()
1087 JDWP::JdwpError Dbg::EnableCollection(JDWP::ObjectId object_id) in EnableCollection()
1101 JDWP::JdwpError Dbg::IsCollected(JDWP::ObjectId object_id, bool& is_collected) in IsCollected()
1118 void Dbg::DisposeObject(JDWP::ObjectId object_id, uint32_t reference_count) in DisposeObject()
1212 JDWP::JdwpError Dbg::GetReferenceType(JDWP::ObjectId object_id, JDWP::ExpandBuf* pReply) in GetReferenceType()
1253 JDWP::JdwpError Dbg::GetObjectTag(JDWP::ObjectId object_id, uint8_t& tag) { in GetObjectTag()
1283 return sizeof(JDWP::ObjectId); in GetTagWidth()
1293 JDWP::JdwpError Dbg::GetArrayLength(JDWP::ObjectId array_id, int& length) { in GetArrayLength()
1303 JDWP::JdwpError Dbg::OutputArray(JDWP::ObjectId array_id, int offset, int count, JDWP::ExpandBuf* p… in OutputArray()
1361 JDWP::JdwpError Dbg::SetArrayElements(JDWP::ObjectId array_id, int offset, int count, in SetArrayElements()
1390 JDWP::ObjectId id = request.ReadObjectId(); in SetArrayElements()
1402 JDWP::ObjectId Dbg::CreateString(const std::string& str) { in CreateString()
1406 JDWP::JdwpError Dbg::CreateObject(JDWP::RefTypeId class_id, JDWP::ObjectId& new_object) { in CreateObject()
1420 JDWP::ObjectId& new_array) { in CreateArrayObject()
1455 bool Dbg::MatchThread(JDWP::ObjectId expected_thread_id, Thread* event_thread) { in MatchThread()
1489 bool Dbg::MatchInstance(JDWP::ObjectId expected_instance_id, mirror::Object* event_instance) { in MatchInstance()
1797 static JDWP::JdwpError GetFieldValueImpl(JDWP::RefTypeId ref_type_id, JDWP::ObjectId object_id, in GetFieldValueImpl()
1854 JDWP::JdwpError Dbg::GetFieldValue(JDWP::ObjectId object_id, JDWP::FieldId field_id, in GetFieldValue()
1863 static JDWP::JdwpError SetFieldValueImpl(JDWP::ObjectId object_id, JDWP::FieldId field_id, in SetFieldValueImpl()
1924 JDWP::JdwpError Dbg::SetFieldValue(JDWP::ObjectId object_id, JDWP::FieldId field_id, uint64_t value, in SetFieldValue()
1933 JDWP::JdwpError Dbg::StringToUtf8(JDWP::ObjectId string_id, std::string* str) { in StringToUtf8()
1972 JDWP::JdwpError Dbg::GetThreadName(JDWP::ObjectId thread_id, std::string& name) { in GetThreadName()
1993 JDWP::JdwpError Dbg::GetThreadGroup(JDWP::ObjectId thread_id, JDWP::ExpandBuf* pReply) { in GetThreadGroup()
2009 expandBufAddObjectId(pReply, JDWP::ObjectId(0)); in GetThreadGroup()
2018 JDWP::ObjectId thread_group_id = gRegistry->Add(group); in GetThreadGroup()
2026 JDWP::ObjectId thread_group_id, JDWP::JdwpError* error) in DecodeThreadGroup()
2044 JDWP::JdwpError Dbg::GetThreadGroupName(JDWP::ObjectId thread_group_id, JDWP::ExpandBuf* pReply) { in GetThreadGroupName()
2063 JDWP::JdwpError Dbg::GetThreadGroupParent(JDWP::ObjectId thread_group_id, JDWP::ExpandBuf* pReply) { in GetThreadGroupParent()
2078 JDWP::ObjectId parent_group_id = gRegistry->Add(parent); in GetThreadGroupParent()
2084 std::vector<JDWP::ObjectId>* child_thread_group_ids) in GetChildThreadGroups()
2106 JDWP::JdwpError Dbg::GetThreadGroupChildren(JDWP::ObjectId thread_group_id, in GetThreadGroupChildren()
2117 std::vector<JDWP::ObjectId> child_thread_ids; in GetThreadGroupChildren()
2120 for (JDWP::ObjectId child_thread_id : child_thread_ids) { in GetThreadGroupChildren()
2127 std::vector<JDWP::ObjectId> child_thread_groups_ids; in GetThreadGroupChildren()
2130 for (JDWP::ObjectId child_thread_group_id : child_thread_groups_ids) { in GetThreadGroupChildren()
2138 JDWP::ObjectId Dbg::GetSystemThreadGroupId() { in GetSystemThreadGroupId()
2179 JDWP::JdwpError Dbg::GetThreadStatus(JDWP::ObjectId thread_id, JDWP::JdwpThreadStatus* pThreadStatu… in GetThreadStatus()
2204 JDWP::JdwpError Dbg::GetThreadDebugSuspendCount(JDWP::ObjectId thread_id, JDWP::ExpandBuf* pReply) { in GetThreadDebugSuspendCount()
2217 JDWP::JdwpError Dbg::Interrupt(JDWP::ObjectId thread_id) { in Interrupt()
2242 void Dbg::GetThreads(mirror::Object* thread_group, std::vector<JDWP::ObjectId>* thread_ids) { in GetThreads()
2296 JDWP::JdwpError Dbg::GetThreadFrameCount(JDWP::ObjectId thread_id, size_t& result) { in GetThreadFrameCount()
2311 JDWP::JdwpError Dbg::GetThreadFrames(JDWP::ObjectId thread_id, size_t start_frame, in GetThreadFrames()
2365 JDWP::ObjectId Dbg::GetThreadSelfId() { in GetThreadSelfId()
2369 JDWP::ObjectId Dbg::GetThreadId(Thread* thread) { in GetThreadId()
2382 JDWP::JdwpError Dbg::SuspendThread(JDWP::ObjectId thread_id, bool request_suspension) { in SuspendThread()
2408 void Dbg::ResumeThread(JDWP::ObjectId thread_id) { in ResumeThread()
2454 JDWP::JdwpError Dbg::GetThisObject(JDWP::ObjectId thread_id, JDWP::FrameId frame_id, in GetThisObject()
2455 JDWP::ObjectId* result) { in GetThisObject()
2509 JDWP::ObjectId thread_id = request->ReadThreadId(); in GetLocalValues()
2624 CHECK_EQ(width, sizeof(JDWP::ObjectId)); in GetLocalValue()
2675 JDWP::ObjectId thread_id = request->ReadThreadId(); in SetLocalValues()
2761 CHECK_EQ(width, sizeof(JDWP::ObjectId)); in SetLocalValue()
2762 mirror::Object* o = gRegistry->Get<mirror::Object*>(static_cast<JDWP::ObjectId>(value)); in SetLocalValue()
3348 ScopedThreadSuspension(Thread* self, JDWP::ObjectId thread_id) in ScopedThreadSuspension()
3407 JDWP::JdwpError Dbg::ConfigureStep(JDWP::ObjectId thread_id, JDWP::JdwpStepSize step_size, in ConfigureStep()
3541 void Dbg::UnconfigureStep(JDWP::ObjectId thread_id) { in UnconfigureStep()
3581 JDWP::JdwpError Dbg::InvokeMethod(JDWP::ObjectId thread_id, JDWP::ObjectId object_id, in InvokeMethod()
3586 JDWP::ObjectId* pExceptionId) { in InvokeMethod()