• Home
  • Raw
  • Download

Lines Matching refs:ObjectId

85   JDWP::ObjectId exception;
261 static JDWP::JdwpError GetClassObject(JDWP::RefTypeId id, JDWP::ObjectId& class_object_id)
278 static JDWP::JdwpError GetReferenceType(JDWP::ObjectId object_id, JDWP::ExpandBuf* pReply)
284 static JDWP::JdwpError GetObjectTag(JDWP::ObjectId object_id, uint8_t& tag)
288 static JDWP::JdwpError GetArrayLength(JDWP::ObjectId array_id, int& length)
290 static JDWP::JdwpError OutputArray(JDWP::ObjectId array_id, int offset, int count,
293 static JDWP::JdwpError SetArrayElements(JDWP::ObjectId array_id, int offset, int count,
297 static JDWP::ObjectId CreateString(const std::string& str)
299 static JDWP::JdwpError CreateObject(JDWP::RefTypeId class_id, JDWP::ObjectId& new_object)
302 JDWP::ObjectId& new_array)
308 static bool MatchThread(JDWP::ObjectId expected_thread_id, Thread* event_thread)
322 static bool MatchInstance(JDWP::ObjectId expected_instance_id, mirror::Object* event_instance)
328 static JDWP::JdwpError GetMonitorInfo(JDWP::ObjectId object_id, JDWP::ExpandBuf* reply)
330 static JDWP::JdwpError GetOwnedMonitors(JDWP::ObjectId thread_id,
331 std::vector<JDWP::ObjectId>& monitors,
335 static JDWP::JdwpError GetContendedMonitor(JDWP::ObjectId thread_id,
336 JDWP::ObjectId& contended_monitor)
347 std::vector<JDWP::ObjectId>& instances)
349 static JDWP::JdwpError GetReferringObjects(JDWP::ObjectId object_id, int32_t max_count,
350 std::vector<JDWP::ObjectId>& referring_objects)
352 static JDWP::JdwpError DisableCollection(JDWP::ObjectId object_id)
354 static JDWP::JdwpError EnableCollection(JDWP::ObjectId object_id)
356 static JDWP::JdwpError IsCollected(JDWP::ObjectId object_id, bool& is_collected)
358 static void DisposeObject(JDWP::ObjectId object_id, uint32_t reference_count)
397 static JDWP::JdwpError GetFieldValue(JDWP::ObjectId object_id, JDWP::FieldId field_id,
400 static JDWP::JdwpError SetFieldValue(JDWP::ObjectId object_id, JDWP::FieldId field_id,
409 static JDWP::JdwpError StringToUtf8(JDWP::ObjectId string_id, std::string* str)
417 static JDWP::JdwpError GetThreadName(JDWP::ObjectId thread_id, std::string& name)
420 static JDWP::JdwpError GetThreadGroup(JDWP::ObjectId thread_id, JDWP::ExpandBuf* pReply)
423 static JDWP::JdwpError GetThreadGroupName(JDWP::ObjectId thread_group_id,
426 static JDWP::JdwpError GetThreadGroupParent(JDWP::ObjectId thread_group_id,
429 static JDWP::JdwpError GetThreadGroupChildren(JDWP::ObjectId thread_group_id,
432 static JDWP::ObjectId GetSystemThreadGroupId()
436 static JDWP::JdwpError GetThreadStatus(JDWP::ObjectId thread_id,
440 static JDWP::JdwpError GetThreadDebugSuspendCount(JDWP::ObjectId thread_id,
448 static void GetThreads(mirror::Object* thread_group, std::vector<JDWP::ObjectId>* thread_ids)
452 static JDWP::JdwpError GetThreadFrameCount(JDWP::ObjectId thread_id, size_t& result)
454 static JDWP::JdwpError GetThreadFrames(JDWP::ObjectId thread_id, size_t start_frame,
459 static JDWP::ObjectId GetThreadSelfId() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
460 static JDWP::ObjectId GetThreadId(Thread* thread) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
468 static JDWP::JdwpError SuspendThread(JDWP::ObjectId thread_id, bool request_suspension = true)
473 static void ResumeThread(JDWP::ObjectId thread_id)
479 static JDWP::JdwpError GetThisObject(JDWP::ObjectId thread_id, JDWP::FrameId frame_id,
480 JDWP::ObjectId* result)
491 static JDWP::JdwpError Interrupt(JDWP::ObjectId thread_id)
556 static JDWP::JdwpError ConfigureStep(JDWP::ObjectId thread_id, JDWP::JdwpStepSize size,
559 static void UnconfigureStep(JDWP::ObjectId thread_id)
563 static JDWP::JdwpError InvokeMethod(JDWP::ObjectId thread_id, JDWP::ObjectId object_id,
568 JDWP::ObjectId* pExceptObj)