Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h306 static JDWP::JdwpError GetObjectTag(JDWP::ObjectId object_id, uint8_t* tag)
Ddebugger.cc1179 JDWP::JdwpError Dbg::GetObjectTag(JDWP::ObjectId object_id, uint8_t* tag) { in GetObjectTag() function in art::Dbg
/art/runtime/jdwp/
Djdwp_handler.cc58 JdwpError rc = Dbg::GetObjectTag(object_id, &tag); in WriteTaggedObject()