Home
last modified time | relevance | path

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

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