Home
last modified time | relevance | path

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

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