Home
last modified time | relevance | path

Searched refs:WriteTaggedObject (Results 1 – 1 of 1) sorted by relevance

/art/runtime/jdwp/
Djdwp_handler.cc55 static JdwpError WriteTaggedObject(ExpandBuf* reply, ObjectId object_id) in WriteTaggedObject() function
70 JdwpError rc = WriteTaggedObject(reply, objects[i]); in WriteTaggedObjectList()
1043 rc = WriteTaggedObject(reply, monitors[i]); in TR_OwnedMonitors()
1073 return WriteTaggedObject(reply, contended_monitor); in TR_CurrentContendedMonitor()
1362 return WriteTaggedObject(reply, object_id); in SF_ThisObject()