• Home
  • Raw
  • Download

Lines Matching refs:ObjectId

446 static Thread* DecodeThread(ScopedObjectAccessUnchecked& soa, JDWP::ObjectId thread_id,  in DecodeThread()
791 JDWP::JdwpError Dbg::GetClassObject(JDWP::RefTypeId id, JDWP::ObjectId* class_object_id) { in GetClassObject()
849 JDWP::JdwpError Dbg::GetMonitorInfo(JDWP::ObjectId object_id, JDWP::ExpandBuf* reply) { in GetMonitorInfo()
880 JDWP::JdwpError Dbg::GetOwnedMonitors(JDWP::ObjectId thread_id, in GetOwnedMonitors()
881 std::vector<JDWP::ObjectId>* monitors, in GetOwnedMonitors()
885 std::vector<JDWP::ObjectId>* monitor_vector, in GetOwnedMonitors()
911 std::vector<JDWP::ObjectId>* const monitors; in GetOwnedMonitors()
930 JDWP::JdwpError Dbg::GetContendedMonitor(JDWP::ObjectId thread_id, in GetContendedMonitor()
931 JDWP::ObjectId* contended_monitor) { in GetContendedMonitor()
970 std::vector<JDWP::ObjectId>* instances) { in GetInstances()
992 JDWP::JdwpError Dbg::GetReferringObjects(JDWP::ObjectId object_id, int32_t max_count, in GetReferringObjects()
993 std::vector<JDWP::ObjectId>* referring_objects) { 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()
1227 return sizeof(JDWP::ObjectId); in GetTagWidth()
1237 JDWP::JdwpError Dbg::GetArrayLength(JDWP::ObjectId array_id, int32_t* length) { in GetArrayLength()
1247 JDWP::JdwpError Dbg::OutputArray(JDWP::ObjectId array_id, in OutputArray()
1308 JDWP::JdwpError Dbg::SetArrayElements(JDWP::ObjectId array_id, int offset, int count, in SetArrayElements()
1336 JDWP::ObjectId id = request->ReadObjectId(); in SetArrayElements()
1352 JDWP::JdwpError Dbg::CreateString(const std::string& str, JDWP::ObjectId* new_string_id) { in CreateString()
1366 JDWP::JdwpError Dbg::CreateObject(JDWP::RefTypeId class_id, JDWP::ObjectId* new_object_id) { in CreateObject()
1397 JDWP::ObjectId* new_array_id) { in CreateArrayObject()
1439 bool Dbg::MatchThread(JDWP::ObjectId expected_thread_id, Thread* event_thread) { in MatchThread()
1475 bool Dbg::MatchInstance(JDWP::ObjectId expected_instance_id, mirror::Object* event_instance) { in MatchInstance()
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()
1970 static JDWP::JdwpError SetFieldValueImpl(JDWP::ObjectId object_id, JDWP::FieldId field_id, in SetFieldValueImpl()
2008 JDWP::JdwpError Dbg::SetFieldValue(JDWP::ObjectId object_id, JDWP::FieldId field_id, uint64_t value, in SetFieldValue()
2017 JDWP::JdwpError Dbg::StringToUtf8(JDWP::ObjectId string_id, std::string* str) { in StringToUtf8()
2061 JDWP::JdwpError Dbg::GetThreadName(JDWP::ObjectId thread_id, std::string* name) { in GetThreadName()
2081 JDWP::JdwpError Dbg::GetThreadGroup(JDWP::ObjectId thread_id, JDWP::ExpandBuf* pReply) { in GetThreadGroup()
2093 expandBufAddObjectId(pReply, JDWP::ObjectId(0)); in GetThreadGroup()
2102 JDWP::ObjectId thread_group_id = gRegistry->Add(group); in GetThreadGroup()
2109 JDWP::ObjectId thread_group_id, JDWP::JdwpError* error) in DecodeThreadGroup()
2132 JDWP::JdwpError Dbg::GetThreadGroupName(JDWP::ObjectId thread_group_id, JDWP::ExpandBuf* pReply) { in GetThreadGroupName()
2149 JDWP::JdwpError Dbg::GetThreadGroupParent(JDWP::ObjectId thread_group_id, JDWP::ExpandBuf* pReply) { in GetThreadGroupParent()
2163 JDWP::ObjectId parent_group_id = gRegistry->Add(parent); in GetThreadGroupParent()
2169 std::vector<JDWP::ObjectId>* child_thread_group_ids) in GetChildThreadGroups()
2198 JDWP::JdwpError Dbg::GetThreadGroupChildren(JDWP::ObjectId thread_group_id, in GetThreadGroupChildren()
2209 std::vector<JDWP::ObjectId> child_thread_ids; in GetThreadGroupChildren()
2212 for (JDWP::ObjectId child_thread_id : child_thread_ids) { in GetThreadGroupChildren()
2219 std::vector<JDWP::ObjectId> child_thread_groups_ids; in GetThreadGroupChildren()
2222 for (JDWP::ObjectId child_thread_group_id : child_thread_groups_ids) { in GetThreadGroupChildren()
2230 JDWP::ObjectId Dbg::GetSystemThreadGroupId() { in GetSystemThreadGroupId()
2278 JDWP::JdwpError Dbg::GetThreadStatus(JDWP::ObjectId thread_id, JDWP::JdwpThreadStatus* pThreadStatu… in GetThreadStatus()
2302 JDWP::JdwpError Dbg::GetThreadDebugSuspendCount(JDWP::ObjectId thread_id, JDWP::ExpandBuf* pReply) { in GetThreadDebugSuspendCount()
2314 JDWP::JdwpError Dbg::Interrupt(JDWP::ObjectId thread_id) { in Interrupt()
2337 void Dbg::GetThreads(mirror::Object* thread_group, std::vector<JDWP::ObjectId>* thread_ids) { in GetThreads()
2385 JDWP::JdwpError Dbg::GetThreadFrameCount(JDWP::ObjectId thread_id, size_t* result) { in GetThreadFrameCount()
2400 JDWP::JdwpError Dbg::GetThreadFrames(JDWP::ObjectId thread_id, in GetThreadFrames()
2444 JDWP::ObjectId Dbg::GetThreadSelfId() { in GetThreadSelfId()
2448 JDWP::ObjectId Dbg::GetThreadId(Thread* thread) { in GetThreadId()
2465 JDWP::JdwpError Dbg::SuspendThread(JDWP::ObjectId thread_id, bool request_suspension) { in SuspendThread()
2492 void Dbg::ResumeThread(JDWP::ObjectId thread_id) { in ResumeThread()
2521 JDWP::JdwpError Dbg::GetThisObject(JDWP::ObjectId thread_id, JDWP::FrameId frame_id, in GetThisObject()
2522 JDWP::ObjectId* result) { in GetThisObject()
2579 JDWP::ObjectId thread_id = request->ReadThreadId(); in GetLocalValues()
2700 CHECK_EQ(width, sizeof(JDWP::ObjectId)); in GetLocalValue()
2748 JDWP::ObjectId thread_id = request->ReadThreadId(); in SetLocalValues()
2836 CHECK_EQ(width, sizeof(JDWP::ObjectId)); in SetLocalValue()
2837 mirror::Object* o = gRegistry->Get<mirror::Object*>(static_cast<JDWP::ObjectId>(value), in SetLocalValue()
3634 ScopedDebuggerThreadSuspension(Thread* self, JDWP::ObjectId thread_id) in ScopedDebuggerThreadSuspension()
3692 JDWP::JdwpError Dbg::ConfigureStep(JDWP::ObjectId thread_id, JDWP::JdwpStepSize step_size, in ConfigureStep()
3799 void Dbg::UnconfigureStep(JDWP::ObjectId thread_id) { in UnconfigureStep()
3837 JDWP::JdwpError Dbg::PrepareInvokeMethod(uint32_t request_id, JDWP::ObjectId thread_id, in PrepareInvokeMethod()
3838 JDWP::ObjectId object_id, JDWP::RefTypeId class_id, in PrepareInvokeMethod()
4073 JDWP::ObjectId exceptionObjectId = gRegistry->Add(exception); in ExecuteMethodWithoutPendingException()
4151 uint64_t result_value, JDWP::ObjectId exception) { in BuildInvokeReply()