Home | History | Annotate | Download | only in runtime

Lines Matching full:objectid

247 static JDWP::JdwpError DecodeThread(ScopedObjectAccessUnchecked& soa, JDWP::ObjectId thread_id, Thread*& thread)
608 JDWP::JdwpError Dbg::GetClassObject(JDWP::RefTypeId id, JDWP::ObjectId& class_object_id) {
660 JDWP::JdwpError Dbg::GetMonitorInfo(JDWP::ObjectId object_id, JDWP::ExpandBuf* reply)
690 JDWP::JdwpError Dbg::GetOwnedMonitors(JDWP::ObjectId thread_id,
691 std::vector<JDWP::ObjectId>& monitors,
742 JDWP::JdwpError Dbg::GetContendedMonitor(JDWP::ObjectId thread_id, JDWP::ObjectId& contended_monitor)
779 JDWP::JdwpError Dbg::GetInstances(JDWP::RefTypeId class_id, int32_t max_count, std::vector<JDWP::ObjectId>& instances)
795 JDWP::JdwpError Dbg::GetReferringObjects(JDWP::ObjectId object_id, int32_t max_count,
796 std::vector<JDWP::ObjectId>& referring_objects)
811 JDWP::JdwpError Dbg::DisableCollection(JDWP::ObjectId object_id)
817 JDWP::JdwpError Dbg::EnableCollection(JDWP::ObjectId object_id)
823 JDWP::JdwpError Dbg::IsCollected(JDWP::ObjectId object_id, bool& is_collected)
829 void Dbg::DisposeObject(JDWP::ObjectId object_id, uint32_t reference_count)
908 JDWP::JdwpError Dbg::GetReferenceType(JDWP::ObjectId object_id, JDWP::ExpandBuf* pReply)
951 JDWP::JdwpError Dbg::GetObjectTag(JDWP::ObjectId object_id, uint8_t& tag) {
980 ObjectId);
990 JDWP::JdwpError Dbg::GetArrayLength(JDWP::ObjectId array_id, int& length) {
1000 JDWP::JdwpError Dbg::OutputArray(JDWP::ObjectId array_id, int offset, int count, JDWP::ExpandBuf* pReply) {
1055 JDWP::JdwpError Dbg::SetArrayElements(JDWP::ObjectId array_id, int offset, int count,
1085 JDWP::ObjectId id = request.ReadObjectId();
1097 JDWP::ObjectId Dbg::CreateString(const std::string& str) {
1101 JDWP::JdwpError Dbg::CreateObject(JDWP::RefTypeId class_id, JDWP::ObjectId& new_object) {
1115 JDWP::ObjectId& new_array) {
1434 static JDWP::JdwpError GetFieldValueImpl(JDWP::RefTypeId ref_type_id, JDWP::ObjectId object_id,
1498 JDWP::JdwpError Dbg::GetFieldValue(JDWP::ObjectId object_id, JDWP::FieldId field_id,
1507 static JDWP::JdwpError SetFieldValueImpl(JDWP::ObjectId object_id, JDWP::FieldId field_id,
1558 JDWP::JdwpError Dbg::SetFieldValue(JDWP::ObjectId object_id, JDWP::FieldId field_id, uint64_t value,
1567 std::string Dbg::StringToUtf8(JDWP::ObjectId string_id) {
1572 JDWP::JdwpError Dbg::GetThreadName(JDWP::ObjectId thread_id, std::string& name) {
1593 JDWP::JdwpError Dbg::GetThreadGroup(JDWP::ObjectId thread_id, JDWP::ExpandBuf* pReply) {
1606 expandBufAddObjectId(pReply, JDWP::ObjectId(0));
1619 JDWP::ObjectId thread_group_id = gRegistry->Add(group);
1625 std::string Dbg::GetThreadGroupName(JDWP::ObjectId thread_group_id) {
1638 JDWP::ObjectId Dbg::GetThreadGroupParent(JDWP::ObjectId thread_group_id) {
1650 JDWP::ObjectId Dbg::GetSystemThreadGroupId() {
1657 JDWP::ObjectId Dbg::GetMainThreadGroupId() {
1696 JDWP::JdwpError Dbg::GetThreadStatus(JDWP::ObjectId thread_id, JDWP::JdwpThreadStatus* pThreadStatus, JDWP::JdwpSuspendStatus* pSuspendStatus) {
1720 JDWP::JdwpError Dbg::GetThreadDebugSuspendCount(JDWP::ObjectId thread_id, JDWP::ExpandBuf* pReply) {
1733 JDWP::JdwpError Dbg::Interrupt(JDWP::ObjectId thread_id) {
1745 void Dbg::GetThreads(JDWP::ObjectId thread_group_id, std::vector<JDWP::ObjectId>& thread_ids) {
1749 std::vector<JDWP::ObjectId>& thread_ids)
1792 std::vector<JDWP::ObjectId>& thread_ids_;
1802 void Dbg::GetChildThreadGroups(JDWP::ObjectId thread_group_id, std::vector<JDWP::ObjectId>& child_thread_group_ids) {
1845 JDWP::JdwpError Dbg::GetThreadFrameCount(JDWP::ObjectId thread_id, size_t& result) {
1860 JDWP::JdwpError Dbg::GetThreadFrames(JDWP::ObjectId thread_id, size_t start_frame,
1914 JDWP::ObjectId Dbg::GetThreadSelfId() {
1927 JDWP::JdwpError Dbg::SuspendThread(JDWP::ObjectId thread_id, bool request_suspension) {
1948 void Dbg::ResumeThread(JDWP::ObjectId thread_id) {
1994 JDWP::JdwpError Dbg::GetThisObject(JDWP::ObjectId thread_id, JDWP::FrameId frame_id,
1995 JDWP::ObjectId* result) {
2015 void Dbg::GetLocalValue(JDWP::ObjectId thread_id, JDWP::FrameId frame_id, int slot, JDWP::JdwpTag tag,
2078 CHECK_EQ(width_, sizeof(JDWP::ObjectId));
2094 CHECK_EQ(width_, sizeof(JDWP::ObjectId));
2153 void Dbg::SetLocalValue(JDWP::ObjectId thread_id, JDWP::FrameId frame_id, int slot, JDWP::JdwpTag tag,
2196 CHECK_EQ(width_, sizeof(JDWP::ObjectId));
2197 mirror::Object* o = gRegistry->Get<mirror::Object*>(static_cast<JDWP::ObjectId>(value_));
2252 JDWP::ObjectId this_id = 0;
2272 JDWP::ObjectId this_id = gRegistry->Add(throw_location.GetThis());
2273 JDWP::ObjectId exception_id = gRegistry->Add(exception_object);
2396 ScopedThreadSuspension(Thread* self, JDWP::ObjectId thread_id)
2448 JDWP::JdwpError Dbg::ConfigureStep(JDWP::ObjectId thread_id, JDWP::JdwpStepSize step_size,
2587 void Dbg::UnconfigureStep(JDWP::ObjectId /*thread_id*/) {
2623 JDWP::JdwpError Dbg::InvokeMethod(JDWP::ObjectId thread_id, JDWP::ObjectId object_id,
2628 JDWP::ObjectId* pExceptionId) {
2726 // Turn the on-the-wire ObjectId into a jobject.
2863 * Register the object. We don't actually need an ObjectId yet,
2865 * object when we switch out of RUNNING. The ObjectId conversion
3058 JDWP::ObjectId id = gRegistry->Add(t->GetPeer());