Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h261 static JDWP::JdwpError GetClassObject(JDWP::RefTypeId id, JDWP::ObjectId& class_object_id)
Ddebugger.cc863 JDWP::JdwpError Dbg::GetClassObject(JDWP::RefTypeId id, JDWP::ObjectId& class_object_id) { in GetClassObject() function in art::Dbg
/art/runtime/jdwp/
Djdwp_handler.cc534 JdwpError status = Dbg::GetClassObject(refTypeId, class_object_id); in RT_ClassObject()