Home | History | Annotate | Download | only in runtime

Lines Matching full:objectid

77   JDWP::ObjectId exception;
133 static JDWP::JdwpError GetClassObject(JDWP::RefTypeId id, JDWP::ObjectId& class_object_id)
150 static JDWP::JdwpError GetReferenceType(JDWP::ObjectId object_id, JDWP::ExpandBuf* pReply)
156 static JDWP::JdwpError GetObjectTag(JDWP::ObjectId object_id, uint8_t& tag)
160 static JDWP::JdwpError GetArrayLength(JDWP::ObjectId array_id, int& length)
162 static JDWP::JdwpError OutputArray(JDWP::ObjectId array_id, int offset, int count,
165 static JDWP::JdwpError SetArrayElements(JDWP::ObjectId array_id, int offset, int count,
169 static JDWP::ObjectId CreateString(const std::string& str)
171 static JDWP::JdwpError CreateObject(JDWP::RefTypeId class_id, JDWP::ObjectId& new_object)
174 JDWP::ObjectId& new_array)
183 static JDWP::JdwpError GetMonitorInfo(JDWP::ObjectId object_id, JDWP::ExpandBuf* reply)
185 static JDWP::JdwpError GetOwnedMonitors(JDWP::ObjectId thread_id,
186 std::vector<JDWP::ObjectId>& monitors,
189 static JDWP::JdwpError GetContendedMonitor(JDWP::ObjectId thread_id, JDWP::ObjectId& contended_monitor)
199 std::vector<JDWP::ObjectId>& instances)
201 static JDWP::JdwpError GetReferringObjects(JDWP::ObjectId object_id, int32_t max_count,
202 std::vector<JDWP::ObjectId>& referring_objects)
204 static JDWP::JdwpError DisableCollection(JDWP::ObjectId object_id)
206 static JDWP::JdwpError EnableCollection(JDWP::ObjectId object_id)
208 static JDWP::JdwpError IsCollected(JDWP::ObjectId object_id, bool& is_collected)
210 static void DisposeObject(JDWP::ObjectId object_id, uint32_t reference_count)
243 static JDWP::JdwpError GetFieldValue(JDWP::ObjectId object_id, JDWP::FieldId field_id,
246 static JDWP::JdwpError SetFieldValue(JDWP::ObjectId object_id, JDWP::FieldId field_id,
255 static std::string StringToUtf8(JDWP::ObjectId string_id)
261 static JDWP::JdwpError GetThreadName(JDWP::ObjectId thread_id, std::string& name)
264 static JDWP::JdwpError GetThreadGroup(JDWP::ObjectId thread_id, JDWP::ExpandBuf* pReply);
265 static std::string GetThreadGroupName(JDWP::ObjectId thread_group_id);
266 static JDWP::ObjectId GetThreadGroupParent(JDWP::ObjectId thread_group_id)
268 static JDWP::ObjectId GetSystemThreadGroupId()
270 static JDWP::ObjectId GetMainThreadGroupId();
273 static JDWP::JdwpError GetThreadStatus(JDWP::ObjectId thread_id, JDWP::JdwpThreadStatus* pThreadStatus, JDWP::JdwpSuspendStatus* pSuspendStatus);
274 static JDWP::JdwpError GetThreadDebugSuspendCount(JDWP::ObjectId thread_id, JDWP::ExpandBuf* pReply);
275 // static void WaitForSuspend(JDWP::ObjectId thread_id);
279 static void GetThreads(JDWP::ObjectId thread_group_id, std::vector<JDWP::ObjectId>& thread_ids)
282 static void GetChildThreadGroups(JDWP::ObjectId thread_group_id, std::vector<JDWP::ObjectId>& child_thread_group_ids);
284 static JDWP::JdwpError GetThreadFrameCount(JDWP::ObjectId thread_id, size_t& result);
285 static JDWP::JdwpError GetThreadFrames(JDWP::ObjectId thread_id, size_t start_frame,
289 static JDWP::ObjectId GetThreadSelfId()
295 static JDWP::JdwpError SuspendThread(JDWP::ObjectId thread_id, bool request_suspension = true)
300 static void ResumeThread(JDWP::ObjectId thread_id)
306 static JDWP::JdwpError GetThisObject(JDWP::ObjectId thread_id, JDWP::FrameId frame_id,
307 JDWP::ObjectId* result)
311 static void GetLocalValue(JDWP::ObjectId thread_id, JDWP::FrameId frame_id, int slot,
314 static void SetLocalValue(JDWP::ObjectId thread_id, JDWP::FrameId frame_id, int slot,
318 static JDWP::JdwpError Interrupt(JDWP::ObjectId thread_id);
354 static JDWP::JdwpError ConfigureStep(JDWP::ObjectId thread_id, JDWP::JdwpStepSize size,
358 static void UnconfigureStep(JDWP::ObjectId
360 static JDWP::JdwpError InvokeMethod(JDWP::ObjectId thread_id, JDWP::ObjectId object_id,
365 JDWP::ObjectId* pExceptObj)