Lines Matching refs:ObjectId
78 JDWP::ObjectId invoke_thread_id, in DebugInvokeReq()
102 const JDWP::ObjectId thread_id;
300 static JDWP::JdwpError GetClassObject(JDWP::RefTypeId id, JDWP::ObjectId* class_object_id)
317 static JDWP::JdwpError GetReferenceType(JDWP::ObjectId object_id, JDWP::ExpandBuf* pReply)
326 static JDWP::JdwpError GetObjectTag(JDWP::ObjectId object_id, uint8_t* tag)
330 static JDWP::JdwpError GetArrayLength(JDWP::ObjectId array_id, int32_t* length)
332 static JDWP::JdwpError OutputArray(JDWP::ObjectId array_id,
337 static JDWP::JdwpError SetArrayElements(JDWP::ObjectId array_id, int offset, int count,
341 static JDWP::JdwpError CreateString(const std::string& str, JDWP::ObjectId* new_string_id)
343 static JDWP::JdwpError CreateObject(JDWP::RefTypeId class_id, JDWP::ObjectId* new_object_id)
346 JDWP::ObjectId* new_array_id)
352 static bool MatchThread(JDWP::ObjectId expected_thread_id, Thread* event_thread)
366 static bool MatchInstance(JDWP::ObjectId expected_instance_id, mirror::Object* event_instance)
372 static JDWP::JdwpError GetMonitorInfo(JDWP::ObjectId object_id, JDWP::ExpandBuf* reply)
374 static JDWP::JdwpError GetOwnedMonitors(JDWP::ObjectId thread_id,
375 std::vector<JDWP::ObjectId>* monitors,
378 static JDWP::JdwpError GetContendedMonitor(JDWP::ObjectId thread_id,
379 JDWP::ObjectId* contended_monitor)
389 std::vector<JDWP::ObjectId>* instances)
391 static JDWP::JdwpError GetReferringObjects(JDWP::ObjectId object_id, int32_t max_count,
392 std::vector<JDWP::ObjectId>* referring_objects)
394 static JDWP::JdwpError DisableCollection(JDWP::ObjectId object_id)
396 static JDWP::JdwpError EnableCollection(JDWP::ObjectId object_id)
398 static JDWP::JdwpError IsCollected(JDWP::ObjectId object_id, bool* is_collected)
400 static void DisposeObject(JDWP::ObjectId object_id, uint32_t reference_count)
441 static JDWP::JdwpError GetFieldValue(JDWP::ObjectId object_id, JDWP::FieldId field_id,
444 static JDWP::JdwpError SetFieldValue(JDWP::ObjectId object_id, JDWP::FieldId field_id,
453 static JDWP::JdwpError StringToUtf8(JDWP::ObjectId string_id, std::string* str)
461 static JDWP::JdwpError GetThreadName(JDWP::ObjectId thread_id, std::string* name)
463 static JDWP::JdwpError GetThreadGroup(JDWP::ObjectId thread_id, JDWP::ExpandBuf* pReply)
465 static JDWP::JdwpError GetThreadGroupName(JDWP::ObjectId thread_group_id,
468 static JDWP::JdwpError GetThreadGroupParent(JDWP::ObjectId thread_group_id,
471 static JDWP::JdwpError GetThreadGroupChildren(JDWP::ObjectId thread_group_id,
474 static JDWP::ObjectId GetSystemThreadGroupId()
478 static JDWP::JdwpError GetThreadStatus(JDWP::ObjectId thread_id,
482 static JDWP::JdwpError GetThreadDebugSuspendCount(JDWP::ObjectId thread_id,
489 static void GetThreads(mirror::Object* thread_group, std::vector<JDWP::ObjectId>* thread_ids)
492 static JDWP::JdwpError GetThreadFrameCount(JDWP::ObjectId thread_id, size_t* result)
494 static JDWP::JdwpError GetThreadFrames(JDWP::ObjectId thread_id, size_t start_frame,
498 static JDWP::ObjectId GetThreadSelfId() REQUIRES_SHARED(Locks::mutator_lock_);
499 static JDWP::ObjectId GetThreadId(Thread* thread) REQUIRES_SHARED(Locks::mutator_lock_);
505 static JDWP::JdwpError SuspendThread(JDWP::ObjectId thread_id, bool request_suspension = true)
509 static void ResumeThread(JDWP::ObjectId thread_id)
514 static JDWP::JdwpError GetThisObject(JDWP::ObjectId thread_id, JDWP::FrameId frame_id,
515 JDWP::ObjectId* result)
523 static JDWP::JdwpError Interrupt(JDWP::ObjectId thread_id)
629 static JDWP::JdwpError ConfigureStep(JDWP::ObjectId thread_id, JDWP::JdwpStepSize size,
632 static void UnconfigureStep(JDWP::ObjectId thread_id)
648 static JDWP::JdwpError PrepareInvokeMethod(uint32_t request_id, JDWP::ObjectId thread_id,
649 JDWP::ObjectId object_id, JDWP::RefTypeId class_id,
757 JDWP::ObjectId exception)