• Home
  • Raw
  • Download

Lines Matching refs:ObjectId

432 static JDWP::JdwpError DecodeThread(ScopedObjectAccessUnchecked& soa, JDWP::ObjectId thread_id, Thr…  in DecodeThread()
851 JDWP::JdwpError Dbg::GetClassObject(JDWP::RefTypeId id, JDWP::ObjectId& class_object_id) { in GetClassObject()
906 JDWP::JdwpError Dbg::GetMonitorInfo(JDWP::ObjectId object_id, JDWP::ExpandBuf* reply) in GetMonitorInfo()
937 JDWP::JdwpError Dbg::GetOwnedMonitors(JDWP::ObjectId thread_id, in GetOwnedMonitors()
938 std::vector<JDWP::ObjectId>& monitors, in GetOwnedMonitors()
942 std::vector<JDWP::ObjectId>* monitor_vector, in GetOwnedMonitors()
966 std::vector<JDWP::ObjectId>* monitors; in GetOwnedMonitors()
988 JDWP::JdwpError Dbg::GetContendedMonitor(JDWP::ObjectId thread_id, in GetContendedMonitor()
989 JDWP::ObjectId& contended_monitor) { in GetContendedMonitor()
1030 …::GetInstances(JDWP::RefTypeId class_id, int32_t max_count, std::vector<JDWP::ObjectId>& instances) in GetInstances()
1048 JDWP::JdwpError Dbg::GetReferringObjects(JDWP::ObjectId object_id, int32_t max_count, in GetReferringObjects()
1049 std::vector<JDWP::ObjectId>& referring_objects) in GetReferringObjects()
1065 JDWP::JdwpError Dbg::DisableCollection(JDWP::ObjectId object_id) in DisableCollection()
1075 JDWP::JdwpError Dbg::EnableCollection(JDWP::ObjectId object_id) in EnableCollection()
1089 JDWP::JdwpError Dbg::IsCollected(JDWP::ObjectId object_id, bool& is_collected) in IsCollected()
1106 void Dbg::DisposeObject(JDWP::ObjectId object_id, uint32_t reference_count) in DisposeObject()
1200 JDWP::JdwpError Dbg::GetReferenceType(JDWP::ObjectId object_id, JDWP::ExpandBuf* pReply) in GetReferenceType()
1241 JDWP::JdwpError Dbg::GetObjectTag(JDWP::ObjectId object_id, uint8_t& tag) { in GetObjectTag()
1271 return sizeof(JDWP::ObjectId); in GetTagWidth()
1281 JDWP::JdwpError Dbg::GetArrayLength(JDWP::ObjectId array_id, int& length) { in GetArrayLength()
1291 JDWP::JdwpError Dbg::OutputArray(JDWP::ObjectId array_id, int offset, int count, JDWP::ExpandBuf* p… in OutputArray()
1349 JDWP::JdwpError Dbg::SetArrayElements(JDWP::ObjectId array_id, int offset, int count, in SetArrayElements()
1378 JDWP::ObjectId id = request.ReadObjectId(); in SetArrayElements()
1390 JDWP::ObjectId Dbg::CreateString(const std::string& str) { in CreateString()
1394 JDWP::JdwpError Dbg::CreateObject(JDWP::RefTypeId class_id, JDWP::ObjectId& new_object) { in CreateObject()
1408 JDWP::ObjectId& new_array) { in CreateArrayObject()
1443 bool Dbg::MatchThread(JDWP::ObjectId expected_thread_id, Thread* event_thread) { in MatchThread()
1477 bool Dbg::MatchInstance(JDWP::ObjectId expected_instance_id, mirror::Object* event_instance) { in MatchInstance()
1785 static JDWP::JdwpError GetFieldValueImpl(JDWP::RefTypeId ref_type_id, JDWP::ObjectId object_id, in GetFieldValueImpl()
1842 JDWP::JdwpError Dbg::GetFieldValue(JDWP::ObjectId object_id, JDWP::FieldId field_id, in GetFieldValue()
1851 static JDWP::JdwpError SetFieldValueImpl(JDWP::ObjectId object_id, JDWP::FieldId field_id, in SetFieldValueImpl()
1912 JDWP::JdwpError Dbg::SetFieldValue(JDWP::ObjectId object_id, JDWP::FieldId field_id, uint64_t value, in SetFieldValue()
1921 JDWP::JdwpError Dbg::StringToUtf8(JDWP::ObjectId string_id, std::string* str) { in StringToUtf8()
1960 JDWP::JdwpError Dbg::GetThreadName(JDWP::ObjectId thread_id, std::string& name) { in GetThreadName()
1981 JDWP::JdwpError Dbg::GetThreadGroup(JDWP::ObjectId thread_id, JDWP::ExpandBuf* pReply) { in GetThreadGroup()
1997 expandBufAddObjectId(pReply, JDWP::ObjectId(0)); in GetThreadGroup()
2006 JDWP::ObjectId thread_group_id = gRegistry->Add(group); in GetThreadGroup()
2014 JDWP::ObjectId thread_group_id, JDWP::JdwpError* error) in DecodeThreadGroup()
2032 JDWP::JdwpError Dbg::GetThreadGroupName(JDWP::ObjectId thread_group_id, JDWP::ExpandBuf* pReply) { in GetThreadGroupName()
2051 JDWP::JdwpError Dbg::GetThreadGroupParent(JDWP::ObjectId thread_group_id, JDWP::ExpandBuf* pReply) { in GetThreadGroupParent()
2066 JDWP::ObjectId parent_group_id = gRegistry->Add(parent); in GetThreadGroupParent()
2072 std::vector<JDWP::ObjectId>* child_thread_group_ids) in GetChildThreadGroups()
2094 JDWP::JdwpError Dbg::GetThreadGroupChildren(JDWP::ObjectId thread_group_id, in GetThreadGroupChildren()
2105 std::vector<JDWP::ObjectId> child_thread_ids; in GetThreadGroupChildren()
2108 for (JDWP::ObjectId child_thread_id : child_thread_ids) { in GetThreadGroupChildren()
2115 std::vector<JDWP::ObjectId> child_thread_groups_ids; in GetThreadGroupChildren()
2118 for (JDWP::ObjectId child_thread_group_id : child_thread_groups_ids) { in GetThreadGroupChildren()
2126 JDWP::ObjectId Dbg::GetSystemThreadGroupId() { in GetSystemThreadGroupId()
2167 JDWP::JdwpError Dbg::GetThreadStatus(JDWP::ObjectId thread_id, JDWP::JdwpThreadStatus* pThreadStatu… in GetThreadStatus()
2192 JDWP::JdwpError Dbg::GetThreadDebugSuspendCount(JDWP::ObjectId thread_id, JDWP::ExpandBuf* pReply) { in GetThreadDebugSuspendCount()
2205 JDWP::JdwpError Dbg::Interrupt(JDWP::ObjectId thread_id) { in Interrupt()
2230 void Dbg::GetThreads(mirror::Object* thread_group, std::vector<JDWP::ObjectId>* thread_ids) { in GetThreads()
2284 JDWP::JdwpError Dbg::GetThreadFrameCount(JDWP::ObjectId thread_id, size_t& result) { in GetThreadFrameCount()
2299 JDWP::JdwpError Dbg::GetThreadFrames(JDWP::ObjectId thread_id, size_t start_frame, in GetThreadFrames()
2353 JDWP::ObjectId Dbg::GetThreadSelfId() { in GetThreadSelfId()
2357 JDWP::ObjectId Dbg::GetThreadId(Thread* thread) { in GetThreadId()
2370 JDWP::JdwpError Dbg::SuspendThread(JDWP::ObjectId thread_id, bool request_suspension) { in SuspendThread()
2396 void Dbg::ResumeThread(JDWP::ObjectId thread_id) { in ResumeThread()
2442 JDWP::JdwpError Dbg::GetThisObject(JDWP::ObjectId thread_id, JDWP::FrameId frame_id, in GetThisObject()
2443 JDWP::ObjectId* result) { in GetThisObject()
2463 JDWP::JdwpError Dbg::GetLocalValue(JDWP::ObjectId thread_id, JDWP::FrameId frame_id, int slot, in GetLocalValue()
2557 CHECK_EQ(width_, sizeof(JDWP::ObjectId)); in GetLocalValue()
2629 JDWP::JdwpError Dbg::SetLocalValue(JDWP::ObjectId thread_id, JDWP::FrameId frame_id, int slot, in SetLocalValue()
2698 CHECK_EQ(width_, sizeof(JDWP::ObjectId)); in SetLocalValue()
2699 mirror::Object* o = gRegistry->Get<mirror::Object*>(static_cast<JDWP::ObjectId>(value_)); in SetLocalValue()
3240 ScopedThreadSuspension(Thread* self, JDWP::ObjectId thread_id) in ScopedThreadSuspension()
3299 JDWP::JdwpError Dbg::ConfigureStep(JDWP::ObjectId thread_id, JDWP::JdwpStepSize step_size, in ConfigureStep()
3433 void Dbg::UnconfigureStep(JDWP::ObjectId thread_id) { in UnconfigureStep()
3473 JDWP::JdwpError Dbg::InvokeMethod(JDWP::ObjectId thread_id, JDWP::ObjectId object_id, in InvokeMethod()
3478 JDWP::ObjectId* pExceptionId) { in InvokeMethod()